Hi,
At 11:21 18/4/01 +0200, Marc Portier wrote:
>is interesting topic though... would make intersting article for a big
>audience to pin down 'the pattern'
>anyone else with any leads in the good direction?
>
>By the way I take it there is some impact on the classloaders as well?
>(what if a new
you might want to have a look into the code of cocoon2 (xml.apache.org)
there is a lot of runtime XML file -> java source -> class files that get
loaded in there
actually tomcat/jasper does similar things with the JSP model (produce java
code that needs to be compiled then loaded...)
all of that
On 18 Apr 2001 11:39:27 +0800, Mahfudh Junaryanto wrote:
>
> I am wondering if ANT can be instructed to compile java source code from a
> java runtime program.
You already can do that, even without Ant. The tricky part is that you
need the JDK, which you cannot redistribute.
> If that so, does