Java Mailing List Archive

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

Apache Ant Archive

» Ant Users List
» Ant Developers List
Does anyone have an example of CVS commit done with Ant?

Does anyone have an example of CVS commit done with Ant?

2003-03-20       - By Peter Adelmann
Reply:     1     2     3     4     5     6  


Hi!

Does anyone have an example of committing a file to CVS?  I need to build a jar
and then update CVS with the new jar file. It appears as though the task would
go something like this:

<property name="cvs.root" value="\\serverName\Projects"/>

<target name="checkinJar" depends="buildingJarFile" description="commits jar
file">

 <cvs cvsRoot="${cvs.root}" package="/new/jarFile.jar" command="commit" />

</target>

Any ideas/corrections would be greatly appreciated..Thanks again...Peter





---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!


---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

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