Author: jleroux
Date: Thu Dec 14 07:39:09 2017
New Revision: 1818094
URL:
http://svn.apache.org/viewvc?rev=1818094&view=revLog:
No functional change, warning about dashes, wiki file
Modified:
ofbiz/tools/wiki-files/README.md.html
Modified: ofbiz/tools/wiki-files/README.md.html
URL:
http://svn.apache.org/viewvc/ofbiz/tools/wiki-files/README.md.html?rev=1818094&r1=1818093&r2=1818094&view=diff==============================================================================
--- ofbiz/tools/wiki-files/README.md.html (original)
+++ ofbiz/tools/wiki-files/README.md.html Thu Dec 14 07:39:09 2017
@@ -186,6 +186,7 @@ under the License.
<p><code>gradlew "ofbiz --load-data readers=<readers-here-comma-separated>"</code></p>
<p>Example:</p>
<p><code>gradlew "ofbiz --load-data readers=seed,seed-initial,ext,ext-demo"</code></p>
+<p><span style="color:red"> Beware that copying this command in Microsoft Word will automatically transform the double dash in en dashes (Unicode 0x2013: â) Other cases not related to Word were also reported.So when this command does not work check that you are using dash! text</span></p>
<h4 id="load-all-ofbiz-data">Load all OFBiz data</h4>
<p>Loads all data sets; meant for initial loading of generic OFBiz data. Can be applied for development, testing, demonstration, etc. purposes. Be aware that executing this task can result in your data being overwritten in your database of choice. Use with caution in production environments.</p>
<p><code>gradlew loadAll</code></p>