Re: How to use more than one compiler during build of a project?

2002-02-13 Thread Steve Loughran
- Original Message - From: "Tim Clark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 03:02 Subject: How to use more than one compiler during build of a project? > Hi > > I am probably misunderstanding the way that an a

RE: How to use more than one compiler during build of a project?

2002-02-13 Thread Andrew.Beacock
Tim, > I wish to use both the 'modern' compiler and the 'jikes' compiler for > different targets (don't ask why - it's necessary due to some > problems with both :). I think you can solve your problem by putting one of the javac targets in a separate buildfile, and then call it using: T

How to use more than one compiler during build of a project?

2002-02-13 Thread Tim Clark
Hi I am probably misunderstanding the way that an ant build works, but here goes. I wish to use both the 'modern' compiler and the 'jikes' compiler for different targets (don't ask why - it's necessary due to some problems with both :). However, it only seems to be possible to set a property (i