|Yeap, jikes is not java -- it is C++. Also, it may very well be so that
|even Sun's compiler can't do this. In Tomcat they configure a command line
|for sun.tools.javac which has a special -classpath switch. Don't know if
|the jvm uses it or javac itself reads the entries in the classpath and
|loads classes from there bypassing CL mechanisms.
|
|This sucks big time, because if you don't precompile JSPs, you end up
|having to trag all the necessary .class files into the WAR. No
|integration...

well then FUCK it !

we use the invm javac, we tweak it to be in process with the right CL and
VOILA!

If ANT can do it we can do it, and don't give me the "speed" booboo, the
speed of javac in process is diabolical.  It takes what 20 seconds to
compile the WHOLE of JBOSS? so your 2-3 little JSP are not going to impress
Javac invm

marcf

|
|
|>
|> -dain
|>
|> _______________________________________________
|> Jboss-development mailing list
|> [EMAIL PROTECTED]
|> https://lists.sourceforge.net/lists/listinfo/jboss-development
|>
|


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to