Steve Loughran wrote:


Now that Gump has switched to java1.5, its showing up some problems in javac.

Specifically, it appears to be defaulting to source=1.5

This breaks junit addons

http://vmgump.apache.org/gump/public/junit-addons/junit-addons/gump_work/build_junit-addons_junit-addons.html

I checked out the source in CVS; they are not saying source="1.5"; they are not saying anything about the source version. Yet javac has switched to java1.5. This is breaking backwards compatibility for builds.



as of last night, Stefan fixed this

+
+* <javac>'s source and target attributes as well as <javadoc>'s source
+  attribute will read default values from the properties
+  ant.build.javac.source and ant.build.javac.target.

Set those properties in the <ant> element of a project and you can force a build using an older version of the language...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to