So in the the current patch-releases/3.2.1/pom.xml, we have to explicitly define what the correct build sequence should be. This is gonna cause a lot of problems I guess.
On Fri, Jul 1, 2011 at 4:47 PM, Vijayaratha Vijayasingam <[email protected]>wrote: > This is the current order defined in the pom; > > <!-- Cassandra Component --> > > <module>../../components/cassandra/org.wso2.carbon.cassandra.dataaccess/3.2.1</module> > > <module>../../components/cassandra/org.wso2.carbon.cassandra.server/3.2.1</module> > > <module>../../components/cassandra/org.wso2.carbon.cassandra.mgt.ui/3.2.1</module> > * > <module>../../features/cassandra/org.wso2.carbon.cassandra.feature/3.2.1</module> > * > > <module>../../features/cassandra/org.wso2.carbon.cassandra.dataaccess.feature/3.2.1</module> > > <module>../../features/cassandra/org.wso2.carbon.cassandra.server.feature/3.2.1</module> > > <module>../../features/cassandra/org.wso2.carbon.cassandra.mgt.ui.feature/3.2.1</module> > > <module>../../features/cassandra/org.wso2.carbon.cassandra.mgt.feature/3.2.1</module> > > Should be corrected as; (need to put the combined feature at the bottom) > > > <module>../../components/cassandra/org.wso2.carbon.cassandra.dataaccess/3.2.1</module> > > <module>../../components/cassandra/org.wso2.carbon.cassandra.server/3.2.1</module> > > <module>../../components/cassandra/org.wso2.carbon.cassandra.mgt.ui/3.2.1</module> > > > <module>../../features/cassandra/org.wso2.carbon.cassandra.dataaccess.feature/3.2.1</module> > > <module>../../features/cassandra/org.wso2.carbon.cassandra.server.feature/3.2.1</module> > > <module>../../features/cassandra/org.wso2.carbon.cassandra.mgt.ui.feature/3.2.1</module> > > <module>../../features/cassandra/org.wso2.carbon.cassandra.mgt.feature/3.2.1</module> > * > <module>../../features/cassandra/org.wso2.carbon.cassandra.feature/3.2.1</module> > * > > Thanks, > -Ratha. > > > On 1 July 2011 15:47, Vijayaratha Vijayasingam <[email protected]> wrote: > >> Hi, >> Getting[1]; >> >> -Ratha. >> >> p.s: please check 'cassandra' feature build order.. >> >> [1] >> [INFO] Deleting >> C:\Projects\branch\3.2.0\features\cassandra\org.wso2.carbon.cassandra.feature\3.2.1\ >> target >> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] >> [INFO] [carbon-p2:p2-feature-gen {execution: 4-p2-feature-generation}] >> [INFO] Generating feature manifest >> Downloading: >> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon >> >> .cassandra.server.feature/3.2.1/org.wso2.carbon.cassandra.server.feature-3.2.1.zip >> [INFO] Unable to find resource >> 'org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:zip:3.2.1' >> in repository wso2-nexus ( >> http://maven.wso2.org/nexus/content/groups/wso2-public/) >> Downloading: >> http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.cassandra.server.feature/ >> 3.2.1/org.wso2.carbon.cassandra.server.feature-3.2.1.zip >> [INFO] Unable to find resource >> 'org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:zip:3.2.1' >> in repository central (http://repo1.maven.org/maven2) >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] ERROR >> >> Embedded error: Unable to download the artifact from any repository >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.wso2.carbon >> -DartifactId=org.wso2.carbon.cassandra.server >> .feature -Dversion=3.2.1 -Dpackaging=zip -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.wso2.carbon >> -DartifactId=org.wso2.carbon.cassandra.server.f >> eature -Dversion=3.2.1 -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] >> -DrepositoryId=[id] >> >> >> org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:zip:3.2.1 >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) >> >> > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Thanks, Denis ---------------------------------------------------------- *Denis Weerasiri* Software Engineer; WSO2 Inc.; http://wso2.com, *email: denis <http://goog_277208233/>** [AT] wso2.com* <http://wso2.com/>* blog: **http://ddweerasiri.blogspot.com* <http://ddweerasiri.blogspot.com/>* twitter: **http://twitter.com/ddweerasiri* <http://twitter.com/ddweerasiri>* linked-in: **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
