Brendon Mclean <[EMAIL PROTECTED]> wrote:
> I am trying to get Ant to work with IBM JDK 1.1.8 but I keep getting
> the following:
>
> [javac] Modern compiler is not available - using classic
> compiler
> [javac] javac: invalid flag: -sourcepath [javac] use:
> I presume it is because the IBM JDK does not support this directive,
Neither does Sun's JDK 1.1 implemenation.
The problem seems to be, that Ant thinks, you are not running a 1.1
Java VM. Are you by any chance running Ant in JDK 1.3 but try to use a
1.1 compiler?
Stefan