[hornetq-commits] JBoss hornetq SVN: r10447 - branches/Branch_2_2_EAP.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 4 16:15:19 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-04-04 16:15:19 -0400 (Mon, 04 Apr 2011)
New Revision: 10447

Modified:
   branches/Branch_2_2_EAP/build-hornetq.xml
Log:
jdk 1.5 compilation verification

Modified: branches/Branch_2_2_EAP/build-hornetq.xml
===================================================================
--- branches/Branch_2_2_EAP/build-hornetq.xml	2011-04-04 20:13:05 UTC (rev 10446)
+++ branches/Branch_2_2_EAP/build-hornetq.xml	2011-04-04 20:15:19 UTC (rev 10447)
@@ -561,12 +561,12 @@
 	             includeAntRuntime="${javac.include.ant.runtime}"
 	             includeJavaRuntime="${javac.include.java.runtime}"
                      encoding="${javac.encoding}"
-	             failonerror="${javac.fail.onerror}">
+	             failonerror="${javac.fail.onerror}" fork="true" executable="${jdk5.home}/bin/javac">
 	         <src>
 	            <pathelement path="${src.main.dir}"/>
 	         </src>
 	         <include name="**/jms/**/*.java"/>
-	         <classpath refid="jms.compilation.classpath" fork="true" executable="${jdk5.home}/bin/javac"/>
+	         <classpath refid="jms.compilation.classpath"/>
 	      </javac>
 	   </target>
 	



More information about the hornetq-commits mailing list