Re: portal project deployment in WEB-INF/classes vs. WEB-INF/lib

2004-11-17 Thread Serge Huber
I don't know if this can be useful but I developped a Maven plugin that uses a war preGoal to achieve classes packaging as a JAR. The site is here : http://projects.jahia.org/maven-jahiawar-plugin/ and please feel free to use as little or as much as you want from it. This plugin also offers JSP

Re: portal project deployment in WEB-INF/classes vs. WEB-INF/lib

2004-11-12 Thread David Sean Taylor
Randy Watler wrote: David, I think this is (or was) Maven's standard way of packaging a war file. Im not opposed to changing it, but if you do, please make sure nothing else breaks (such as the hotdeploy goal) Really? Wow. I have never used WEB-INF/classes for anything other than properties file

Re: portal project deployment in WEB-INF/classes vs. WEB-INF/lib

2004-11-12 Thread Randy Watler
David, I think this is (or was) Maven's standard way of packaging a war file. Im not opposed to changing it, but if you do, please make sure nothing else breaks (such as the hotdeploy goal) Really? Wow. I have never used WEB-INF/classes for anything other than properties files. Ok, I'll look into

Re: portal project deployment in WEB-INF/classes vs. WEB-INF/lib

2004-11-12 Thread David Sean Taylor
Randy Watler wrote: Gang, The deployment of individual class files from the portal project in WEB-INF/classes instead of packaging as a jar and deploying in WEB-INF/lib is causing java Permission checks to be significantly slower than they could be. The reason for this is that each individual *.cla

portal project deployment in WEB-INF/classes vs. WEB-INF/lib

2004-11-12 Thread Randy Watler
Gang, The deployment of individual class files from the portal project in WEB-INF/classes instead of packaging as a jar and deploying in WEB-INF/lib is causing java Permission checks to be significantly slower than they could be. The reason for this is that each individual *.class file is being t