Niels and Conor: thanks for your reply!

But... (there's always a "but", ain't there?!? ;-)

We're (still!) using Weblogic 4.5.1, and hence are
stuck on the "ddcreator" and "ejbc" tasks...  is
there a way to make the "ejbc" task use jikes??? it 
appears that the "ejbjar" task is the only one that
formally supports the "compiler" option... or is it?

Thanks,

Peter


-----Original Message-----
From: Conor MacNeill [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 25, 2001 1:59 PM
To: [EMAIL PROTECTED]
Subject: Re: Jikes and ANT's optional ejbc task (was: external compiler
task)


From: "Peter Vandenberk" <[EMAIL PROTECTED]>
> I have a question related to this: we're already using jikes to do the
bulk
> of our Java compilations in ANT builds, but now we want to make ejbc,
> Weblogic's EJB compiler, use jikes as well...
>
> In our makefiles, we were leveraging ejbc's "compiler" option:
>
>     -compiler <javac>  Sets the compiler for ejbc to use.
>
> which reduces our overall build time to one third of what it was.  Now
we're
> looking for a way to make ANT's optional ejbc task do the same!?!
>
> I assume (I sure hope ;-) Tim Fennell ([EMAIL PROTECTED]) and Conor MacNeill
> ([EMAIL PROTECTED]) are on this list!
>

As Niels Verdonk pointed out, you can use the compiler attribute of
<ejbjar>. I thought I'd also let you know that in 1.4, <ejbjar> will
automatcially check if build.compiler is set to Jikes and use Jikes if it
is. You can turn off this behaviour.

I am on this list (not sure how you could have missed me :-), but I haven't
heard from Tim in a long while.

Conor



Reply via email to