Sorry - it fails on:
[cvs] The ' characters around the executable and arguments are
[cvs] not part of the command.
and then as a result I get:
[cvs] CVS_PASSFILE=c:\Home\PersonalFolders\M Marquis\.cvspass
[cvs] cvs update: authorization failed: server dcvshost1 rejected access t
o /home/empcvs for user mmarquis
-----Original Message-----
From: Jesse Stockall [mailto:stockall@magma.ca]
Sent: Tuesday, May 06, 2003 12:25 PM
To: Ant Users List
Subject: Re: cvs problem - characters around the executable and
argumentsare not part of command
On Tue, 2003-05-06 at 12:03, Melissa Marquis wrote:
>
> <target name="fetch" depends="prepare" description="Get latest code updates from CVS">
> <cvspass cvsroot="${cvsroot}" password="${repo.pass}"/>
> <cvs cvsRoot="${cvsroot}" command="update -P -d${cvs.build.dir}" failonerror="true"/>
> </target>
>
> which should update my current code base. When I run it (used verbose here) I get:
>
> [cvs] Using cvs passfile: c:\Home\PersonalFolders\Melissa Marquis\.cvspass
>
> [cvs] Executing 'cvs' with arguments:
> [cvs] '-d:pserver:mmarquis@dcvshost1:/home/empcvs'
> [cvs] 'update'
> [cvs] '-P'
> [cvs] '-d'
> [cvs]
> [cvs] The ' characters around the executable and arguments are
> [cvs] not part of the command.
> [cvs]
>
> Has anybody seen this? I did see a previous thread about this but did not see a solution.
>
Seen what exactly?
It looks like normal verbose output to me.
Are there any errors?
--
Jesse Stockall <stockall@magma.ca>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|