You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Alessio Soldano <as...@redhat.com> on 2009/07/22 12:00:26 UTC

maven2 repository for sdo dependencies

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)

-- 
Alessio Soldano
Web Service Lead, JBoss


Re: maven2 repository for sdo dependencies

Posted by Alessio Soldano <as...@redhat.com>.
Hi Dan,
mmh, no, I don't have any special repo manager or similar, I've just my 
custom maven2 settings.xml with a profile for enabling JBoss 
repositories if required.
Btw, I'm using Maven 2.0.9, I'll try with a more recent one later, 
perhaps that matters.
Thanks anyway, I can at least add the m2 repo below now.
Alessio

Daniel Kulp wrote:
> 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)
>>     
>
>   


-- 
Alessio Soldano
Web Service Lead, JBoss


Re: maven2 repository for sdo dependencies

Posted by Daniel Kulp <dk...@apache.org>.
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
dkulp@apache.org
http://www.dankulp.com/blog