Hmm... I didn't configure anything. The tuscany poms already have something configured in them. If I wipe out my .m2/repository/org/eclispe stuff, I see it downloading from:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse/emf/ecore/2.2.3/ecore-2.2.3.jar although all the checksums fail. Do you have a repo manager or something configured that might block it? I'll see if I can figure out what we need from there and copy to central or something. Dan On Wed July 22 2009 6:00:26 am Alessio Soldano wrote: > Hi, > I've just tried building CXF trunk and had issues with finding > org.eclipse artifacts required for the SDO DataBinding module. > They do not seem to be in central maven repo; I've managed to get them > using some official and unofficial eclipse repos, so... what repository > do you currently have configured to get them? > Thanks > Alessio > > > Missing: > ---------- > 1) org.eclipse.emf:ecore:jar:2.2.3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.emf > -DartifactId=ecore -Dversion=2.2.3 -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.eclipse.emf > -DartifactId=ecore -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > 2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1 > 3) org.eclipse.emf:ecore:jar:2.2.3 > > 2) org.eclipse.emf:ecore-change:jar:2.2.3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.emf > -DartifactId=ecore-change -Dversion=2.2.3 -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.eclipse.emf > -DartifactId=ecore-change -Dversion=2.2.3 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > 2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1 > 3) org.eclipse.emf:ecore-change:jar:2.2.3 > > 3) org.eclipse.emf:ecore-xmi:jar:2.2.3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.emf > -DartifactId=ecore-xmi -Dversion=2.2.3 -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.eclipse.emf > -DartifactId=ecore-xmi -Dversion=2.2.3 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > 2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1 > 3) org.eclipse.emf:ecore-xmi:jar:2.2.3 > > 4) org.eclipse.xsd:xsd:jar:2.2.3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.xsd > -DartifactId=xsd -Dversion=2.2.3 -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.eclipse.xsd -DartifactId=xsd > -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > 2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1 > 3) org.eclipse.xsd:xsd:jar:2.2.3 > > 5) org.eclipse.emf:codegen:jar:2.2.3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.emf > -DartifactId=codegen -Dversion=2.2.3 -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.eclipse.emf > -DartifactId=codegen -Dversion=2.2.3 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > 2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.1.1 > 3) org.eclipse.emf:codegen:jar:2.2.3 > > 6) org.eclipse.emf:codegen-ecore:jar:2.2.3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.emf > -DartifactId=codegen-ecore -Dversion=2.2.3 -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.eclipse.emf > -DartifactId=codegen-ecore -Dversion=2.2.3 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > 2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.1.1 > 3) org.eclipse.emf:codegen-ecore:jar:2.2.3 > > ---------- > 6 required artifacts are missing. > > for artifact: > org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog