Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
CVS add with ANT

CVS add with ANT

2003-03-21       - By Elizabeth Cooper

I need some help from experienced ANT people.

Does anyone have a working example of using CVS add with ANT?

I want to do the following:

1. check out an archive (I can do this just fine)
2. create a directory under the main archive (mkdir ...)
3. add this directory (CVS add...)
4. commit the directory (CVS commit ...)
5. create a sub-directory (mkdir ...)
6. add the sub-directory (CVS add ...)
6. commit the sub-directory (cvs commit ...)
(put some logs into the directory -- these are ant build logs)
7. add the new log files to the CVS archive (cvs add ...)
8. commit the log files (cvs commit ...)

Has anyone done anything similar?

TIA

Elizabeth Cooper



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.