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=9679>. 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=9679 dropping jar file from classpath even though the jar exists Summary: dropping jar file from classpath even though the jar exists Product: Ant Version: 1.4.1 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] On several operating systems and machines, I have a build file using a property file to define a property used in a classpath that fails because ant thinks the jar file doesn't exist. I get the "dropping ... from path as it doesn't exist" message in verbose mode. When I define the property as a <property name=.. value=.../> and do not use the property file the jar is correctly found by ant. The systems where it fails are: - Linux Redhat 7.1 with jdk 1.3.1_02 and jdk 1.4.0 and with ant 1.4.1, ant 1.5Beta2 and the nightly build from June 6. - HP-UX with jdk 1.3.1.02 with ant 1.4.1 The systems where it suceeds: - Windows 2000 with jdk 1.3.1_02 and ant 1.4.1 To reproduce, untar the attached ant_test.tar, and run ant. It should fail. If it suceeds, then you are luckier than I am. If it fails, comment the property defined in build.properties and it should suceed. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
