Re: The Kaffe instance and ant-bootstrap

2004-11-02 Thread Stefan Bodewig
On Sun, 31 Oct 2004, Dalibor Topic [EMAIL PROTECTED] wrote: Stefan Bodewig bodewig at apache.org writes: Ant's bootstrap script can use jikes easily by setting the JAVAC environment variable. Ah, cool, I didn't know that. Since which version of ant is that the case? Hmm, the change has

Re: The Kaffe instance and ant-bootstrap

2004-11-02 Thread Dalibor Topic
Stefan Bodewig bodewig at apache.org writes: On Sun, 31 Oct 2004, Dalibor Topic robilad at kaffe.org wrote: Stefan Bodewig bodewig at apache.org writes: Ant's bootstrap script can use jikes easily by setting the JAVAC environment variable. Ah, cool, I didn't know that. Since

Re: The Kaffe instance and ant-bootstrap

2004-11-02 Thread Dalibor Topic
Stefan Bodewig bodewig at apache.org writes: On Tue, 2 Nov 2004, Niclas Hedhman niclas at hedhman.org wrote: On Monday 01 November 2004 21:12, Dalibor Topic wrote: Since you're using the normal debian packages, setting a few additional env vars should do the trick for the bootstrap

Re: The Kaffe instance and ant-bootstrap

2004-11-02 Thread Stefan Bodewig
On Tue, 2 Nov 2004, Dalibor Topic [EMAIL PROTECTED] wrote: Stefan Bodewig bodewig at apache.org writes: The workspace will need to set the build.compiler property to jikes for all Ant builds as well. Yep. Is setting the environment variable ANT_OPTS enough for gump's ant builds, No.

Re: The Kaffe instance and ant-bootstrap

2004-11-01 Thread Dalibor Topic
Dalibor Topic robilad at kaffe.org writes: I've had to solve a similart problem for bootstrapping ant with kaffe jikes in kaffe-extras module of kaffe's CVS. There I've patched ant's bootstrap scripts for that [1] but of course setting env vars is more elegant ;) And I can confirm that it

Re: The Kaffe instance and ant-bootstrap

2004-11-01 Thread Niclas Hedhman
On Monday 01 November 2004 21:12, Dalibor Topic wrote: Since you're using the normal debian packages, setting a few additional env vars should do the trick for the bootstrap with kaffe: extras for ant bootstrap with kaffe ## ## Use jikes with kaffe's class libraries on bootclasspath

Re: The Kaffe instance and ant-bootstrap

2004-10-31 Thread Dalibor Topic
Stefan Bodewig bodewig at apache.org writes: On Wed, 27 Oct 2004, Niclas Hedhman niclas at hedhman.org wrote: I have looked at the Kaffe instance and its inability to create the Ant bootstrap. The first level of problem is that the Kaffe compiler doesn't imply any source files that

Re: The Kaffe instance and ant-bootstrap

2004-10-27 Thread Stefan Bodewig
On Wed, 27 Oct 2004, Niclas Hedhman [EMAIL PROTECTED] wrote: I have looked at the Kaffe instance and its inability to create the Ant bootstrap. The first level of problem is that the Kaffe compiler doesn't imply any source files that are not specified, and that results in the immense

The Kaffe instance and ant-bootstrap

2004-10-26 Thread Niclas Hedhman
Gang, I have looked at the Kaffe instance and its inability to create the Ant bootstrap. The first level of problem is that the Kaffe compiler doesn't imply any source files that are not specified, and that results in the immense number of Cannot find class. Unfortunately, all classes can