Author: jleroux
Date: Sun Jul 7 10:37:14 2013
New Revision: 1500403
URL:
http://svn.apache.org/r1500403Log:
Adds a start-both and target to run OFBiz in both Web and POS modes at the same time
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1500403&r1=1500402&r2=1500403&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun Jul 7 10:37:14 2013
@@ -411,6 +411,15 @@ under the License.
<arg value="pos"/>
</java>
</target>
+ <target name="start-both"
+ description="Start OFBiz in both Web and POS (Point of sale) modes">
+ <java jar="ofbiz.jar" fork="true">
+ <jvmarg value="${memory.initial.param}"/>
+ <jvmarg value="${memory.max.param}"/>
+ <jvmarg value="${memory.maxpermsize.param}"/>
+ <arg value="both"/>
+ </java>
+ </target>
<target name="stop"
description="Stop OFBiz">
<java jar="ofbiz.jar" fork="true">