1) source control... you can keep your history if you move to subversion 2) so you have to deploy a different war to dev, staging and prod?? how do you know its the same? there are better methods for parameterising config than that try spring ;-)
3) you can pre-compile the jsps with http://mojo.codehaus.org/jspc/ On Tuesday 25 September 2007 15:53, Steve Mactaggart wrote: 2) > The 2 webapp issues I had, were that the web.xml file was not in the > correct location, and that we needed to do filtering on different config > files for prod/dev environments. > 3) > I'm still trying to work out how to compile the JSP's, I want to do this to > ensure that the will compile, not compile for release reasons. > 1) > I have a somewhat large project that needs Maven 2 implementation, and the > problem is that it does not follow the standard Maven directory structure. > I know that it should, and I also understand the reasons why. But sadly we > just can do it, mainly because we would loose all our years of source > control history in CVS... > > (Its a web app by the way) > -- Michael McCallum Enterprise Engineer mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
