[jboss-cvs] JBossAS SVN: r103028 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 26 07:04:07 EDT 2010


Author: wolfc
Date: 2010-03-26 07:04:06 -0400 (Fri, 26 Mar 2010)
New Revision: 103028

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
Check JBOSS_HOME upfront

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2010-03-26 10:50:26 UTC (rev 103027)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2010-03-26 11:04:06 UTC (rev 103028)
@@ -77,6 +77,9 @@
    <!-- Same thing, but passed to the client -->
    <property name="jbosstest.udpGroup" value="${udpGroup}"/>
   
+  <!-- Ensure JBOSS_HOME is set -->
+  <fail unless="env.JBOSS_HOME" message="Environment variable $JBOSS_HOME must be set." />
+
   <!-- Set "jboss.dist" to JBOSS_HOME -->
   <property name="jboss.dist" value="${env.JBOSS_HOME}"/>
   
@@ -4474,9 +4477,6 @@
          </not>
       </condition>
 
-      <!-- Ensure JBOSS_HOME is set -->
-      <fail unless="env.JBOSS_HOME" message="Environment Variable $JBOSS_HOME must be Set" />
-
       <junit dir="${module.output}"
          printsummary="yes"
          haltonerror="false"




More information about the jboss-cvs-commits mailing list