DO NOT REPLY [Bug 19280] - add the ability to echo the classpath

2003-04-25 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=19280.
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=19280

add the ability to echo the classpath

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-04-25 06:36 ---
If you want to echo the classpath used in javac as a quick check, ant -verbose
should work.

For more advanced cases, go the define outside of task and echo route.


DO NOT REPLY [Bug 19280] - add the ability to echo the classpath

2003-04-24 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=19280.
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=19280

add the ability to echo the classpath





--- Additional Comments From [EMAIL PROTECTED]  2003-04-24 18:21 ---
Two ways to print a path, both littering the archives... See property 
refid=pathID/ and pathconvert for a nicely formatted version. --DD


DO NOT REPLY [Bug 19280] - add the ability to echo the classpath

2003-04-24 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=19280.
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=19280

add the ability to echo the classpath





--- Additional Comments From [EMAIL PROTECTED]  2003-04-24 18:32 ---
Dominique's suggestions require defining a classpath outside of javac and 
reusing it there.  But 
you can also run with the -debug (maybe even -verbose works?) switch and it 
will output the 
details of javac.


DO NOT REPLY [Bug 19280] - add the ability to echo the classpath

2003-04-24 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=19280.
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=19280

add the ability to echo the classpath





--- Additional Comments From [EMAIL PROTECTED]  2003-04-24 18:38 ---
Yeah, sure, it must be declared outside, and refid'd inside javac.

Also forgot to mention echopath that I posted, and should be thus in the 
archives as well. --DD