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
. Once you have that and know what what works, it should be > pretty straight forward migrating that to Ant. > > Good luck > > DT > > > > > > "Derrick Simpson" > <[EMAIL PROTECTED]To: > user@ant.apac

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
IL PROTECTED]To: user@ant.apache.org il.com> cc: bcc: 09/01/2006 04:29 Subject: CVS checkout with ANT PM Please respond to

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
bcc: 09/01/2006 04:29 Subject: CVS checkout with ANT

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

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

CVS checkout with ANT

2006-09-01 Thread Derrick Simpson
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 change this myself. Here's the code.