You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/10/04 15:17:08 UTC

svn commit: r701640 - /ofbiz/trunk/startofbiz.bat

Author: jleroux
Date: Sat Oct  4 06:17:07 2008
New Revision: 701640

URL: http://svn.apache.org/viewvc?rev=701640&view=rev
Log:
echo on was misplaced

Modified:
    ofbiz/trunk/startofbiz.bat

Modified: ofbiz/trunk/startofbiz.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.bat?rev=701640&r1=701639&r2=701640&view=diff
==============================================================================
--- ofbiz/trunk/startofbiz.bat (original)
+++ ofbiz/trunk/startofbiz.bat Sat Oct  4 06:17:07 2008
@@ -17,7 +17,6 @@
 rem specific language governing permissions and limitations
 rem under the License.
 rem #####################################################################
-echo on
 
 rem ### Console log file
 rem set OFBIZ_LOG=runtime\logs\console.log
@@ -51,5 +50,6 @@
 rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar ofbiz.jar > runtime\logs\console.log
 
 rem ### Simple easy to read line
+echo on
 "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -jar ofbiz.jar > runtime\logs\console.log