How to auto deploy a web project controled by cvs? Permanently deleted user Created May 02, 2006 15:48 Can anyone show me how to checkout project from cvs then deploy to an web appserver ?thx.
Auto-fetch from CVS by giving an your project an appropriate vcs-root and build-trigger in the build-server-config.xml file. Deploying to an appserver requires an Ant task, which is likely to be different for each different web server vendor.
--Dave Griffith