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=20210>. 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=20210 Need method to get absolute path of Jar in <classpath> definition. ------- Additional Comments From [EMAIL PROTECTED] 2003-05-26 07:22 ------- Give an id to your <classpath> instead of the <pathelement>. You can use Path#list to get to all its elements. Does this address your problem (I'm not sure I understand it)?