Hey Ole, the eclipse EMF artifacts are now available on the repos, i
just had a sucessful build from the DAS beta1 branch.

On 6/25/07, Ole Ersoy <[EMAIL PROTECTED]> wrote:
I have not heard back from them yet either.  How about this:

We rsync this repository to a tuscany server.  Make the repository web 
accessible.  Add the additional artifacts manually.  We just need to add the 
pom.xml and the jar as shown here:

http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/org/eclipse/emf/codegen/2.2.0-RC2a/

Which contains:
http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/org/eclipse/emf/codegen/2.2.0-RC2a/codegen-2.2.0-RC2a.jar
http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/org/eclipse/emf/codegen/2.2.0-RC2a/codegen-2.2.0-RC2a.pom

So to add the codegen dependency needed we would just have make following URLs 
work as well:
http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/org/eclipse/emf/codegen/2.2.0/codegen-2.2.0.jar
http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/org/eclipse/emf/codegen/2.2.0/codegen-2.2.0.pom

So we if had the artifacts on a Tuscany server then we just add the following 
files below the /emf directory:

codegen/2.2.0/codegen-2.2.0.jar
codegen/2.2.0/codegen-2.2.0.pom

Then we could also request that this repository be synced with IBiblio.  
Thoughts?

Cheers,
- Ole



Luciano Resende wrote:
> Just tried (already including cat.pdx.edu), and these are the missing
> dependencies :
>
>
> Missing:
> ----------
> 1) org.eclipse.emf:codegen:jar:2.2.2
>
>  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.2 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1)
> org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubating-beta1
>        2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.0-incubating-beta1
>        3) org.eclipse.emf:codegen:jar:2.2.2
>
> 2) org.eclipse.emf:codegen-ecore:jar:2.2.2
>
>  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.2 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1)
> org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubating-beta1
>        2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.0-incubating-beta1
>        3) org.eclipse.emf:codegen-ecore:jar:2.2.2
>
> 3) org.eclipse.emf:ecore-xmi:jar:2.2.2
>
>  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.2 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1)
> org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubating-beta1
>        2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.0-incubating-beta1
>        3) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.0-incubating-beta1
>        4) org.eclipse.emf:ecore-xmi:jar:2.2.2
>
> 4) org.eclipse.emf:ecore-change:jar:2.2.2
>
>  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.2 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1)
> org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubating-beta1
>        2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.0-incubating-beta1
>        3) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.0-incubating-beta1
>        4) org.eclipse.emf:ecore-change:jar:2.2.2
>
> 5) org.eclipse.emf:common:jar:2.2.2
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.eclipse.emf
> -DartifactId=common \
>          -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1)
> org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubating-beta1
>        2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.0-incubating-beta1
>        3) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.0-incubating-beta1
>        4) org.eclipse.emf:common:jar:2.2.2
>
> ----------
> 5 required artifacts are missing.
>
> for artifact:
>  org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubating-beta1
>
>
> from the specified remote repositories:
>  Geotools project (http://maven.geotools.fr/repository/),
>  central (http://repo1.maven.org/maven2),
>  apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  codehaus-snapshot (http://snapshots.repository.codehaus.org),
>  eclipse.emf (http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/),
>  indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)
>
>
> On 6/25/07, Ole Ersoy <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I sent an email to [EMAIL PROTECTED] to see whether we can work with
>> them to get the additional artifacts needed by Tuscany uploaded.
>> After that I think we just need to get the Maven project a shell
>> script to sync Ibiblio with this repository.  I also asked if they
>> could share the process they have for creating this repository with
>> us.  Luciano, do you know which additional artifacts are needed, apart
>> from the ones already in:
>> http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/
>> ?
>>
>> Thanks,
>> - Ole
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to