Using Java 1.4 with Ant

2002-11-08 Thread Pito Salas
I am having trouble convincing Ant to use Java 1.4 as the compiler for javac tasks. If I set build.compiler to modern or javac1.4 it still always picks Javac 1.3. Note that I have both 1.3 and 1.4 on my path. Does it simply pick the first one it sees? Also note that I'm running under Jbuilder 7, w

RE: Ant and Java 1.4 - resend with typo corrected

2002-11-03 Thread Pito Salas
I'm running under Jbuilder 7. It runs under 1.3. However I have 1.4 also on a different path on my machine. So there are different "java_home"'s. Would the "modern" setting look for 1.4 if it was able to locate both a 1.3 and a 1.4? - Pito -Original Message- From: Jacob Kjome [mailto:hoj

RE: Ant and Java 1.4 - resend with typo corrected

2002-11-03 Thread Pito Salas
I am having trouble convincing Ant to use Java 1.4 as the compiler for javac tasks. If I set build.compiler to either modern or javac1.4 it always picks Javac 1.3. Can anyone point me in the right direction? Thanks Pito

Ant and Java 1.4

2002-11-03 Thread Pito Salas
I am having trouble convincing Ant to use Java 1.4 as the compiler for javac tasks. If I set build.compiler to either modern or it always picks 1.3. Can anyone point me in the right direction? Thanks Pito