RE: ANT used in Java Program

2001-04-18 Thread Peter Donald
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

RE: ANT used in Java Program

2001-04-18 Thread Marc Portier
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

Re: ANT used in Java Program

2001-04-17 Thread Weiqi Gao
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