The one other thing we struggled with was the location of .cvspass. For wincvs, it was in a
dir off the root \username\.cvspass.
But ant <cvs> wants it in
\Documents and Settings\username\.cvspass
Once we got those two things straightened out, it works ok.
-----Original Message-----
From: Tolles, James [mailto:James_Tolles@mpaa.org]
Sent: Thursday, October 10, 2002 9:46 AM
To: 'Ant Users List'
Subject: RE: CVS problem
I'm not sure this helps, but we discovered that ant is looking for "cvs.exe". Wincvs doesn't
need this in the path, but ant does; so adding:
"C:\Program Files\GNU\WinCvs 1.2"
to the ant user's path enabled ant <cvs..> task to work just fine.
(ant 1.5)
-----Original Message-----
From: Craig Ciquera [mailto:Cciquera@brownco.com]
Sent: Thursday, October 10, 2002 9:36 AM
To: 'Ant Users List'
Subject: RE: CVS problem
I would say this is a bug in the cvs task unless someone else can get it to
work.
Why not try:
<cvs cvsroot=":pserver:builder@192.9.214.17"
command="checkout -d build/"
package="dk"/>
/Craig
-----Original Message-----
From: Daniel Acton [mailto:dacton@cs.uct.ac.za]
Sent: Thursday, October 10, 2002 10:10 AM
To: Ant Users List
Subject: RE: CVS problem
Hello
My last attempt:
Try using a non-unix-like filename, as in "cvspass" as opposed to
".cvspass"
Regards
Daniel
On Thu, 10 Oct 2002, Thomas Saxtoft wrote:
> Daniel I really apreciate your effort, but it still does not work.
>
> > The only reasons I can think of are
> > 1) The dk module doesn't exist in CVS
> It does. Running "cvs -d:pserver:builder@192.9.214.171:/home/CVSHOME
> checkout dk" from command line works fine.
>
> > 2) The <cvs> task can't read in the password file
> The script prints:
> Using cvs passfile: D:\kode\build\misc\.cvspass
> Which is the right path.
>
> > What OS are you using?
> Windows 2K.
>
> >Try setting the full path to the password file.
> Been there.
>
> Thomas
>
> --
> To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
>
>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|