hi!
i'm using ant with jdk1.3 on winnt4. when i try to compile java-files, i get
the following errormessage:
compile:
[javac] Compiling 25 source files to D:\classes
[javac] Modern compiler is not available - using classic compiler
BUILD FAILED
D:\Development\build\ant\build.xml:84: Cannot use classic compiler, as it is
not available
does anybody know what is going wrong?
thanx
thomas
b.t.w. the JAVA_HOME is set correctly, calling java -version returns:
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)