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

0
votes
0answers
22 views

Conditionally Allow Checkin Only if Code Coverage Numbers increase

I am Currently working on a big java project, which needs to be managed in bigger & better ways. It is using SVN , Hudson , Sonar. After multiple checkins in a day , a nightly Hudson build is run ...
1
vote
1answer
12 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
28 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 ...
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, ...
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
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 ...
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 - ...
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
147 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 ...
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 ...
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
1answer
28 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
50 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 ...
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 ...
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
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 ...
1
vote
1answer
69 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 ...
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 ...
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 ...
0
votes
1answer
38 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
111 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
188 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
56 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: ...
0
votes
1answer
63 views

Build Server and Windows 8 / RT Apps

I've a windows 8 app and a windows 2012 Build Server with Jenkins and / or Finalbulder Contiua. No I can only install Visual Studio for WinRT Apps only on Windows 8 or later. So this means ,that my ...
0
votes
0answers
34 views

Visual Studio 2010 does not automatically build library when Start Debugging, but builds it on “Build Solution”

I have a solution that have several projects: Main project references library A. Library A does not reference any project in the solution. Library B references the main project for extensibility. ...
1
vote
1answer
92 views

.xib file not in Compile Sources build phase, but still builds correctly; how can this be?

When you start with an Xcode template that has a .xib file, that .xib file is listed in the Compile Sources build phase. This makes sense to me, because during the build process the .xib file needs to ...
1
vote
1answer
134 views

Android with Maven and IntelliJ

For the past 3 weeks I've played heavily with Android Maven build process. For the most part I find it a much better experience than Eclipse but have a few questions I'd like answered: Is there a ...
0
votes
1answer
47 views

Build path issue with CSipSimple

I know that this is a popular question in stackoverflow but I couldn't find a good solution for this issue. I'm developing a SIP app for android and I'm using the CSipSimple project as a library ...
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
0answers
12 views

mirroring PostgreSQL roles from another server

Suppose I want to take all the roles from a production server and mirror them on a dev server. I cannot just dump the roles from production and then apply the dumped SQL to the dev server, because if ...
1
vote
0answers
23 views

Do I have to build my program on the oldest Linux OS minor version I want to support?

If I want my software to run on Red Hat Linux 6.0, do I have to build it on 6.0? Or can I build it on 6.3? (Similar question for 5.X) I'm asking a general question about runtime implications of ...
0
votes
0answers
71 views

To integrate git versions as build numbers or not? [closed]

A colleague and I have been taking turns debating/discussing the issues/merits of integrating a version derived from the current git repository into our code whenever it builds. We think the merits ...
0
votes
2answers
70 views

What are square braces surrounding attribute values?

In the TFS DefaultTemplate.11.1.xaml build process template, there are many attributes whose entire values are surrounded by square braces [], so a tag has the form <tagName ...
0
votes
0answers
29 views

Make replacement which builds based on changed checksum

Is there some Make replacement which builds new files, not based on file timestamps, but on updated file checksum?
0
votes
0answers
88 views

Can't build shared library of Osmand

I followed the steps as exactly as installDevelopmentEnvironment said. After "repo sync",I run the script ndk-build.sh under android/OsmAnd directory. I have added ANDROID_SDK, ANDROID_NDK, ...
1
vote
2answers
53 views

File type check SVN hook

I was search for two hours for SVN hook shell script which can do below two things and I am not able to find. Could you please help me if you have any relative template or materials. Need to check ...
1
vote
0answers
23 views

Can i test the entity framework down() migration as part of my build and deploy process?

i use entity framework code based migrations. A simplified version of my workflow is... Work against a local db, make changes to the model, test the up and the down migrations locally, commit code ...
2
votes
0answers
201 views

Selenium WebDriver tests failure in TFS build process

I use ChromeDriver for web application testing. Unit tests work OK locally on my machine. But when I start automated test run on build server it fails with an exception on new ChromeDriver(): ...
0
votes
1answer
124 views

Can Visual Studio 2012 do a custom build such as: compile project A > compile and link project B > link project A?

I am looking for a way to builds projects in this order with Visual Studio 2012 (C++ but might be a general question): Compile ProjectA (I just need the .objs) Compile and link ProjectB Link ...
0
votes
0answers
12 views

Build taxonomy management - issues while changing build order in projects build tree

I'm working for a large project with hundreds of components. The compilation process is hierarchic. As compilation goes down the tree, when some project is compiled, the created DLL is then moved to ...
1
vote
4answers
120 views

A make situation! Using 3 programming languages for parts of the program. Which build tool to use? [closed]

Ok! I don't need people to ask why I'm using 3 different programming languages for a relatively simple task... (It's in the coursework specification) My situation is, I have to write a program. This ...
0
votes
0answers
40 views

How to generate a indeterminate number of WAR files using Maven?

I would like to generate multiple WAR files, during the build cycle of my project. I already know how to add multiple dest-file, and other configuration with the maven-war-plugin. But I want to know ...
0
votes
1answer
23 views

parallel make that is aware of memory

I use "make -j" (along with a makefile) to generate thumbnails and compute various statistics on a large collection of movie files. Depending on the movie, some of the statistics I compute require ...
0
votes
0answers
6 views

Is it possible to create a custom manifest for Dbscripts which is packaged into a product separately using java?

I have a set of DBscripts to be packaged into a product for release.I need to maintain the integrity of my scripts , so that no one changes it.Is there any possible way to create a Custom manifest to ...

1 2 3 4 5 33