Re: Select JDK compiler

2007-07-16 Thread Roman Ivashin
Hello! You can always use JDK 1.5. If you will need to compile project with java 1.4 you can specify Of course, you can use properties here to avoid manual editing of build.xml: Built-in props "ant.build.javac.source" and "ant.build.javac.source" hold default value for JDK that i

Re: Select JDK compiler

2007-07-16 Thread Sunil Prabhakaran
hi Hezjing, Try the executable attribute in . By default it will be 1.5 for you. however try setting this executable attribute to the filepath for 1.4 javac.exe, whereever you require the sources to be compiled with 1.4 JDK hope this helps regards Sunil Prabhakaran On 7/17/07, hezjing <[EMAIL P