Tagged Questions

4
votes
1answer
234 views

Is incremental building possible in combination with Continuous Integration?

We use TeamCity with subversion and MSBuild and we have a problem with the continuous build that is triggered by Subversion commits. The continuous build is set-up to do incremental builds (the ...
2
votes
3answers
732 views

Build Incrementally in VS 2005

We have a 50 projects solution in VS 2005. Is any way to get incremental build if nothing was changed? It is kind of doing it now, but it executes all prebuild and post build events for each ...
1
vote
2answers
105 views

Eclipse makes incremental build do not using pom file properly

I have quite non-standard web app configuration: my web.xml file is located not in the WEB-INF folder, but is copied by maven from some another place (please don't ask why). For that I'm using ...
0
votes
0answers
34 views

Adding Builders to Project in Eclipse and Incremental-ness

I have a java project, with the standard Java Builder selected as it's sole builder. Also, the build is configured to build automatically. What I would like to understand is the resulting build ...
0
votes
2answers
135 views

Incremental Building in VS 2005?

We have a 50 projects solution in VS 2005. Is any way to get incremental build if nothing was changed? It is kind of doing it now, but it executes all prebuild and post build events for each ...