You can either use the cvs login task , or login once manually before
running the scripts



-----Original Message-----
From: sato [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 12:19 PM
To: Ant Users List
Subject: HELP PLEASE.Having trouble getting sources with ant from CVS
server


Hey , everybody
I am trying to set up build.xml in order to get source from cvs repository
(that is a different machine)
but I could not quite get it.
It says on the website "I have to get my password in .cvspass in my home
directory.
But I get error code which says,

    [cvs] cvs [update aborted]: use "cvs login" to log in first

Here is build.xml source I put in there.
<cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/usr/local/cvsroot"
       command="update"
       package="PACKAGE/PROJECT1"
       dest="PROJECT1"
   />

thank you.


--
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