The scripts are helpful if you have a Subversion client that runs from
the command line. Some of us use a graphical Subversion client - like
Tortoise, or the Eclipse plugin.
-Adrian
On 5/10/2012 5:07 PM, Adam Heath wrote:
On 05/10/2012 11:05 AM, doo...@apache.org wrote:
Author: doogie
Date: Thu May 10 16:05:00 2012
New Revision: 1336768
URL: http://svn.apache.org/viewvc?rev=1336768&view=rev
Log:
FIX: s/run-install/load-demo/
I'm surprised I actually had to do this. It implies that the scripts
are not being used to backport changes. I thought we had decided to
use these scripts for just that purpose.
Modified:
ofbiz/branches/release12.04/mergefromtrunk.bat
ofbiz/branches/release12.04/mergefromtrunk.sh
Modified: ofbiz/branches/release12.04/mergefromtrunk.bat
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/mergefromtrunk.bat?rev=1336768&r1=1336767&r2=1336768&view=diff
==============================================================================
--- ofbiz/branches/release12.04/mergefromtrunk.bat (original)
+++ ofbiz/branches/release12.04/mergefromtrunk.bat Thu May 10 16:05:00 2012
@@ -56,7 +56,7 @@ goto exit
:tests
echo on
ant clean-all
-ant run-install
+ant load-demo
ant run-tests
echo off
Modified: ofbiz/branches/release12.04/mergefromtrunk.sh
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/mergefromtrunk.sh?rev=1336768&r1=1336767&r2=1336768&view=diff
==============================================================================
--- ofbiz/branches/release12.04/mergefromtrunk.sh (original)
+++ ofbiz/branches/release12.04/mergefromtrunk.sh Thu May 10 16:05:00 2012
@@ -94,7 +94,7 @@ case "$cmd" in
;;
(test)
ant clean-all
- ant run-install
+ ant load-demo
ant run-tests
;;
(commit)