Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
ROTECTED]To: "Ant Users List" il.com> cc: bcc: 09/05/2006 11:00 Subject: Re: CVS checkout with ANT AM Please respond to "A

Re: CVS checkout with ANT

2006-09-05 Thread David TROGDON
il.com> cc: bcc:

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
David, I am using eclipse, and everything works fine from there. However, I'm trying to automate some tasks. I don't have a command line cvs client on my pc. Thanks, Derrick On 9/5/06, David TROGDON <[EMAIL PROTECTED]> wrote: I'm not sure of how you are useing/accessing CVS or your opera

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
Yes, there is a CVSROOT directory under /usr/local/cvsroot/ . I'm not sure why I'm getting that error. I dont't think I'm getting properly authenticated. When I try doing a commit, I get: [cvs] Using cvs passfile: C:\Documents and Settings\dsimp0\.cvspass [cvs] The server's host key

Re: CVS checkout with ANT

2006-09-05 Thread David TROGDON
I'm not sure of how you are useing/accessing CVS or your operating system. I would think you could do "test" check out from a command window. Once you have a command line you know works from the command window, you should be able to implement the same command from Ant. I do something similar to

RE: CVS checkout with ANT

2006-09-02 Thread Stephen McConnell
Derrick: All of the Ant's content is available under SVN. http://svn.apache.org/repos/asf/ant/core/trunk /Steve. > -Original Message- > From: Derrick Simpson [mailto:[EMAIL PROTECTED] > Sent: Saturday, 2 September 2006 6:00 AM > To: user@ant.apache.org > Subject: CVS checkout with ANT

Re: CVS checkout with ANT

2006-09-01 Thread Petar Tahchiev
On 01/09/06, Derrick Simpson <[EMAIL PROTECTED]> wrote: I'm trying to do a simple checkout from cvs, and I get the following error [cvs] cvs [checkout aborted]: /usr/local/cvsroot/CVSROOT: No such file or directory I am getting a /CVSROOT appended onto the end. I do not have access to chang