[nant-dev] B E Y O N D I G I T A L

2002-10-03 Thread solutions
IF YOU ARE UNABLE TO VIEW THE GRAPHICS IN THIS EMAIL, PLEASE VISIT HTTP://WWW.BEYONDIGITAL.COM TO ENJOY THE FULL EXPERIENCE.BEYONDIGITAL RESPECTS YOUR PRIVACY. TO UNSUBSCRIBE FROM FUTURE PROMOTIONAL EMAILS BY BEYONDIGITAL, PLEASE VISIT HTTP://WWW.BEYONDIGITAL.COM/OPTOUT.YOUR ADDRESS WILL BE REMOVE

[nant-dev] Environment Task

2002-10-03 Thread Kevin Miller
Am I missing something. Is there a task that will let me retrieve environment settings? I seem to remember talk about extending the property tag to do this but it got shot down. If one is not present I would be happy to submit one. Kevin Miller -

RE: [nant-dev] Exec Task Questions

2002-10-03 Thread Scott Hernandez
Sounds like a good addition. What do you plan to do about failures and errors generated from the . It won’t be able to fail the build in the correct place if you don’t wait for it to finish… I think this is why Ant has the parallel task. The parallel task is synchronous but all the tasks inside c

Re: [nant-dev] Exec Task Questions

2002-10-03 Thread Ian MacLean
Andy Sipe wrote: > I noticed that the exec task always waits for the program to exit > before moving on. We want to use NAnt as a driver for system level > regression tests. For this we need to be able to start an application > and move on to the next target before the application finishes.

[nant-dev] Exec Task Questions

2002-10-03 Thread Andy Sipe
I noticed that the exec task always waits for the program to exit before moving on.   We want to use NAnt as a driver for system level regression tests.  For this we need to be able to start an application and move on to the next target before the application finishes.    Is there any reason that

[nant-dev] Use of the Style task to code generation

2002-10-03 Thread Arnoldus, Michael
Hi, I have been using Nant to make a small example project using code generation with XSLT. My example worked fine when using tha msxsl.exe from microsoft to do the actual conversion, but when I use the Nant style task, all '>' get converted to '>'. This of course makes sense when writing XML do