Author: ruwan Date: Sun Feb 1 23:47:20 2009 New Revision: 30118 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30118
Log: Fixing the BUILDING.txt Modified: trunk/esb/java/BUILDING.txt Modified: trunk/esb/java/BUILDING.txt URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/BUILDING.txt?rev=30118&r1=30117&r2=30118&view=diff ============================================================================== --- trunk/esb/java/BUILDING.txt (original) +++ trunk/esb/java/BUILDING.txt Sun Feb 1 23:47:20 2009 @@ -5,10 +5,24 @@ Maven 2.0.8 JDK 1.5.x (e.g. JDK 1.5.0_15) -Source code is available at http://wso2.org/repos/wso2/tags/esb/java/2.0/esb/java/ +Source code is available at + ESB product - http://wso2.org/repos/wso2/tags/esb/java/2.0/ + Carbon - http://wso2.org/repos/wso2/tags/carbon/1.5/ + Components - http://wso2.org/repos/wso2/tags/carbon-components/1.5/ -To build the WSO2 ESB distribution, execute +To build the WSO2 ESB distribution, - mvn clean install + (i) Build Carbon first + svn co http://wso2.org/repos/wso2/tags/carbon/1.5/ carbon + cd carbon + mvn clean install + (ii) Then build the components + svn co http://wso2.org/repos/wso2/tags/carbon-components/1.5/ components + cd components + mvn clean install + (iii) Finally build the ESB distribution + svn co http://wso2.org/repos/wso2/tags/esb/java/2.0/ esb + cd esb + mvn clean install _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
