Author: crossley
Date: Wed Apr 25 19:18:43 2007
New Revision: 532575
URL: http://svn.apache.org/viewvc?view=rev&rev=532575
Log:
Explicitly set the javac target@ to our defined base version.
This fixed an issue with plugins being deployed by committers using
more recent versions.
Thanks to Ron Blaschke.
Modified:
forrest/trunk/main/build.xml
forrest/trunk/plugins/build.xml
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
forrest/trunk/site-author/status.xml
Modified: forrest/trunk/main/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?view=diff&rev=532575&r1=532574&r2=532575
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Wed Apr 25 19:18:43 2007
@@ -43,7 +43,7 @@
<property name="build.compiler.deprecation" value="on"/>
<property name="build.compiler.nowarn" value="on"/>
<property name="build.compiler.type" value="classic"/>
- <property name="build.compiler.vm" value="1.2"/>
+ <property name="build.compiler.vm" value="1.4"/>
<property name="name" value="apache-forrest"/>
<property name="forrest.version" value="0.9-dev"/>
<property name="forrest.core" location="."/>
@@ -431,6 +431,7 @@
<mkdir dir="${build.classes}"/>
<javac srcdir= "${java.dir}"
destdir= "${build.classes}"
+ target= "${build.compiler.vm}"
debug= "${build.compiler.debug}"
optimize= "${build.compiler.optimize}"
deprecation= "${build.compiler.deprecation}"
Modified: forrest/trunk/plugins/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?view=diff&rev=532575&r1=532574&r2=532575
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Wed Apr 25 19:18:43 2007
@@ -380,6 +380,7 @@
<mkdir dir="${build.classes}"/>
<javac srcdir= "${plugin.java.dir}"
destdir= "${build.classes}"
+ target= "${build.compiler.vm}"
debug= "${build.compiler.debug}"
optimize= "${build.compiler.optimize}"
deprecation= "${build.compiler.deprecation}"
Modified:
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?view=diff&rev=532575&r1=532574&r2=532575
==============================================================================
---
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
(original)
+++
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
Wed Apr 25 19:18:43 2007
@@ -229,7 +229,7 @@
</p></li>
<li><p>
Start discussion on Java-Version to use for compiling and testing
- the release.
+ the release. If necessary, alter the build.compiler.vm value in
main/build.xml
</p></li>
</ol>
</section>
Modified: forrest/trunk/site-author/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=532575&r1=532574&r2=532575
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Wed Apr 25 19:18:43 2007
@@ -150,6 +150,11 @@
Added document to facilitate
<link href="site:upgrading_09">upgrading to v0.9</link>
</action>
+ <action dev="DC" type="fix" context="build" due-to="Ron Blaschke">
+ Explicitly set the javac target@ to our defined base version.
+ This fixed an issue with plugins being deployed by committers using
+ more recent versions.
+ </action>
<!-- 2007-04 -->
</release>
<release version="0.8" date="2007-04-18">