Hi, Kelly, Thanks! Your way works for me !  Why my way does not work, I
follow the Ant online doc.
Thanks again, Kelly!
______________________________________________  
        Barry Jia
Brightspark
Tel:416-488-1999 ext.306
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  

 



-----Original Message-----
From: Guan, Kelly [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 6:11 PM
To: Ant Users List
Subject: RE: cvs at ant


Well, maybe this is not relevant, but maybe you can try it.
How did you specify the passfile="${passfile}", i remembered I had
problem with "passfile" before doing the same thing as you are doing.
I am using <cvspass> instead of 'passfile', .  

 <cvspass cvsroot="${cvs.root}" password="buildmaster"/>
 <cvs command="checkout" cvsroot="${cvs.root}"
                        package="${cvs.server.src}"
                        dest="${server.dest}" 
                        tag ="${tag.name}"/>

cvsroot is set to-->
:pserver:buildmaster@usrdlnx1:/usr/local/src/cvsrep


-----Original Message-----
From: Paul Cody [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 2:56 PM
To: 'Ant Users List'
Subject: RE: cvs at ant


> 
> cvs.exe is in my path, and the debug info
> " cvs -d :pserver:bjia@tira-src:/var/local/tira-cvs checkout 
> code-injection"
> generate exception,
> but if I run this command in same terminal, it works ! it can 
> check out
> everything, I do not know which directory is invalid now if 
> Error code 267
> means invalid directory.
> in my build file like below, how to set up cvx.exe absolute 
> path for cvs.exe
> ?
>  <target name="checkout">
>       <cvs cvsRoot="${CVSROOT}"
>            package="code-injection"
>            dest="code-injection"
>            passfile="${passfile}"
>        />
>    </target>
> 

What...  is the air-speed velocity of an unladen swallow?  What do you
mean?
An African or European swallow?  Huh -- I don't know that?  Waaughhhh!!!

I dunno.  Keep trying...  Other than 'checkout', do any cvs commands
work
(from ant)?

Paul
 

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to