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 2017/12/14 07:39:10 UTC

svn commit: r1818094 - /ofbiz/tools/wiki-files/README.md.html

Author: jleroux
Date: Thu Dec 14 07:39:09 2017
New Revision: 1818094

URL: http://svn.apache.org/viewvc?rev=1818094&view=rev
Log:
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 &quot;ofbiz --load-data readers=&lt;readers-here-comma-separated&gt;&quot;</code></p>
 <p>Example:</p>
 <p><code>gradlew &quot;ofbiz --load-data readers=seed,seed-initial,ext,ext-demo&quot;</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>