[Nant-users] Don't use DTD's in config files

2003-11-11 Thread Eric Fetzer
If anyone has been monkeying around (like I have) trying to use Entities in config files to avoid having to change system dependant info based on machine (i.e. Keep the info in a file on the system that gets imported by a DTD External Entity), I've found out why this doesn't work. Here's what the

RE: [Nant-users] To set a nant property value from within a scrip t ran with

2003-11-11 Thread Nicklas Norling
Title: Message could pass 2 arguments and the nant property nant.dir to the batchfile.cmd. /Nicke -Original Message-From: Sean Perkin [mailto:[EMAIL PROTECTED] Sent: den 10 november 2003 20:11To: [EMAIL PROTECTED]Subject: [Nant-users] To set a nant property value from w

RE: [Nant-users] Setting Build Fail flag when Devenv encounters an error

2003-11-11 Thread Nick Varacalli
We are currently using exec to launch devenv also (moving to the solution task is on my plate for eventually). The way we test whether or not the compile failed is to use the task on each output file after devenv is done (we delete the files before invoking devenv). Hope that helps. Nick http://w