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

Reply via email to