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=10664>. 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=10664 wrapper script fails on cygwin if ANT_HOME is a Windows path ------- Additional Comments From [EMAIL PROTECTED] 2002-09-30 12:58 ------- and it is (sorry for being that verbose) D:\Apache\jakarta-ant-1.5\lib\junit.jar This means the script picks up some of the jars in your lib directory - but for some reason it doesn't pick all of them. case-sensitivity? The only relevant changes between the 1.4.1 and 1.5.1 versions I see are -# add in the dependency .jar files -DIRLIBS=${ANT_HOME}/lib/*.jar -for i in ${DIRLIBS} +# add in the dependency .jar files in non-RPM mode (the default) +for i in "${ANT_LIB}"/*.jar do you get a different result if you unfold the loop creation into two lines like the 1.4.1 script has done? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
