Re: Getting Ant to compile to a different VM?

2007-01-03 Thread m1ke
Hi Scot. Thanks for the reply. I have sorted it finally after a lot of hassle. The solution was to go to the build.xml and in the javac part at source="1.3" and target="1.3" ... seems a little simple! Thanks for the help Scot P. Floess wrote: > > It sounds like an environment issue... Regarding

Re: Getting Ant to compile to a different VM?

2007-01-03 Thread m1ke
> I believe its simply: >> >> You may also have to specify using the attribute source="1.3" >> >> When you say "it's still having the problem" - can you refresh my >> memory - what is the problem exactly? I deleted my emails :( >> &g

Re: Getting Ant to compile to a different VM?

2007-01-03 Thread m1ke
Hi ,thanks for the reply. Yeah there is a build.xml, previously tried putting a < target="1.3"> tag in a javac area of the build.xml... perhaps it wasnt entered correctly as it's still having the problem. Will try again.. what is the best way to do go about it? (just double-checking entered it cor

Getting Ant to compile to a different VM?

2007-01-03 Thread m1ke
Hi. I am using Ant within Eclipse and need to compile to java 1.3. The problem is Eclipse is loaded up with 1.5 - and as its loaded up in this, Ant uses 1.5. All the settings in Eclipse are set to compile to 1.3, but I'm having a lot of trouble finding how to do this within the Ant settings also.