The sequence of actions required to construct a software product or executable application, or the system which performs such actions.
1
vote
1answer
9 views
version control, configuration management and build combined
Could you please explain why such approach is not already existing and not widely in use?
Or if such a toolset exists, can you cite it?
Why is it that version control systems (VCS) are working on ...
-2
votes
0answers
27 views
Are there any tools that warn of embedded styles and scripts in HTML snippets?
I'm looking for a tool that I can use in our build process (or as a pre-commit hook) that will detected embedded JavaScript & Style attributes & tags, and generate a report of which line in ...
0
votes
0answers
10 views
Propagate “Resources” folder between C# projects dependencies
Consider the following 3-project set up:
A template project (P1) that has a Resources folder with a bunch of templates that it uses to fill with user data. The Resources folder is copied to build ...
1
vote
3answers
73 views
JavaScript + css handling - Closure Tools / any other tools?
We do not have a lot of experience in Javascript/CSS world as we do primarily Java EE projects (backends). We usually have webapp/resource directory where is all the JS+CSS content and that`s it.
It ...
0
votes
0answers
19 views
When I change one project in a solution, several other projects are rebuilt
I have a large Visual Studio 2010 solution with many C# projects in it.
When I
build the solution,
then change one project in it (add a couple of Console.WriteLine statements) and
build it again,
...
3
votes
1answer
1k 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 ...
0
votes
1answer
14 views
Unable to drop any build activity onto build sequence diagram
I have a strange problem with build process designer in VS 2010.
I have checked out a build process template for edit and opened it in the designer. I want to modify the workflow but I'm unable to ...
0
votes
0answers
14 views
how to add .so file in android source code build in ASOP
I just want to know how to install application in system folder during build source code with .so file .
I have put .apk file in system folder but confuse where to place .so file . Then after we build ...
0
votes
1answer
75 views
IAR Embedded Workbench and Custom Build
I have a project in IAR Embedded Workbench that works fine. In this project there is a source file (webpages.c) that is automatically created by another tool. This tool creates the file webpages.c ...
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/ # ...
3
votes
3answers
4k views
How to decrease MSBuild times
my situation
In the C# project I am now working on we have a fairly big solution (80+ projects). Now rebuild times of 5 minutes+ are really becoming a quite problem using MSBuild from VS 2008.
In a ...
6
votes
7answers
795 views
Restrict dependencies between Java packages
What are the possibilities to enforce restrictions on the package dependencies in a Java build system? For example, the myapp.server.bl.Customer class should not be allowed to refer to the ...
0
votes
0answers
11 views
Xcode Maven Plugin : adding extra headers
The Xcode Maven Plugin from http://sap-production.github.io/xcode-maven-plugin/site is a nice maven plugin for people who like maven and wan't to avoid some pain with xcode dependencies, framework ...
2
votes
3answers
2k views
What are the best practices for the AspNetDevelopmentServerHost attribute?
We have a Web Application Project (dozens actually..) that has a testing project attached to it. In the testing project I have a simple unit test which exercises a couple of methods.
Running ...
4
votes
4answers
2k views
HTML5Boilerplate with Yii Framework
Has anyone managed to integrate HTML5 Boilerplate in the YII PHP Framework (specifically the folder structure and build process)?
0
votes
1answer
25 views
Not able to create javadoc using ANT
I am trying to build my project using ANT. While creating javadocs, I am getting one error as shown below :
If error is not clearly visible in below image refer this : [javadoc] javadoc: error - ...
8
votes
2answers
1k views
What are good Ant target naming conventions?
I'm about to create some complex Ant build files and I wanted find out what people think are best practices for naming ant tasks. It is going to build some Java, C++, compresses JavaScript, generate ...
2
votes
2answers
715 views
Help with one step build all projects + installer (.NET + WiX)
I have prebuild events on the installer to rebuild the projects with the appropriate configuration etc.
If I right-click build/rebuild on the WiX (3.0) project in visual studio it all builds fine, ...
0
votes
0answers
14 views
Excluding conflicting resources of external project in Android project build
In Eclipse, I have an Android project which depends on roughly 250 regular Java projects. Each of these has -- among others -- a set of resource files called translation_XX.properties. The folder ...
1
vote
0answers
140 views
Yeoman / Grunt not compiling Compass
Has anyone come across an issue using compass with yeoman and grunt where the stylesheets are not being compiled in their build. I'm new at this and trying to really understand whats going on behind ...
0
votes
1answer
107 views
Castle Windsor WCF Facility doesn't work in release mode when code optimizations or full-pdb are disabled
I develop a project that uses Castle Windsor WCF Integration Facility as DDD architecture. There are a single container project, single domain project, several implementation projects and an ...
1
vote
1answer
31 views
Build Action of Database
I have a WPF application. My question is What should be the build action for the database in my case. I have a database but every time I build my solution the database entries are removed and a new ...
0
votes
1answer
180 views
Jenkins configuration of git plugin
I get this error when configuring git repo in a new jenkins project:
Failed to connect to repository : Error performing command: ls-remote -h file:///c:\Dev\git\rx HEAD
I have a local git repo on ...
8
votes
10answers
732 views
Daily builds, is that realistic?
In a 1-man shop or even (especially) larger shops, how in the world can you maintain a daily build?
If you change the API, or database table etc. you will have to potentially change so many layers in ...
0
votes
0answers
15 views
error while building neo4j source code
I'm trying to build Neo4J , I have downloaded the source from github: neo4j-master.zip
containing the source,
when i build this I hit upon following errors. tried to find out in google but
...
377
votes
15answers
202k views
How can I create an executable jar with dependencies using Maven?
I have written a little utility to run from the command line using Java. I want to package it in a single executable jar for distribution (.jar file).
How can I make maven package all dependend jars ...
3
votes
3answers
242 views
Tutorials on packaging a Java application [closed]
What are some tutorials and best practices that show to make a build from source code for a Java desktop / Java EE web application?
I want to learn what needs to be packaged as a WAR/JAR from source ...
0
votes
1answer
27 views
How can I collect name of dlls, which have already built during a running build.
I have TFS 2012 with Build Agent and Buld Controller. If I start a build, which is very time consuming, I would like to write to the log file the names of dlls that have been built (like build ...
0
votes
1answer
48 views
Ant Build: Extract class files from a Ivy dependency war file in the class folder
I have a project with a dependency to some other Java classes from another project.
In eclipse the two projects are running without any errors.
Now I want to build the project with the dependency ...
1
vote
1answer
46 views
Does Ivy dependency resolver same as Maven dependency resolver?
I read official manuals about dependency resolution in Maven and Ivy:
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
...
0
votes
0answers
33 views
DataNucleus + Maven: No classes specified?
I'm trying to generate a table using DataNucleus through SchemaTool from eclipse. However, I get the following error:
SEVERE: No classes specified !
No classes specified !
An exception was thrown ...
58
votes
4answers
17k views
Canonical list of Xcode Environment Variables
Alternate Titles
List of Xcode build variables
Clang Environment Variables
Is there a Canonical list of Xcode Environment Variables that can be used in Build Rules etc?
0
votes
0answers
27 views
Tracking object/output files in separate Git
Sometimes when doing git checkout some_old_commit or git bisect I think it would be useful to get not just source files, but also all/some generated files (to test things without waiting for ...
1
vote
0answers
64 views
How to get latest code from TFService using alternate credentials?
as part of our continues integration process we want to get latest code from TFService in order to execute automated tests locally.
We already could download the latest builds, but we cannot execute ...
0
votes
1answer
23 views
Releasing a Training app
We currently have an iPad app (enterprise & in-house distribution only) that has two modes:
- Development (compiled with `#DEBUG` preprocessor, connecting to DEV backend)
- Production (compiled ...
0
votes
1answer
37 views
Where can I get C++ Apache QPID Client library build instructions (only client)?
Where can I get C++ Apache QPID Client library build instructions, no server needed? (as simplified as possible) (in order to use it with RabbitMQ as simple good AMQP C++ library)
1
vote
1answer
67 views
Using Heroku Vulcan to build lib with dependency
Mission: Make a build of ffmpegthumbnailer that can be vendored with a Rails app and deployed to Heroku's Cedar stack.
Process so far:
[success] Build ffmpeg with Vulcan (using this guide) and ...
0
votes
1answer
99 views
Build only necessary Eclipse RCP plugins for a plugin with Tycho
I'm new in Maven and Tycho and I hope that I'm not ask a silly question. Thanks for reading!!
I'm in a big Eclipse RCP Project with a structure like this:
-plugin 1
|-pom.xml
-plugin 2
|-pom.xml
...
0
votes
1answer
76 views
Do webtests need VS tester edition on the build server? [closed]
Using the TFS build server without VS 2008 Team System Tester Edition installed - is it possible to run a series of webtests as part of a build?
I know that Webtests can only be recorded using the ...
2
votes
2answers
113 views
Assign Global Variable/Argument for Any Build to Use
I have several (15 or so) builds which all reference the same string of text in their respective build process templates. Every 90 days that text expires and needs to be updated in each of the ...
3
votes
3answers
746 views
Timeout on a Build Step of Jenkins
In Jenkins, is there a way to give different timeouts to each or selected build step?
Build-time plugin out gives functionality of timeout "Abort the build if it's stuck" on complete project, what I ...
6
votes
5answers
135 views
Is Maven suitable for a small Java project?
Being a beginner in Java SE development, I am quite interested in using Maven to manage and organize my project properly.
However, though I am more than willing to learn how to use it, I don't want ...
1
vote
1answer
41 views
How to run maven site along with normal install/package goals
We are trying to generate change log and some other reports using maven. We are using the changelog plugin and site plugin. But We generate the report using the :
mvn clean package site command. Is ...
2
votes
1answer
2k views
Using grunt js, how can I dynamically add the <title> to static html files?
More specifically, I want to add the titles by referencing an external JSON file, let's call it titles.json.
One of the things I use grunt for is to build static HTML files for design and debugging. ...
0
votes
4answers
5k views
How to build and run c++ programs in Sublime Text 2, Windows 8?
I am a novice programmer. I have installed Codeblocks with mingw (dont really know what that means), chose default compiler, and could build and run fine.
I installed Sublime Text 2, copy pasted ...
1
vote
3answers
930 views
Parallel Make Output
When running a CMake generated Makefile with multiple processes (make -jN), the output often gets messed up like this:
[ 8%] [ 8%] [ 9%] Building CXX object App/CMakeFiles/App.dir/src/File1.cpp.o
...
1
vote
6answers
5k views
How to put all required jars in a lib folder inside the final jar with Maven ?
I am using Maven in my standalone application, and I want to package all the dependencies in my jar file inside a lib folder, as mentioned in one of the answers here:
How can I create an executable ...
1
vote
1answer
109 views
Changing Product Name in csproj assembly info in pre-build event of vdproj in same solution
The company that I work for has a product that is used by multiple customers. Unfortunately, one of the customers does not like the name we gave the product and has paid for it to be assigned a ...
-1
votes
1answer
186 views
How to run `ant` build-script without setting any environment variable?
I would like to run the ant build-script without installing Java and setting any environment variable like path, JAVA_HOME & ANT_HOME to environment variable.
I have copied already installed ...
0
votes
0answers
55 views
TFS 2012 Build - Web Projects
So I have a solution with two projects:
ASP.Net MVC 4 Web Service (ProjectA)
ASP.Net MVC 4 Web Site (ProjectB)
Now I want these two to compile and output to a folder each on a network share:
...



