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=27411>. 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=27411 Ant 1.6.1 breaks with Jikes 1.19 ------- Additional Comments From [EMAIL PROTECTED] 2004-03-03 14:49 ------- I have a lib dir with Jars that the app uses, so I just add them all to classpath like this: <path id="3p.classpath"> <fileset dir="${basedir}/lib"> <include name="*.jar"/> </fileset> </path> And then I have this inside the <javac>....</javac>: <classpath refid="3p.classpath"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]