svn commit: r1086642 - /ofbiz/trunk/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: r1086642 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Tue Mar 29 17:09:06 2011
New Revision: 1086642

URL: http://svn.apache.org/viewvc?rev=1086642&view=rev
Log:
Right syntax of data-readers for Windows XP

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1086642&r1=1086641&r2=1086642&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Tue Mar 29 17:09:06 2011
@@ -415,7 +415,7 @@ under the License.
         </java>
     </target>
     <target name="run-install-readers" depends="build"
-            description="This loads data using the command line argument 'data-readers' that takes a comma separated list of readers (seed, seed-initial, demo, ext, ext-test, ext-demo)">
+            description='This loads data using the command line argument data-readers that takes a comma separated list of readers (seed, seed-initial, demo, ext, ext-test, ext-demo). On Windows XP (at least) you need top wrap the parameters in double-quotes. For instance: ant run-install-readers "-Ddata-readers=seed,seed-initial,ext"'>
         <java jar="ofbiz.jar" fork="true" >
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${memory.max.param}"/>