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=24556>. 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=24556 ant script leaves out jar files if they're symlinks ------- Additional Comments From [EMAIL PROTECTED] 2003-11-10 11:35 ------- Ant is installed in /opt/ant. I have several commons etc. in /opt/commons/xxx I created a symlink to /opt/commons/commons-net-1.1.0.jar in /opt/ant/lib, however when I run ant, this is not added to the classpath (confirmed by adding "echo" in front of command). I think this is caused by a test in the ant script (line 134 in v1.5.4), in which the script checks the files in lib using 'if [ -f "$i" ]'. The -f returns true only if the argument is a physical file, not if it's a symlink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]