>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?
I remember having the same problem once. I believe including the tools.jar
to your classpath will fix it.
-Øystein Lunde