> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> 
> peterreilly    2004/05/28 01:20:22
> 
>   Modified:    src/main/org/apache/tools/ant/taskdefs Definer.java
>   Log:
>   typedef: check for recursive loading of xml
>            files/resources (aka antlibs)
> [...]
>   +  log("Warning: Attempting to recursively load " + url
>   +      + " at " + getLocation(), Project.MSG_WARN);

Perhaps it's because I'm not a native English speaker, but the
'Attempting ...' message (like the 'Overriding reference ...' one)
always makes me wonder whether the load (or override) actually
take place.

Could the message somehow make it more explicit it's ignored? Like:

        "Warning: Recursively load of " + url +
        " at " + getLocation() + " IGNORED";

Also, to troubleshoot these problems, knowing where the first import
was done would help I would guess.

Just suggestion guys, nothing more. I probably just need to learn
English or something ;-)

--DD

PS: Is it a recursive import or a circular import?
PPS: Shouldn't this message go to verbose mode only (MSG_VERBOSE)?
     Circular includes of C/C++ headers is silently ignored.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to