Re: Build.xml for VC++ project
Esben Nielsen <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Organization | Terma Elektronik A/S |
| Message-ID | <[email protected]> |
On Fri, 2009-02-20 at 13:01 +0530, Amit Kulkarni wrote: > Hello all, > > > > I am new to Cruise Control and all the ant issue. > > > > Does any one have experience building c++ programs (developed in > visual > > studio - dsp and dsw configuration)? > > > > Can you please tell me how to write a task that compiles visual studio > > project (dsp or dsw)? > > It is 2 years ago now at my former employer, we made it work. I remember you had to have the VS Professional installed on the CruiseControl server. We used a simple exec-task to build it. Take a DOS box and figure out which command from within your VC installation to run on your .dsw file (build.exe, msbuild.exe, vcbuild.exe or similar). We tried to make the free edition of VS work, but it was almost impossible to find the right environment variables and paths between the various projects. > > A sample build.xml is to much to ask? > Yes :-( build.xml is for Ant. I only use Ant for Java stuff (and I still think it is inadequate even for that). For anything else I use shell scripts and make. I know the output isn't XML and therefore it is much harder to read the log output from CruiseControl, but I can build any project, which can be build from the command line. Esben > > > Thanks > > > > Amit > > > > > > > > http://www.patni.com > World-Wide Partnerships. World-Class Solutions. > _____________________________________________________________________ > > This e-mail message may contain proprietary, confidential or legally > privileged information for the sole use of the person or entity to > whom this message was originally addressed. Any review, e-transmission > dissemination or other use of or taking of any action in reliance upon > this information by persons or entities other than the intended > recipient is prohibited. If you have received this e-mail in error > kindly delete this e-mail from your records. If it appears that this > mail has been forwarded to you without proper authority, please notify > us immediately at [email protected] and delete this mail. > _____________________________________________________________________ > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H