I have a C++ product that takes ~3 hours to build both Debug and
Release versions.  With the multiple core cpus available, I would like
to be building the Debug and Release versions at the same time.

My current build configuration builds the Release version, then the
Debug version.  Is there any way to build both at the same time in
parallel tasks?

I saw the email thread discussing the use of ccnet to "parallelize"
the builds, but this then requires double the ccnet projects and
double the email.  (I have another product that has 4 configurations
to build, each taking around 2 hours, so using ccnet is not a great
solution as it would require 4 times the maintenance and send out 4
times the amount of email.)

Any suggestions are appreciated.

Thank you,
Jon

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to