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=9550>. 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=9550 ant script needs " around directory names Summary: ant script needs " around directory names Product: Ant Version: 1.5Beta1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Wrapper scripts AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm running Win2K using cygwin and our repostory has directories with spaces in them. The script at ./jakarta-ant-1.5beta1/bin/ant needs quotes around the argument passed to cd. From: cd $savedir to: cd "$savedir" Otherwise ant can't seem to find the build.xml file in the current directory. I also downloaded and tried the 1.6Alpha nightly build for 5/30/2002 and it has the same problem. /will -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
