Hi, Am Donnerstag, den 06.03.2008, 15:33 +0100 schrieb Bertrand Delacretaz: > On Thu, Mar 6, 2008 at 3:03 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > > ... I agree with /var. For jsp, I am not so sure as all jsp classes are > > compiled into packages below /org/apache/jsp anyway (by Jasper, possibly > > overwritable).. > > But if we get another compiler? I'd like us to have a Scala > "scripting" engine at some point, and that's compiled as well. > > So I thought JSP might use /var/jsp/classes, scala /var/scale/classes, etc.
This is probably wrong and makes the class path more complicated as you would have to add entries for both scala and jsp. I also don't think, that this is worth any effort. So I could agree for the move from /classes to /var/classes but not the rest. A package collision is not realistic because - as I said - Jasper compiles all JSPs to inside the org.apache.jsp. And I expect Scala to not tamper with this package. Regards Felix
