You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/05/31 21:28:23 UTC

DO NOT REPLY [Bug 9550] New: - ant script needs " around directory names

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: ant-dev@jakarta.apache.org
        ReportedBy: willg@bluesock.org


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>