Author: prabath Date: Fri May 30 01:11:29 2008 New Revision: 17647 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17647
Log: IS - building from source code Added: trunk/solutions/identity/BUILDING Added: trunk/solutions/identity/BUILDING URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/BUILDING?pathrev=17647 ============================================================================== --- (empty file) +++ trunk/solutions/identity/BUILDING Fri May 30 01:11:29 2008 @@ -0,0 +1,30 @@ + WSO2 Identity Solution : Building from the source code + ==================================================== + + + Requirements + ============ + + - JDK 1.5 + - Maven2 + + + Building from source code + ========================== + + 1. Download the latest code from the SVN + + https://svn.wso2.org/repos/wso2/trunk/solutions/identity + + + 2. From the root directory (say [Identity] ) of the downloaded code + + mvn -Drelease clean install + + The above will create a zip file distribution at + [Identity]\modules\distribution\target + + + + + _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
