Hello,

I use netbeans 3.2 with built in ant support.

The problem is that netbeans runs only under jdk 1.3 and I have to develop
under jdk1.4.0-beta. The built-in Ant is therefor started under jdk 1.3.1.
So if I start an javac task, Ant compiling my sources with jdk 1.3 compiler.
Is there a other way as to write an own task for usage of an extaernal
compiler?

-- 
Uwe


Reply via email to