Re: Ant 1.6.3, JDK1.5 and extJavac="1.3"

2005-05-03 Thread Wim Praet
Try . When I try to do that ( being: executable="${jdk13}" is missing. You need to tell Ant (1) that you want to run an external JDK compiler (fork="true"), (2) that you don't want the one of the current JDK, but a different executable (executable="...") and (3) that the compile accepts a comma

Re: Ant 1.6.3, JDK1.5 and extJavac="1.3"

2005-05-02 Thread Wim Praet
On Mon, 2 May 2005, Wim Praet <[EMAIL PROTECTED]> wrote: Try . When I try to do that ( being: ) , it says: [javac] Compiling 455 source files to C:\projects\test\build [javac] javac: target release 1.3 conflicts with default source release 1.5 BUILD FAILED Leaving out the sourc

Ant 1.6.3, JDK1.5 and extJavac="1.3"

2005-05-02 Thread Wim Praet
tted at an older JDK than the one I have currently installed as the default one? It's also a fact that it does not compile anymore since I installed ant 1.6.3 ... regards, Wim Praet. - To unsubscribe, e-mail: [EMAIL PROT