svn commit: r1526561 - /ofbiz/branches/release13.07/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1526561 - /ofbiz/branches/release13.07/build.xml

jleroux@apache.org
Author: jleroux
Date: Thu Sep 26 15:17:04 2013
New Revision: 1526561

URL: http://svn.apache.org/r1526561
Log:
Fixes <<Error to run "ant start-debug" >> https://issues.apache.org/jira/browse/OFBIZ-5329

Modified:
    ofbiz/branches/release13.07/build.xml

Modified: ofbiz/branches/release13.07/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/build.xml?rev=1526561&r1=1526560&r2=1526561&view=diff
==============================================================================
--- ofbiz/branches/release13.07/build.xml (original)
+++ ofbiz/branches/release13.07/build.xml Thu Sep 26 15:17:04 2013
@@ -423,7 +423,7 @@ under the License.
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${memory.max.param}"/>
             <jvmarg value="${memory.maxpermsize.param}"/>
-            <arg value="start-batch"/>
+            <arg value="start"/>
             <arg value="-portoffset=${portoffset}"/>
         </java>
     </target>
@@ -437,7 +437,7 @@ under the License.
             <jvmarg value="-Djava.compiler=NONE"/>
             <jvmarg value="-Xdebug"/>
             <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091"/>
-            <arg value="start-debug"/>
+            <arg value="start"/>
             <arg value="-portoffset=${portoffset}"/>
         </java>
     </target>