[Nant-users] How to make a usertask stop the build

2003-04-02 Thread James Lewis
; clause:   <nant if="${makefiletask-ok}" buildfile="makefile.xml"/>     The down side to this approach is even when my task fails NAnt still ends with the message "BUILD SUCCEEDED" (but properly skips the rest of the build).   If anyone has some ideas I'd love some help.     James Lewis [EMAIL PROTECTED] 480-308-3491 (w) 480-242-9632 (c)   JDA Software Group, Inc. 14400 North 87th Street Scottsdale, AZ  85260-3649   <>

[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