DO NOT REPLY [Bug 13042] - Need to have a way to override Java version when parsing

2003-07-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042

Need to have a way to override Java version when parsing

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-07-10 12:25 ---
Closing since it seems the problem has gone away and a listener approach seems
like a reasonable approach.

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



DO NOT REPLY [Bug 13042] - Need to have a way to override Java version when parsing

2003-04-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042

Need to have a way to override Java version when parsing





--- Additional Comments From [EMAIL PROTECTED]  2003-04-17 13:57 ---
If all you want to do is getting the target names, why can't you go ahead and
attach a build logger of your own that swallows the warnings?

I assume you are talking about non-fatal things like the source attribute in
javadoc will be ignored or so.


DO NOT REPLY [Bug 13042] - Need to have a way to override Java version when parsing

2003-04-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042

Need to have a way to override Java version when parsing





--- Additional Comments From [EMAIL PROTECTED]  2003-04-17 13:59 ---
If you try a recent nightly build, you shouldn't see any warnings except for
the top-level tasks, BTW.  Setting of attributes and creation of child elements
has been delayed beyond the point you are going to reach IIRC.

And finally, you could run ant -projecthelp to get the target names - doing so
programmatically should be possible as well.


DO NOT REPLY [Bug 13042] - Need to have a way to override Java version when parsing

2003-04-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13042

Need to have a way to override Java version when parsing





--- Additional Comments From [EMAIL PROTECTED]  2003-04-17 17:21 ---
I'll do that, thanks. Fortunately, there's now a version of JBuilder (8) that
runs on 1.4.1, so this is less of a problem, but there might well be future
situations when this happens (e.g. when JDK 1.5 comes out, and there's some Ant
feature that depends on JDK 1.5)..