You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2012/05/10 18:05:05 UTC

svn commit: r1336769 - /ofbiz/branches/release12.04/mergefromtrunk.sh

Author: doogie
Date: Thu May 10 16:05:05 2012
New Revision: 1336769

URL: http://svn.apache.org/viewvc?rev=1336769&view=rev
Log:
OPTIMIZE: Use the local ant, instead of the system ant.

Modified:
    ofbiz/branches/release12.04/mergefromtrunk.sh

Modified: ofbiz/branches/release12.04/mergefromtrunk.sh
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/mergefromtrunk.sh?rev=1336769&r1=1336768&r2=1336769&view=diff
==============================================================================
--- ofbiz/branches/release12.04/mergefromtrunk.sh (original)
+++ ofbiz/branches/release12.04/mergefromtrunk.sh Thu May 10 16:05:05 2012
@@ -93,9 +93,9 @@ case "$cmd" in
 		svn merge -r "$prevRev:$rev" https://svn.apache.org/repos/asf/ofbiz/trunk 
 		;;
 	(test)
-		ant clean-all
-		ant load-demo
-		ant run-tests
+		./ant clean-all
+		./ant load-demo
+		./ant run-tests
 		;;
 	(commit)
 		svn commit -F runtime/merge-state/log-message