On Thu, Apr 25, 2002 at 10:34:04AM -0300, Emerson Cargnin - MSA wrote: > Is it a bad idea to keep the jars needed to build a system in a cvs, eg : > xdoclet,struts,servlets.jar, etc????
We do keep all need files (build file) libraries etc. generally in the cvs. The advantage is that whenever you have to change anything in an "old" project you have all tools at hand. Some developers even keep compilers and IDEs in cvs. Imagine you had to fix a bug in a system that still uses JDK 1.0 -- could be hard to setup the environment again. I would especially recommend keeping CVS version of tools (like xdoclet) in the cvs because it's not guaranteed that older version are still available. -billy. -- Meisterbohne S�flinger Stra�e 100 Tel: +49-731-399 499-0 eL�sungen 89077 Ulm Fax: +49-731-399 499-9 _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
