[Nant-users] Nested Build

2003-09-18 Thread Eric Fetzer
Here's what I've got:   Main build file (conceptually - it's coded, but doesn't necessarily work for failures) - Gets latest from VSS, starts a log of the build, calls two child build files, stages release on specific system being released to, closes logfile, e-mails team onfailure or myself onsucc

Re: [Nant-users] Nested build failed

2003-04-01 Thread Scott Hernandez
usertask called taskdef, but that is really not the best way. There will need to be a better solution developed before the 1.0 release. - Original Message - From: James Lewis To: '[EMAIL PROTECTED]' Sent: Monday, March 31, 2003 7:52 AM Subject: [Nant-users] Nested build failed

[Nant-users] Nested build failed

2003-03-31 Thread James Lewis
I'm new to NANT so I'm working my way through the examples. We are very likely to need a use task similar to the usertask example so I've been concentrating on that one. My problem is I can't get the sample usertask to build. The first time I build it (nant with no parameters) I get this m