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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 4 16:13:06 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-04-04 16:13:05 -0400 (Mon, 04 Apr 2011)
New Revision: 10446

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 19:12:46 UTC (rev 10445)
+++ branches/Branch_2_2_EAP/build-hornetq.xml	2011-04-04 20:13:05 UTC (rev 10446)
@@ -566,7 +566,7 @@
 	            <pathelement path="${src.main.dir}"/>
 	         </src>
 	         <include name="**/jms/**/*.java"/>
-	         <classpath refid="jms.compilation.classpath"/>
+	         <classpath refid="jms.compilation.classpath" fork="true" executable="${jdk5.home}/bin/javac"/>
 	      </javac>
 	   </target>
 	



More information about the hornetq-commits mailing list