This build break is due to not defining the version property for atomikos. So the Carbon-Core build is failing.
Anjana, Can you please take a look. Thanks, Thilina On Sun, Mar 13, 2011 at 8:17 PM, Samisa Abeysinghe <[email protected]> wrote: > Folks we need more ownership on the build. > > This has been broken for two days now on the trot and no one has looked > into it :( > > > On Sun, Mar 13, 2011 at 6:56 PM, WSO2 Builder <[email protected]> wrote: > >> [INFO] Unable to find resource >> 'com.atomikos:transactions:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.release ( >> http://repository.springsource.com/maven/bundles/release) >> Downloading: >> http://repository.springsource.com/maven/bundles/external/com/atomikos/transactions/${atomikos.version}/transactions-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.external ( >> http://repository.springsource.com/maven/bundles/external) >> Downloading: >> http://repo1.maven.org/maven2/com/atomikos/transactions/${atomikos.version}/transactions-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions:jar:${atomikos.version}' in repository central ( >> http://repo1.maven.org/maven2) >> Downloading: >> http://dist.wso2.org/maven2/com/atomikos/transactions-api/${atomikos.version}/transactions-api-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-api:jar:${atomikos.version}' in repository >> wso2-maven2-repository (http://dist.wso2.org/maven2) >> Downloading: >> http://repository.springsource.com/maven/bundles/release/com/atomikos/transactions-api/${atomikos.version}/transactions-api-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-api:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.release ( >> http://repository.springsource.com/maven/bundles/release) >> Downloading: >> http://repository.springsource.com/maven/bundles/external/com/atomikos/transactions-api/${atomikos.version}/transactions-api-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-api:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.external ( >> http://repository.springsource.com/maven/bundles/external) >> Downloading: >> http://repo1.maven.org/maven2/com/atomikos/transactions-api/${atomikos.version}/transactions-api-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-api:jar:${atomikos.version}' in repository >> central (http://repo1.maven.org/maven2) >> Downloading: >> http://dist.wso2.org/maven2/com/atomikos/transactions-jdbc/${atomikos.version}/transactions-jdbc-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jdbc:jar:${atomikos.version}' in repository >> wso2-maven2-repository (http://dist.wso2.org/maven2) >> Downloading: >> http://repository.springsource.com/maven/bundles/release/com/atomikos/transactions-jdbc/${atomikos.version}/transactions-jdbc-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jdbc:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.release ( >> http://repository.springsource.com/maven/bundles/release) >> Downloading: >> http://repository.springsource.com/maven/bundles/external/com/atomikos/transactions-jdbc/${atomikos.version}/transactions-jdbc-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jdbc:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.external ( >> http://repository.springsource.com/maven/bundles/external) >> Downloading: >> http://repo1.maven.org/maven2/com/atomikos/transactions-jdbc/${atomikos.version}/transactions-jdbc-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jdbc:jar:${atomikos.version}' in repository >> central (http://repo1.maven.org/maven2) >> Downloading: >> http://dist.wso2.org/maven2/com/atomikos/transactions-jta/${atomikos.version}/transactions-jta-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jta:jar:${atomikos.version}' in repository >> wso2-maven2-repository (http://dist.wso2.org/maven2) >> Downloading: >> http://repository.springsource.com/maven/bundles/release/com/atomikos/transactions-jta/${atomikos.version}/transactions-jta-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jta:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.release ( >> http://repository.springsource.com/maven/bundles/release) >> Downloading: >> http://repository.springsource.com/maven/bundles/external/com/atomikos/transactions-jta/${atomikos.version}/transactions-jta-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jta:jar:${atomikos.version}' in repository >> com.springsource.repository.bundles.external ( >> http://repository.springsource.com/maven/bundles/external) >> Downloading: >> http://repo1.maven.org/maven2/com/atomikos/transactions-jta/${atomikos.version}/transactions-jta-${atomikos.version}.jar >> [INFO] Unable to find resource >> 'com.atomikos:transactions-jta:jar:${atomikos.version}' in repository >> central (http://repo1.maven.org/maven2) >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) com.atomikos:atomikos-util:jar:${atomikos.version} >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=com.atomikos >> -DartifactId=atomikos-util -Dversion=${atomikos.version} -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=com.atomikos >> -DartifactId=atomikos-util -Dversion=${atomikos.version} -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.wso2.carbon:org.wso2.carbon.atomikos:jar:3.2.0-SNAPSHOT >> 2) com.atomikos:atomikos-util:jar:${atomikos.version} >> >> 2) com.atomikos:transactions:jar:${atomikos.version} >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=com.atomikos >> -DartifactId=transactions -Dversion=${atomikos.version} -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=com.atomikos >> -DartifactId=transactions -Dversion=${atomikos.version} -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.wso2.carbon:org.wso2.carbon.atomikos:jar:3.2.0-SNAPSHOT >> 2) com.atomikos:transactions:jar:${atomikos.version} >> >> 3) com.atomikos:transactions-api:jar:${atomikos.version} >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=com.atomikos >> -DartifactId=transactions-api -Dversion=${atomikos.version} -Dpackaging=jar >> -Dfile=/path/to/file >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> > Thanks, > Samisa... > > Samisa Abeysinghe > VP Engineering > WSO2 Inc. > http://wso2.com > http://wso2.org > > > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Thilina Buddhika Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 77 44 88 727 blog : http://blog.thilinamb.com
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
