[jboss-cvs] JBossAS SVN: r72131 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 13 07:58:48 EDT 2008


Author: ALRubinger
Date: 2008-04-13 07:58:47 -0400 (Sun, 13 Apr 2008)
New Revision: 72131

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
[EJBTHREE-1234] Fail the Build if  is not set

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-04-13 11:09:57 UTC (rev 72130)
+++ projects/ejb3/trunk/core/build-test.xml	2008-04-13 11:58:47 UTC (rev 72131)
@@ -78,6 +78,7 @@
    <property name="jbosstest.udpGroup" value="${udpGroup}"/>
   
   <!-- Set "jboss.dist" to JBOSS_HOME -->
+  <fail unless="${env.JBOSS_HOME}" message="Environment Variable $JBOSS_HOME must be Set" />
   <property name="jboss.dist" value="${env.JBOSS_HOME}"/>
   
   <!-- Propagate the dist directory as a jbosstest system property -->




More information about the jboss-cvs-commits mailing list