Hi Deep, This version change is not reflected in carbon-kernel, so it packs the old antlr version which breaks the p2 profile-gen of IS. (Apache DS feature imports antlr new version, but the pack contains the old version).
Also the orbit version template is major.minor.micro.qualifier. So it should be 3.2.0.wso2v1 instead of 3.2.wso2v1. Thanks, Thilina ---------- Forwarded message ---------- From: <[email protected]> Date: Mon, Mar 19, 2012 at 3:35 PM Subject: [Carbon-commits] [Carbon-orbit] svn commit r122979 - carbon/orbit/trunk To: [email protected] Author: deep Date: Mon Mar 19 06:05:06 2012 New Revision: 122979 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=122979 Log: include jamm to orbit Modified: carbon/orbit/trunk/pom.xml Modified: carbon/orbit/trunk/pom.xml URL: http://wso2.org/svn/browse/wso2/carbon/orbit/trunk/pom.xml?rev=122979&r1=122978&r2=122979&view=diff ============================================================================== --- carbon/orbit/trunk/pom.xml (original) +++ carbon/orbit/trunk/pom.xml Mon Mar 19 06:05:06 2012 @@ -303,7 +303,8 @@ <module>javasysmon</module> <module>cxf</module> <module>atomikos</module> - <module>amber</module> + <module>amber</module> + <module>jamm</module> </modules> <properties> @@ -426,7 +427,7 @@ <rampart.osgi.version>1.6.1.wso2v3</rampart.osgi.version> <!-- Antlr Version --> - <antlr.wso2.version>2.7.7.wso2v1</antlr.wso2.version> + <antlr.wso2.version>3.2.wso2v1</antlr.wso2.version> <orbit.version.hsqldb>1.8.0.7wso2v1</orbit.version.hsqldb> <orbit.version.commons.beanutils>1.8.0.wso2v1</orbit.version.commons.beanutils> _______________________________________________ Carbon-commits mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits -- Thilina Buddhika Associate Technical Lead WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 77 44 88 727 blog : http://blog.thilinamb.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
