[jbossws-commits] JBossWS SVN: r3929 - trunk/build.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jul 18 08:55:26 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-07-18 08:55:26 -0400 (Wed, 18 Jul 2007)
New Revision: 3929

Modified:
   trunk/build/build.sh
Log:
Remove exec ant from build.sh

Modified: trunk/build/build.sh
===================================================================
--- trunk/build/build.sh	2007-07-18 12:34:20 UTC (rev 3928)
+++ trunk/build/build.sh	2007-07-18 12:55:26 UTC (rev 3929)
@@ -172,12 +172,8 @@
     # export some stuff for ant
     export ANT ANT_HOME ANT_OPTS   
     
-    # execute in debug mode, or simply execute
-    if [ "x$ANT_DEBUG" != "x" ]; then
-	/bin/sh -x $ANT $ANT_OPTIONS "$@"
-    else
-	exec $ANT $ANT_OPTIONS "$@"
-    fi
+    # run ant 
+	$ANT $ANT_OPTIONS "$@"
 }
 
 ##




More information about the jbossws-commits mailing list