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/11/02 11:57:57 UTC

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

Author: jleroux
Date: Thu Nov  2 11:57:57 2017
New Revision: 1814067

URL: http://svn.apache.org/viewvc?rev=1814067&view=rev
Log:
Updates the file for the wiki

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=1814067&r1=1814066&r2=1814067&view=diff
==============================================================================
--- ofbiz/tools/wiki-files/README.md.html (original)
+++ ofbiz/tools/wiki-files/README.md.html Thu Nov  2 11:57:57 2017
@@ -86,6 +86,7 @@ under the License.
 <ul>
 <li><p>OFBiz <strong>server commands</strong> require <strong>&quot;quoting&quot;</strong> the commands. For example: <code>gradlew &quot;ofbiz --help&quot;</code></p></li>
 <li><p>Shortcuts to task names can be used by writing the first letter of every word in a task name. However, you cannot use the shortcut form for OFBiz server tasks. Example: <code>gradlew loadAdminUserLogin -PuserLoginId=myadmin</code> = <code>gradlew lAUL -PuserLoginId=myadmin</code></p></li>
+<li><p>Dependent tasks can be skipped with the -x switch. Example: <code>gradlew build -x test</code> does not run the tests within the build.</p></li>
 </ul>
 <h4 id="example-standard-tasks">Example standard tasks</h4>
 <p><code>gradlew build</code></p>