|
Author: jleroux
Date: Sun May 27 10:41:13 2012 New Revision: 1343030 URL: http://svn.apache.org/viewvc?rev=1343030&view=rev Log: Where it shows that maintaining help is not that easy. Unlike Javadoc you don't have under eyes when changing things Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml ofbiz/trunk/framework/entity/config/entityengine.xml ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml?rev=1343030&r1=1343029&r2=1343030&view=diff ============================================================================== --- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml (original) +++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml Sun May 27 10:41:13 2012 @@ -44,7 +44,7 @@ <para>1. Open a new terminal.</para> <para>2. Go to your ofbiz directory.</para> <para>3. Clean out all built classes with : ./ant clean-all </para> - <para>4. Load the seed data with : ./ant run-install-extseed </para> + <para>4. Load the seed data with : ./ant load-extseed </para> <para>5. Create the admin user with : ./ant create-admin-user-login , then enter a user login id that will be created for you (the initial temporary password is "ofbiz")</para> <para>6. Start ofbiz with : ./startofbiz.sh </para> <para>7. Connect to the OFBiz Setup application with your browser at https://localhost:8443/ofbizsetup.</para> Modified: ofbiz/trunk/framework/entity/config/entityengine.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=1343030&r1=1343029&r2=1343030&view=diff ============================================================================== --- ofbiz/trunk/framework/entity/config/entityengine.xml (original) +++ ofbiz/trunk/framework/entity/config/entityengine.xml Sun May 27 10:41:13 2012 @@ -74,7 +74,7 @@ access. For a detailed description see t <group-map group-name="org.ofbiz.tenant" datasource-name="localposttenant"/> --> </delegator> - <!-- be sure that your default delegator (or the one you use) uses the same datasource for test. You must run "ant run-install" before running "ant run-tests" --> + <!-- be sure that your default delegator (or the one you use) uses the same datasource for test. You must run "ant load-demo" before running "ant run-tests" --> <delegator name="test" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main"> <group-map group-name="org.ofbiz" datasource-name="localderby"/> <group-map group-name="org.ofbiz.olap" datasource-name="localderbyolap"/> Modified: ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml?rev=1343030&r1=1343029&r2=1343030&view=diff ============================================================================== --- ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml (original) +++ ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml Sun May 27 10:41:13 2012 @@ -34,7 +34,7 @@ <para>ant download-selenium</para> </listitem> <listitem> - <para>ant run-install-extseed (For run install help data and example test)</para> + <para>ant load-extseed (To load data and example test)</para> </listitem> <listitem> <para>Build the source by running "ant" in the testtools directory or your OFBIZ_HOME</para> |
| Free forum by Nabble | Edit this page |
