Re: Build in multiple java versions using Ant

2008-10-22 Thread Andy Stevens
2008/10/20 scuzzie <[EMAIL PROTECTED]>: > Hi, > > I have a project written in NetBeans 6.1 that I need to be able to compile > on demand using any JDK version from 1.4.2, on a machine that does not have > NetBeans installed (but does have Ant of course). The app compiles under > 1.4.2 and up using

Re: Build in multiple java versions using Ant

2008-10-22 Thread Peter Reilly
It found that execing ant is the best way to get a 1.4 javac build. I use the following presetdef: Ant figures out where the java14 exe is set based on an enforced env variable: JAVA14_HOME.

Re: Build in multiple java versions using Ant

2008-10-22 Thread Steve Loughran
scuzzie wrote: Hi, I have a project written in NetBeans 6.1 that I need to be able to compile on demand using any JDK version from 1.4.2, on a machine that does not have NetBeans installed (but does have Ant of course). The app compiles under 1.4.2 and up using the Ant xml files generated by Net

Re: Build in multiple java versions using Ant

2008-10-21 Thread John5342
t; autogenerated and is created automatically before calling Ant. > > Are there properties I can add to my properties file to specify which > version of the SDK to compile with? Any other suggestions? > > Using Windows. > -- > View this message in context: > http://www.nabb

AW: ****SPAM**** Build in multiple java versions using Ant

2008-10-20 Thread Knuplesch, Juergen
suggestions? Using Windows. -- View this message in context: http://www.nabble.com/Build-in-multiple-java-versions-using-Ant-tp20080105p20080105.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Build in multiple java versions using Ant

2008-10-20 Thread scuzzie
. -- View this message in context: http://www.nabble.com/Build-in-multiple-java-versions-using-Ant-tp20080105p20080105.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For