Author: jleroux
Date: Fri Mar 17 15:46:43 2017 New Revision: 1787424 URL: http://svn.apache.org/viewvc?rev=1787424&view=rev Log: Completed: Error message when svn updating due to pullAllPluginsSource (OFBIZ-9262) No functional change, improves the documentation of the removing of the specialpurpose and hot-deploy directories. And the necessity to use the pullPluginSource or pullAllPluginsSource Gradle tasks, feel free to amend... Modified: ofbiz/ofbiz-framework/trunk/README.md ofbiz/site/source-repositories.html Modified: ofbiz/ofbiz-framework/trunk/README.md URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md?rev=1787424&r1=1787423&r2=1787424&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/README.md (original) +++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 15:46:43 2017 @@ -52,8 +52,14 @@ Of course you need to make sure the conn Quick start ----------- ->_Note_: since the trunk was splitted, into ofbiz-framework and ofbiz-plugins; there are no longer a specialpurpose directory and a hot-deploy. All must be checked out in a created on the fly plugins directory.</br> -To get a component in the plugins directory: use the pullPluginSource Gradle task, to get all components use pullAllPluginsSource. +>_Note_: since the trunk was split into **ofbiz-framework** and **ofbiz-plugins**, +the specialpurpose and hot-deploy directories have disappeared. +New components must be put in a plugins directory which works as was the hot-deploy directory. +For OFBiz existing components, check them out using the Gradle tasks below.</br></br> +To check out a component, in a created on the fly plugins directory, use the **pullPluginSource** Gradle task.</br> +To get all components use **pullAllPluginsSource**. Beware this delete a previously existing plugins directory. + + To quickly install and fire-up OFBiz, please follow the below instructions from the command line at the OFBiz top level directory (folder) Modified: ofbiz/site/source-repositories.html URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1787424&r1=1787423&r2=1787424&view=diff ============================================================================== --- ofbiz/site/source-repositories.html (original) +++ ofbiz/site/source-repositories.html Fri Mar 17 15:46:43 2017 @@ -68,8 +68,12 @@ To <b>checkout</b> the source code, simply use the following command (if you are using a GUI client, configure it appropriately). </p> <p> - <b>Note: </b>since the trunk was splitted, into ofbiz-framework and ofbiz-plugins; there are no longer a specialpurpose directory and a hot-deploy. All must be checked out in a created on the fly plugins directory.</br> - To get a component in the plugins directory: use the pullPluginSource Gradle task, to get all components use pullAllPluginsSource. + <b>Note: </b>since the trunk was split into <b>ofbiz-framework</b> and <b>ofbiz-plugins</b>, + the specialpurpose and hot-deploy directories have disappeared. + New components must be put in a plugins directory which works as was the hot-deploy directory. + For OFBiz existing components, check them out using the Gradle tasks below.</br> + To check out a component, in a created on the fly plugins directory, use the <b>pullPluginSource</b> Gradle task.</br> + To get all components use <b>pullAllPluginsSource</b>. Beware this delete a previously existing plugins directory. </p> <ul> <li><b>trunk framework</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li> |
Free forum by Nabble | Edit this page |