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:15 -------
Can you give an example.
I have just tested with ant1.6beta and ant1.5.4.

I set up a symbolic link from $ANT_HOME/ant-contrib.jar to 
$ANT_HOME/save/ant-contrib.jar
and the ant-contrib tasks still worked:
<project name="antcontrib" default="antcontrib">
  <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
  <target name="antcontrib">
    <if>
      <equals arg1="x" arg2="x"/>
      <then>
        <echo>x is x</echo>
      </then>
    </if>
  </target>
</project>
I then moved $ANT_HOME/lib/save to $ANT_HOME/lib/s, and the build
file correctly did not work.

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

Reply via email to