does anyone use the nant task in the following form :

< nant target="foo" />

ie with no buildfile specified. Currently if no buildfile attribute is specified it defaults to using the current buildfile to 'make recursive builds easier' according to the comments. It doesn't check that a target has been specified either meaning that the following task invocation is legal:

<nant/>

which will always just recursively call itself

Personally I think its safer to make buildfile a required attribute. I'd like to be sure that doing that won't break a bunch of buildfiles out there. I'm thinking most people aren't since no one has reported the fact that defining an infinitely looping recursive build is legal.

Ian




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to