RE: [Nant-users] devenv error!!! HELP

2004-06-18 Thread Noel Gifford
I sent this snippet as a response to one of your other requests, but here it is again. I originally tried the commandline attribute also. The arg element collection seems to be easier to get correct.

RE: [Nant-users] Errors with installed programs

2004-06-18 Thread Noel Gifford
Jean-Michel, The easiest way to debug issues with build script files is to reduce the script file to a manageable size (usually only the task that you're trying to get to work). Slowly enhance the build script to do more. It looks like you're trying to run the exec task and execute devenv.exe.

RE: [Nant-users] Doesn't finish it's target once it finds an error??!!

2004-06-18 Thread Noel Gifford
Jean-Michel, When a task fails, the entire build fails unless you specify failonerror = "false" for the task (and then I don't know whether you get any indication that there was a failure). To trap the failure, set the nant.onfailure property to the target that you want executed when the build

[Nant-users] Doesn't finish it's target once it finds an error??!!

2004-06-18 Thread Jean-Michel Theriault
I was just wondering if it is normal that when building, once inside a target and it finds an error, it doesn’t finish the target. By this I mean it doesn’t write my echo ‘s out nor executes the rest of the code.   [exec] devenv.exe "t:\..." /Rebuild "Debug" /out "t:\\compile.

[Nant-users]

2004-06-18 Thread John Cole
Hello, We are trying to get a documentation in as good a shape as the rest of our build process is with NAnt. To do that, we are exploring DocBook formatted source for the documents. I have been able to get html help, html, and pdf from sample docbook files using libxslt, but I haven't been a

RE: [Nant-users] Problems since changing versions of NAnt...

2004-06-18 Thread Jean-Michel Theriault
Thanx a lot Bill!!! This worked fine work me. I got around these errors with your solution. Excellent. I like the way you guys are always ready to help !!! Makes learning NAnt a whole lot more fun!!! Thanx again to you and everyone else who helps!!! I hope one day I can help someone out!!

Re: [Nant-users] non of the nant functions see to work?????

2004-06-18 Thread Gert Driesen
Are you sure you're using a nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) ? Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 18, 2004 4:01 PM Subject: [Nant-users] non of the nant functions see to work? > > Hi I seem

[Nant-users] non of the nant functions see to work?????

2004-06-18 Thread despley
Hi I seem to be having problems with nant functions the following lines always throw errors.. (without these functions my builds work perfectly) error:Property 'datetime::now()' has not been set error: [if] at least one if condition must be set (propertytru

[Nant-users] BUG on for cpp

2004-06-18 Thread Virginie Helloco
I can't build a solution in cpp with nant! Function: [solution] Starting solution build. [solution] Included projects: [solution] - ..\project\src\Function\Function.vcproj [solution] Loading projects... [solution] Loading project '..\project\src\Function\Function.vcproj'. BUILD FAILED INTERNAL ERR