Re: Bootclasspath and external compiles

2004-12-14 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Does this need to be done for other forked tasks - junit, java for > example? Those have already been taken care of by the build.clonevm system property used in CommandlineJava. If set, ant will try to copy the bootclasspath as well

Re: Bootclasspath and external compiles (was Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java)

2004-12-13 Thread Peter Reilly
Does this need to be done for other forked tasks - junit, java for example? Petet Stefan Bodewig wrote: On 10 Dec 2004, <[EMAIL PROTECTED]> wrote: +// this is a quick hack to make things work in a +// Gump/Kaffe/Jikes combo. I promise I'll explain it later - +// and add a r