The sequence of actions required to construct a software product or executable application, or the system which performs such actions.

learn more… | top users | synonyms

2
votes
3answers
4k views

How to get started with OpenCV 2.4.2 in ubuntu 10.4?

I am trying to install latest OpenCV version 2.4.2 on a linux (ubuntu 10.4) PC. I downloaded the tar ball. Un-tar-ed it. And followed install opencv in ubuntu 10.04. While 'Make' I got error after ...
4
votes
1answer
1k views

Can Closure Compiler build CommonJS modules

I would like to use Google Closure Compiler to build a set of CommonJS modules. Can this be done out of the box? Alternatively, is there some simple transformation that can be done to the CommonJS ...
-3
votes
3answers
806 views

How to make visual studio display all possible errors/Warnings and not letting it stop the build process

Let's say that I have a set of header files .h , and a set of .cpp files I start the build process What I want is that the VS2008 must show me all the errors/Warnings in all the files It simply ...
0
votes
1answer
399 views

TFS “Copy Outputs to Drop Folder” parameter in build process template

I want do some job in my build process template only if parameter "Copy Outputs to Drop Folder" is set to true. Is there any variable that is associated with this parameter?
0
votes
1answer
502 views

TFS Build Workflow InvokeProcess PsExec

I am trying to run a batch file automatically during a build from a TFS build workflow. I have added an InvokeProcess activity with the following: Arguments: "\\" + agent + " /accepteula -u ...
3
votes
3answers
207 views

Don't break the build - how?

Here are the steps I always follow before checking in the code, Get the latest from svn Merge conflicted files Build Run my tests Check-in In spite of all this, there is still a chance that I ...
0
votes
1answer
365 views

Installing binary package on heroku

I want to deploy a binary package on heroku for use by my application I am using the new Cedar stack, the official documentation states that it is recommended to use the vulcan tool for building ...
1
vote
1answer
89 views

Where does the Android build process store the final image file (that gets flashed into a phone device)?

After going through the build process (found at: http://source.android.com/source/building.html) for the master branch (or the whole Android tree, not just for a specific phone such as for NexusS), ...
0
votes
0answers
98 views

Floating Point Exception when running node during build

During my maven build, I kick off a node.js script. The Maven profile runs a shell/bat (linux/windows) file, and that kicks off the node script. On my machine it works fine. I am running Ubuntu ...
0
votes
1answer
134 views

Netbeans:Java prevent Folder delete while cleaning project

I am creating a JSF application using Netbeans and i had a download folder called Snap and Files which stores the client uploaded Snaps and Files respectively but when i clean the project whole build ...
0
votes
1answer
1k views

(ASP.NET) Project file must include 'WindowsBase, PresentationCore, PresentationFramework'

I'm seeing an inscrutable compile error in my ASP.NET application. Project file must include the .NET Framework assembly 'WindowsBase, PresentationCore, PresentationFramework' in the reference ...
0
votes
0answers
59 views

Can someone make me understand what a “build config” is?

I am working a remote position and have been asked to write a build config. Typically I have only done work in terms of software development and am a super nube to build stuff etc. My instructions ...
0
votes
1answer
109 views

How to have different build task and dependency “on-demand” with Maven

Hi there i need some information or general tips on a problem with maven. Context: We just migrated one big eclipse project into 4 maven project. (Thats one step in the good direction!) We were ...
0
votes
0answers
104 views

No idea how to conditionally link static libraries in Visual Studio outside of preprocessor macros in a file

I'm using Visual Studio 2010 on Windows 7. My project is written in C++. There is a header file that has a lot of preprocessor logic to determine what version of a particular static library to link. ...
0
votes
0answers
228 views

xcopy converting UTF8 to ANSI in Visual Studio pre-build?

I'm a bit confused. I'm running this command in the Visual Studio 2010 Pre-Build command line: xcopy $(ProjectDir)\Controls\Overview.ascx /R /Y $(ProjectDir)\..\DifferentFolder\ After building the ...
0
votes
2answers
304 views

TFS Build Automation(New project added to solution is not showing up in build output directory)

We have build definition in place and it is building the solution and coping the binaries to the output directory as required. But when I added a new project to the solution, the binaries of the new ...
0
votes
2answers
246 views

Maven - How to build multiple Independent Maven projects from one project

I have 3 maven projects WebComponents DataComponents ServiceComponents When i build each of the projects i have to go into each folder and run mvn clean install on each of the projects. I have ...
2
votes
1answer
444 views

How to work around CMake + XCode 4 paths dependencies?

I have projects structured like so: Libs/ Apps1/ Apps2/ In each folder is a CMakeLists.txt. I would like to generate a project file for each of the folders, and each AppsN references Libs. My ...
11
votes
2answers
2k views

How to trigger a Jenkins build when a push is made to a private github repository

My Jenkins Continuous Integration Server is on running on a Ubuntu host, configured as follows: Jenkins v 1.463 github-api 1.23 Jenkins GIT plugin 1.1.18 GitHub plugin 1.2 Polling SCM works. This ...
0
votes
1answer
168 views

ld lookup to find library

I'm cross compiling to an arm embedded system and receiving an error that I have questions about. Here is the error: [ 19%] Built target cxjpeg-6b Linking CXX shared library ...
0
votes
1answer
935 views

Maven - Install an artifact to the Nexus repository

I have a problem currently when i run the command mvn install, the artifact is installed in my local repository (i.e. in %HOME/.m2 folder) but not in the Nexus repository. I know with Nexus i can ...
1
vote
1answer
188 views

Where should code signing be placed in the build/publish process?

I've only recently come into the pleasure of being able to sign executables. Now I'm trying to establish a proper place in our build/publish process where assemblies should be signed. My first ...
1
vote
1answer
390 views

Vaadin progress indicator for displaying Jenkins build progress

I'm developing a Vaadin application that displays build list for each Jenkins job. I want to put a progress indicator to show build progress. Is there a way to find out how much time Jenkins needs to ...
1
vote
1answer
348 views

How to continue a Jenkins build even though a build step failed?

I am using a Phing build script with Jenkins and would like to run it end to end on a job and capture all the reports. The problem is it stop building on a failed build step. Is there a way or a ...
2
votes
2answers
564 views

Setting up build process for dependent projects and multiple developers

I'm fairly new to automating build processes and continuous integration, and am working on setting up a build process / server for a small team of developers. We are using SVN, CMake, and Jenkins ...
2
votes
1answer
383 views

Optional filter file in Maven

I have the following filters configured in my pom.xml: <build> ... <filters> <filter>build.properties</filter> <filter>user.properties</filter> ...
0
votes
1answer
82 views

Which alternatives is there to compile WAV Loops to SWFs?

So far, when I need to embed sound assets in a game, I've always had to bring them in a Flash project's library (a new FLA), setup their properties (linkage / classname, sound quality settings), and ...
0
votes
0answers
72 views

Is there a general build process in aptana studio 3?

For example, I'm working in a JavaScript project and I have split what is ment to be a single file into multiple files to ease the development process. Now is there some kind of tool/process that ...
2
votes
2answers
89 views

Assembly to contain file description BranchName_Timestamp_Changeset

I want assemblies that are built in queue in build machine to have custom assembly details which helps us track in finding bugs. Ex I want file description of assembly to contain ...
2
votes
0answers
149 views

Specifying solution build order in the MonoDevelop

I have a C# solution being developed with MonoDevelop, there are a number of projects. When the solution is being built, I need to make sure some project A is built after some other project B in the ...
0
votes
2answers
88 views

Multiple apps from one project

I have a little problem.. which I know there is a fix for, I just don't know what it is. The problem is the following. A few weeks ago (2 or so) I had to remove 4 apps from the appstore due to a data ...
1
vote
1answer
109 views

What is the logic behind file version numbering in build and configuration management?

In our project , we are using baseline conversion as follows. ProjName-... (For ex Proj-2.0.1.20) We use to do update our fileversion number as 2.0.1.20. After we have created components in ...
3
votes
1answer
699 views

JavaScript Unit Tests with Team Foundation Server Build

We are using Team Foundation Server 2010 and we have some JavaScript unit tests running on our local machines using Jasmine. We are using the workflow based builds. Has anyone had any success ...
3
votes
1answer
996 views

Create multiple versions of a project in Visual Studio using Build Configurations

I neeed to create multiple versions of my project using configuration just like we do with #define, #if, #endif. The down side of using these preprocessor directives is that I need to define symbols ...
2
votes
2answers
203 views

How can I launch an external process from within TFS 2010 Team Build to compile Visual Basic projects

I'm doing research on doing builds using TFS2010 Team Build. At the moment we are using Nant Scripting to build .NET code as well as launching external processes to build VB6 projects. We are slowly ...
0
votes
1answer
101 views

How to make Visual Studio check if file content changed before building?

Visual Studio uses timestamps to determine whether file has changed or not before building it. However, in my case it is not sufficient as timestamps may change, but the content will remain the same. ...
2
votes
1answer
2k views

Deploying database and web projects during TFS build process

I have a mixed solution with a couple of Web applications and SQL Database projects. I also have a remote test server with MS SQL 2012 and IIS 7. The TFS build server is on another machine. All the ...
2
votes
1answer
960 views

Can't build cabal package due to ambiguous Prelude

I've been trying to install BNF converter from cabal, however there is a problem building it. Apparently, this package uses a mix of modules from haskell98 and version 4.* of base. This presents a ...
2
votes
1answer
467 views

Edit build definition error message

I get this error every time I try to edit a build definition under Visual Studio 2010. I would get the following message "There were 0 failures, 6 errors and 0 warnings loading custom activities and ...
1
vote
2answers
407 views

TFS 2010 Build Process Template

When choosing the LabDefaultTemplate then there is the option to revert the environment to a certain snapshot before test execution. Now is it possible to revert the virtual machines used in the ...
3
votes
2answers
96 views

How to setup activity automatically for a view?

In our build , we use to delete our view and create new view before build. It was working without any issue in base clearcase. But in UCM we face issues while check-out and check-in due to activity ...
1
vote
1answer
217 views

Getting link errors with CMake

I'm getting multiple definition link errors after conditionally compiling platform-specific code. My project is laid out like this: / |__+ include/ | |__+ native/ | | |__ impl.h | | | |__ ...
8
votes
1answer
2k views

Have CMake recursively scan folders?

How do I set up CMake to recursively scan a given directory and determine the list of source files? My project is a shared library. I have a folder structure similar to this: / src/ # ...
0
votes
2answers
408 views

Autorun a jar/java file 'after' eclipse builds project?

I'm playing around with ActiveJDBC and it has a post-compile step for 'instrumentation' (i.e. crudely speaking it post-process byte-code to add the parent's static members to the class as per the ...
0
votes
2answers
260 views

VS 2010 Solution depending on another Solution

I Have 2 solutions (lets say Master Framework M and Slave Project S). M is used by many solutions of the S kind. In my build process I build all the DLL from M and THEN use them in S. While working I ...
8
votes
3answers
929 views

Conditional compilation in CoffeeScript/UglifyJS

Using Coffeescript I need to have a go through a build script anyway to update my .js files, and I have two of them, one for debugging and one for production (one uses Uglify to minimize the files, ...
0
votes
2answers
145 views

No option to open the Build process Workflow Designer

I have a build process in TFS and I'm using Visual Studio 2010. I can view the build process in the default xml editor, but I want to open it in the Workflow Designer. Mostly there will be an option ...
0
votes
2answers
315 views

CMAKE for modular c++ framework

I'm refactoring a large platform independent c++ framework so that it's libraries and execuables no longer have to be in the same directory (or even repository) and it is proving quite challenging. ...
4
votes
2answers
372 views

Python framework for task execution and dependencies handling

I need a framework which will allow me to do the following: Allow to dynamically define tasks (I'll read an external configuration file and create the tasks/jobs; task=spawn an external command for ...
1
vote
1answer
141 views

Eclipse + CDT: How to batch build several build configurations

I have an eclipse CDT project that builds static and shared libraries. I have created several build configurations for them. I want to know if there is any way to do a batch build i.e. build all ...

1 3 4 5 6 7 33