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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 13 08:01:40 EDT 2008


Author: ALRubinger
Date: 2008-04-13 08:01:40 -0400 (Sun, 13 Apr 2008)
New Revision: 72132

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
[EJBTHREE-1234] Use proper syntax for checking $JBOSS_HOME

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-04-13 11:58:47 UTC (rev 72131)
+++ projects/ejb3/trunk/core/build-test.xml	2008-04-13 12:01:40 UTC (rev 72132)
@@ -78,7 +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" />
+  <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