[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Trying to use Ant and CVS for clean build



Title: RE: Trying to use Ant and CVS for clean build

The ant website is very good reference site.

I have the script for get code from CVS on unix or windows. Hope this help.

<target name="get" description="Get files from CVS">
        <echo message="Get source file from CVS "/>
         <cvs cvsRoot=":pserver:jnie@cvsserver.server.com:/cvs/modulename"
           package="packagename"
           dest="${basedir}"
           tag="HEAD"
           command="checkout -P"
         />
   </target>

-----Original Message-----
From: Lee Chalupa [mailto:lchalupa@seelink.org]
Sent: Monday, February 03, 2003 4:15 PM
To: Atlanta Java Users Group
Subject: Trying to use Ant and CVS for clean build


I'm trying to use Ant to retrieve the source files from CVS.
I'm getting an error message which I don't understand.

I'm just learning to use Ant but I already see the need to be able to debug
it.  Anyone know of a good reference? The simple examples in the text
books don't cover the snafus.

Question 2.  Does anyone have an Ant build that retrieves source
from a CVS repository on a web server?  Would you mind sharing it?

Thanks.

lee



--
Something Else Enterprises, Inc.
Lee Chalupa
lchalupa@seelink.org
770 381 2377