[jboss-cvs] JBossAS SVN: r91644 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 24 14:02:30 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-24 14:02:30 -0400 (Fri, 24 Jul 2009)
New Revision: 91644

Modified:
   trunk/testsuite/build.xml
Log:
require jdk1.6 since -X:-UseGCOverheadLimit needs it.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-07-24 17:53:00 UTC (rev 91643)
+++ trunk/testsuite/build.xml	2009-07-24 18:02:30 UTC (rev 91644)
@@ -467,6 +467,7 @@
    </propertyset>
 
   <target name="init-maven-ant-tasks" unless="init-maven-ant-tasks.target.complete">
+    <fail message="You need to use JDK1.6" unless="HAVE_JDK_1.6"/>
     <path id="maven-ant-tasks.classpath" path="../tools/maven/ant-tasks/maven-ant-tasks-2.1.0-SNAPSHOT.jar" />
     <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
              uri="antlib:org.apache.maven.artifact.ant"




More information about the jboss-cvs-commits mailing list