[jboss-svn-commits] JBL Code SVN: r17998 - labs/jbossesb/workspace/bramley/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 21 04:39:35 EST 2008


Author: tfennelly
Date: 2008-01-21 04:39:35 -0500 (Mon, 21 Jan 2008)
New Revision: 17998

Modified:
   labs/jbossesb/workspace/bramley/product/build.xml
Log:
Changed the repo unavailable "echo" message to be a "fail" message.

Modified: labs/jbossesb/workspace/bramley/product/build.xml
===================================================================
--- labs/jbossesb/workspace/bramley/product/build.xml	2008-01-21 06:44:55 UTC (rev 17997)
+++ labs/jbossesb/workspace/bramley/product/build.xml	2008-01-21 09:39:35 UTC (rev 17998)
@@ -459,7 +459,7 @@
     </target>
 
     <target unless="repo.available" name="echo.repo.unavailable">
-        <echo message="Sorry, the configured repo '${repo}' is not accessible.  Please configure the 'repo' property in your local product.properties file." />
+        <fail message="Sorry, the configured repo '${repo}' is not accessible.  Please configure the 'repo' property in your local product.properties file." />
     </target>
 
     <!-- Build the tools into the main dist -->




More information about the jboss-svn-commits mailing list