----- Original Message -----
From: "Robert Davies" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, December 18, 2000 12:11 PM
Subject: compiler with ant
> Hi
>
> I have a project set up to compile with ant using javac. Now I need to
recompile
> my project with a different compiler to improve the speed our java app,
one
> hasn't been picked yet. How difficult would it be to add this compiler
option to
> ant?
It depends. The bandwith may be from very simple to very hard depending on
the compiler... If the compiler takes the same (or similar) argument as
javac it's just copy and paste. (The jvc-Compiler from Microsoft was build
in in about 30 minutes)
Nico