> -----Original Message-----
> From: Tim Mayert [mailto:[EMAIL PROTECTED] 
> Sent: vrijdag 18 november 2005 20:02
> To: Gert Driesen; Read, Kevin; nant-users@lists.sourceforge.net
> Subject: RE: [Nant-users] Building by solution task - 
> complete solution file verses building by exec program - devenv task
> 
> Okay I think that I have figured out why the building by the solution
> file skips projects.
> 
> I was doing more testing today on building the solution, 
> making sure my
> paths were correct, and I still had projects being skipped.
> 
> So I created a text file that contains all the .vcproj files and
> therefore called the solution task and each project that I want build.
> This should have forced the build to only build one project at a time
> until the end of file.  Well sure enough the build would 
> again skip all
> the same project files.
> 
> I was starting to get frustrated and then came up with a new thought.
> Could it be that Nant is looking at the configuration passed into the
> Solution task and if the project file does not contain that
> configuration then it skips it.  All this time I was only 
> passing in the
> one configuration that I need to build.  So I checked each 
> project file
> and some build Unicode Release and other only build Release.  So I
> updated my .txt file to supply the configuration that goes with each
> project and started my build.  Whoa and behold all the projects built.

That was indeed a bug, but this has been fixed a while ago.

Try using a recent nightly build
(http://nant.sourceforge.net/nightly/latest/)

If its not fixed in that build, send me a repro.

Gert



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to