Hi Kevan, Since pulling this change in I can't build Aries locally. I get the error shown below. Can you tell me where I should get the 2.2.1 transaction jar from please? Or is there a simpler fix?
[INFO] ------------------------------------------------------------------------ [INFO] Building Apache Aries Transaction Manager [INFO] task-segment: [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [INFO] Preparing eclipse:eclipse Downloading: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/c omponents/geronimo-transaction/2.2.1/geronimo-transaction-2.2.1.pom [INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transact ion:pom:2.2.1' in repository central (http://repo1.maven.org/maven2) Downloading: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/c omponents/geronimo-transaction/2.2.1/geronimo-transaction-2.2.1.jar [INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transact ion:jar:2.2.1' in repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.geronimo.components:geronimo-transaction:jar:2.2.1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.components -Dartifa ctId=geronimo-transaction -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.geronimo.components -Dartifact Id=geronimo-transaction -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file -Du rl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.aries.transaction:org.apache.aries.transaction.manager:bun dle:0.3-incubating-SNAPSHOT 2) org.apache.geronimo.components:geronimo-transaction:jar:2.2.1 ---------- 1 required artifact is missing. for artifact: org.apache.aries.transaction:org.apache.aries.transaction.manager:bundle:0.3-i ncubating-SNAPSHOT from the specified remote repositories: apache.snapshots (http://repository.apache.org/snapshots), codehaus.snapshots (http://snapshots.repository.codehaus.org), ibiblio.org (http://mirrors.ibiblio.org/pub/mirrors/maven2) Many thanks, Mark On 29 November 2010 20:39, <[email protected]> wrote: > Author: kevan > Date: Mon Nov 29 20:39:00 2010 > New Revision: 1040275 > > URL: http://svn.apache.org/viewvc?rev=1040275&view=rev > Log: > ARIES-485 Update geronimo-transaction to version 2.2.1 > > Modified: > incubator/aries/trunk/transaction/pom.xml > > Modified: incubator/aries/trunk/transaction/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/pom.xml?rev=1040275&r1=1040274&r2=1040275&view=diff > ============================================================================== > --- incubator/aries/trunk/transaction/pom.xml (original) > +++ incubator/aries/trunk/transaction/pom.xml Mon Nov 29 20:39:00 2010 > @@ -27,7 +27,7 @@ > </parent> > > <properties> > - <geronimo-transaction-version>2.1.3</geronimo-transaction-version> > + <geronimo-transaction-version>2.2.1</geronimo-transaction-version> > </properties> > > <modelVersion>4.0.0</modelVersion> > > >
