Register Now
Member Count: 176,733 - November 20, 2008  [Get Time]
Login
Dashboard > TopCoder Competitions > ... > Component Build Process > New Build Process FAQ
TopCoder Competitions View a printable version of the current page.  
New Build Process FAQ
Added by bwright , last edited by bwright on Feb 29, 2008  (view change)
Labels: 
(None)

Q: What is the purpose of the new build process?
A: Primarily its to decouple the build logic (e.g. in build.xml for Java components) from the components build configuration - such as version information and dependencies.

Q: Why do that?
A: It allows incremental improvements to the build process, more declarative nature for dependency listing, standardizes formats for automation, and generally makes things nicer.