Author: ruwan Date: Tue Jul 7 17:50:00 2009 New Revision: 40982 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40982
Log: Fixing the installation guide Modified: branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml Modified: branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml?rev=40982&r1=40981&r2=40982&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml Tue Jul 7 17:50:00 2009 @@ -408,7 +408,8 @@ <ol> <li> <a href="http://wso2.org/downloads/esb/">Download</a> - the source distribution, which is available as a zip archive. + the source distribution, which is available as a zip archive. (Note: this contains + the full carbon platform source not just the ESB) </li> <li> Expand the source archive to a directory of your choice. @@ -418,7 +419,7 @@ distribution. </li> <li> - You can run the following command inside that directory to build the + You can run the following command inside any project directory to build the WSO2 ESB. Note that you will require a connection to the Internet for the Maven build to download dependencies required for the build. <br/> @@ -426,11 +427,15 @@ Command: <strong>mvn clean install</strong> </p> </li> + <li>Alternatively, if you need to build the complete platform with the ESB there is a + "build.sh" script available at the root of the source distribution. You could pass in + any maven option to this script but the test skipping command has been shortened to + "-ts"</li> </ol> <p> This will create the complete release artifacts including the binary and - source distributions in the modules/distribution/target/ directory which can be installed using - the above instructions. + source distributions in the product/modules/distribution/target/ directory which can be + installed using the above instructions. </p> <p> Note: The first time you run Maven it will automatically download the _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
