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
