Thank you for your help. Although, I waisted space on the forum talking it
out helped me find my problem.
vorpalarrow wrote:
>
> inheritAll was set to false. my mistake. Its a multi-level build file so I
> missed one javac call which caused the error.
>
>
>
>
--
Yes, that is what I did. However, it doesn't work. Thats why I'm puzzled. The
classes still have the 1.6 version information in them. I've talked to
several developers that use ant regularly and no-one has been able to help
me.
Martin
--
View this message i
I am using:
jdk 1.6.0_11
ant 1.7.1
And I want to target 1.5.
However, using the target attribute below in my build file still generates
"1.6 version" classes.
I've tried adding the source="1.5" and the bootclasspath="" to the 1.5 jar
files and forking the 1.6 javac just in case.
The only thi