> From: Peter Reilly [mailto:[EMAIL PROTECTED] > >Could the message somehow make it more explicit it's ignored? Like: > Ok, > log("Warning: Recursive loading of " + url > + " ignored" > + " at " + getLocation(),
Sounds good. > >PPS: Shouldn't this message go to verbose mode only (MSG_VERBOSE)? > This could be the case for <import>, but this code is for <typedef > file="x.xml"/> and <typedef resource="x/y/z.xml"/>, which is possibly > more likely to be an error to have circular loading. Ah, it make sense now. So it's to deal with AntLibs depending on other AntLibs then. I didn't get that the first time. Then it does indeed sound like the message should always be visible. I'm actually thinking this should be an error (raising an exception), but maybe that's too harsh. We do barf on targets with circular dependencies, so why wouldn't we barf for circular AntLib dependencies? Thanks for the explanations Peter. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]