[NAnt-users] Re: [nant-dev] (no subject)

2005-12-07 Thread Troy Laurin
Redirected to the NAnt-users list... Daniel, Remove the in="" attribute in the foreach element... this is overriding the nested in element, so your include is not being used. The *.sql is the (semantically) correct format, by the way. ** usually denotes a recursive path. Regards, -- Troy On

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] Solution Task with vcproj fil

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

[NAnt-users] PreserveLastModified

2005-12-07 Thread Rachael Russell
Hi, Is there a way to preserve last modified timestamps when running a copy? This exsists in Ant (preserveLastModified). ie: Have searched enhancements and this user list archives, and cant find this. Also, are there clear case tasks enabled? I couldnt find any in the documentation.

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