Deploying a Project with CVS and Ant

A few simple steps

(Note: These comments were specific to our company's use of Ant to deploy our Java projects. If you're not using Ant, any Ant commands shown here won't apply to your project.)

To deploy any of our Java projects using Ant, just follow steps similar to these to check the project out of CVS and then build it on the server:

cvs co DevDaily/DDConnectionBroker

cd DevDaily/DDConnectionBroker/build

ant

WinCVS tutorial conclusion

This concludes our "Introduction to WinCVS" tutorial. I hope you found it helpful. As usual, if you have any questions or comments just leave them below, and I'll get back with you as soon as possible.

 

<< Previous
(back to the index)