RE: [NAnt-users] Solution Task with vcproj file

2005-12-07 Thread Gert Driesen
Eric, Can you send me a small repro for this issue ? Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Eric Fetzer > Sent: woensdag 7 december 2005 17:27 > To: Tim Mayert; Nant Users > Subject: RE: [NAnt-users] Solu

RE: [NAnt-users] Solution Task with vcproj file

2005-12-07 Thread Eric Fetzer
The nightly build from 12/2/05 --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Eric, > > What version of NAnt are you using ? > > If you're using an older version, then you might be > running into a bug that > existed when the name of the solution configuration > does not match a project > build

RE: [NAnt-users] Solution Task with vcproj file

2005-12-07 Thread Eric Fetzer
Yeah, I think this was it. I was passing in configuration of Release, which doesn't exist with vcproj files (I've only built csproj files to this point). I moved to Debug and it stopped skipping. I would think it would tell me "skipping myProj.vcproj" but it won't do this unless I have only one

RE: [NAnt-users] Solution Task with vcproj file

2005-12-07 Thread Gert Driesen
Eric, What version of NAnt are you using ? If you're using an older version, then you might be running into a bug that existed when the name of the solution configuration does not match a project build configuration. Try download a recent nightly build: http://nant.sourceforge.net/nightly/late

RE: [NAnt-users] Solution Task with vcproj file

2005-12-06 Thread Tim Mayert
Eric, What are you passing in for configuration to build? I was running into this where I would pass in Unicode Release and all .vcproj files that only had Release as a configuration would get skipped. I then upgraded to the nant-0.85-nightly-2005-11-13 build and it seemed to fix the problem. So