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 2003/09/04 01:59:45 UTC

DO NOT REPLY [Bug 22919] New: - cvs does not execute if cvs bin directory in path statement is enclosed in quotes.

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=22919>.
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=22919

cvs does not execute if cvs bin directory in path statement is enclosed in quotes.

           Summary: cvs does not execute if cvs bin directory in path
                    statement is enclosed in quotes.
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: cshannon@abq.com


If the directory for the CVS executable in the dos PATH statement is enclosed 
in quotes (usually because it has spaces, which is legal syntax), the core 
task "cvs" will fail because it can't find the executable from the quoted 
path.  If the quote marks are removed, then it works fine.

For example, if your path looks like this:

    PATH=c:\winnt\system32;"c:\Program Files\WinCVS"

It will bomb.  But 

    PATH=c:\winnt\system32;c:\Program Files\WinCVS

will work fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org