Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » EMF Maven repos (again)
EMF Maven repos (again) [message #1431124] Thu, 25 September 2014 08:33 Go to next message
Mauro Condarelli is currently offline Mauro CondarelliFriend
Messages: 428
Registered: September 2009
Senior Member
Hi,
I searched, but found too many conflicting answers, so here I am.

I have a Project where I use EMF standalone.
Project is under Maven control.
I need (at least) the following EMF plugins/verions:
- org.eclipse.emf.common:2.9.0
- org.eclipse.emf.databinding:1.3.0
- org.eclipse.emf.databinding.edit:1.3.0
- org.eclipse.emf.ecore:2.9.0
- org.eclipse.emf.ecore.xmi:2.9.0
- org.eclipse.emf.edit:2.9.0
Some of those are available from http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.: databinding) I couldn't find.
Can someone, pretty please, point me to the right repositor[y|ies]?

Context: up to now I developed using an in-house Nexus server where I uploaded the required bundles pulling them from the release, but now I need to deliver the code and Customer doesn't want to access "non standard" repositories, so I need to find the required Artifacts on the Internet.

Thanks in Advance
Mauro
Re: EMF Maven repos (again) [message #1431236 is a reply to message #1431124] Thu, 25 September 2014 11:40 Go to previous messageGo to next message
Guillaume Hillairet is currently offline Guillaume HillairetFriend
Messages: 97
Registered: July 2009
Member
Hi,

The latest emf artefacts are available under the groups
org.eclipse.birt.runtime
http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and
org.eclipse.emf http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf

On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:

> Hi,
> I searched, but found too many conflicting answers, so here I am.
>
> I have a Project where I use EMF standalone.
> Project is under Maven control.
> I need (at least) the following EMF plugins/verions:
> - org.eclipse.emf.common:2.9.0
> - org.eclipse.emf.databinding:1.3.0
> - org.eclipse.emf.databinding.edit:1.3.0
> - org.eclipse.emf.ecore:2.9.0
> - org.eclipse.emf.ecore.xmi:2.9.0
> - org.eclipse.emf.edit:2.9.0
> Some of those are available from
> http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.:
> databinding) I couldn't find.
> Can someone, pretty please, point me to the right repositor[y|ies]?
>
> Context: up to now I developed using an in-house Nexus server where I
> uploaded the required bundles pulling them from the release, but now I
> need to deliver the code and Customer doesn't want to access "non
> standard" repositories, so I need to find the required Artifacts on the
> Internet.
>
> Thanks in Advance
> Mauro
Re: EMF Maven repos (again) [message #1434951 is a reply to message #1431236] Tue, 30 September 2014 19:24 Go to previous messageGo to next message
Mauro Condarelli is currently offline Mauro CondarelliFriend
Messages: 428
Registered: September 2009
Senior Member
Thanks Guillaume,
I found most of what I need, but not all :(

I am unable to find (versions are not mandatory, of course):
- org.eclipse.emf.edit:2.9.0
- org.eclipse.emf.databinding:1.3.0
- org.eclipse.core.databinding.observable:1.4.1
- org.eclipse.core.databinding.property:1.4.200

What am I doing wrong?

NOTE: I found also references to server "maven.eclipse.org", which exists, but doesn't seem to respond; is it relevant?


Thanks in advance

Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
> Hi,
>
> The latest emf artefacts are available under the groups org.eclipse.birt.runtime http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and org.eclipse.emf http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>
> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>
>> Hi,
>> I searched, but found too many conflicting answers, so here I am.
>>
>> I have a Project where I use EMF standalone.
>> Project is under Maven control.
>> I need (at least) the following EMF plugins/verions:
>> - org.eclipse.emf.common:2.9.0
>> - org.eclipse.emf.databinding:1.3.0
>> - org.eclipse.emf.databinding.edit:1.3.0
>> - org.eclipse.emf.ecore:2.9.0
>> - org.eclipse.emf.ecore.xmi:2.9.0
>> - org.eclipse.emf.edit:2.9.0
>> Some of those are available from http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.: databinding) I couldn't find.
>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>
>> Context: up to now I developed using an in-house Nexus server where I uploaded the required bundles pulling them from the release, but now I need to deliver the code and Customer doesn't want to access "non standard" repositories, so I need to find the required Artifacts on the Internet.
>>
>> Thanks in Advance
>> Mauro
>
>
Re: EMF Maven repos (again) [message #1435487 is a reply to message #1434951] Wed, 01 October 2014 15:10 Go to previous messageGo to next message
Guillaume Hillairet is currently offline Guillaume HillairetFriend
Messages: 97
Registered: July 2009
Member
I don't think those are available on maven.

On 2014-09-30 19:24:16 +0000, Mauro Condarelli said:

> Thanks Guillaume,
> I found most of what I need, but not all :(
>
> I am unable to find (versions are not mandatory, of course):
> - org.eclipse.emf.edit:2.9.0
> - org.eclipse.emf.databinding:1.3.0
> - org.eclipse.core.databinding.observable:1.4.1
> - org.eclipse.core.databinding.property:1.4.200
>
> What am I doing wrong?
>
> NOTE: I found also references to server "maven.eclipse.org", which
> exists, but doesn't seem to respond; is it relevant?
>
>
> Thanks in advance
>
> Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
>> Hi,
>>
>> The latest emf artefacts are available under the groups
>> org.eclipse.birt.runtime
>> http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and
>> org.eclipse.emf http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>>
>> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>>
>>> Hi,
>>> I searched, but found too many conflicting answers, so here I am.
>>>
>>> I have a Project where I use EMF standalone.
>>> Project is under Maven control.
>>> I need (at least) the following EMF plugins/verions:
>>> - org.eclipse.emf.common:2.9.0
>>> - org.eclipse.emf.databinding:1.3.0
>>> - org.eclipse.emf.databinding.edit:1.3.0
>>> - org.eclipse.emf.ecore:2.9.0
>>> - org.eclipse.emf.ecore.xmi:2.9.0
>>> - org.eclipse.emf.edit:2.9.0
>>> Some of those are available from
>>> http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.:
>>> databinding) I couldn't find.
>>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>>
>>> Context: up to now I developed using an in-house Nexus server where I
>>> uploaded the required bundles pulling them from the release, but now I
>>> need to deliver the code and Customer doesn't want to access "non
>>> standard" repositories, so I need to find the required Artifacts on the
>>> Internet.
>>>
>>> Thanks in Advance
>>> Mauro
Re: EMF Maven repos (again) [message #1435930 is a reply to message #1435487] Thu, 02 October 2014 06:38 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Mauro,
I added most of the current emf core jars on search.maven.org and can/will also add the ones you miss. But... I can't
find the databinding.property or databinding.observable jar's in the standard EMF download. Where did you find those?

I used:
https://www.eclipse.org/modeling/emf/downloads/index.php?project=emf

gr. Martin


On 01-10-14 17:10, Guillaume Hillairet wrote:
> I don't think those are available on maven.
>
> On 2014-09-30 19:24:16 +0000, Mauro Condarelli said:
>
>> Thanks Guillaume,
>> I found most of what I need, but not all :(
>>
>> I am unable to find (versions are not mandatory, of course):
>> - org.eclipse.emf.edit:2.9.0
>> - org.eclipse.emf.databinding:1.3.0
>> - org.eclipse.core.databinding.observable:1.4.1
>> - org.eclipse.core.databinding.property:1.4.200
>>
>> What am I doing wrong?
>>
>> NOTE: I found also references to server "maven.eclipse.org", which exists, but doesn't seem to respond; is it relevant?
>>
>>
>> Thanks in advance
>>
>> Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
>>> Hi,
>>>
>>> The latest emf artefacts are available under the groups org.eclipse.birt.runtime
>>> http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and org.eclipse.emf
>>> http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>>>
>>> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>>>
>>>> Hi,
>>>> I searched, but found too many conflicting answers, so here I am.
>>>>
>>>> I have a Project where I use EMF standalone.
>>>> Project is under Maven control.
>>>> I need (at least) the following EMF plugins/verions:
>>>> - org.eclipse.emf.common:2.9.0
>>>> - org.eclipse.emf.databinding:1.3.0
>>>> - org.eclipse.emf.databinding.edit:1.3.0
>>>> - org.eclipse.emf.ecore:2.9.0
>>>> - org.eclipse.emf.ecore.xmi:2.9.0
>>>> - org.eclipse.emf.edit:2.9.0
>>>> Some of those are available from http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.: databinding) I
>>>> couldn't find.
>>>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>>>
>>>> Context: up to now I developed using an in-house Nexus server where I uploaded the required bundles pulling them
>>>> from the release, but now I need to deliver the code and Customer doesn't want to access "non standard"
>>>> repositories, so I need to find the required Artifacts on the Internet.
>>>>
>>>> Thanks in Advance
>>>> Mauro
>
>



--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@xxxxxxxx - mtaal@xxxxxxxx
Web: www.springsite.com - www.elver.org
Re: EMF Maven repos (again) [message #1435948 is a reply to message #1435930] Thu, 02 October 2014 07:10 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Martin,

I assume he means org.eclipse.emf.databinding and
org.eclipse.emf.databinding.edit.


On 02/10/2014 8:38 AM, Martin Taal wrote:
> Hi Mauro,
> I added most of the current emf core jars on search.maven.org and
> can/will also add the ones you miss. But... I can't find the
> databinding.property or databinding.observable jar's in the standard
> EMF download. Where did you find those?
>
> I used:
> https://www.eclipse.org/modeling/emf/downloads/index.php?project=emf
>
> gr. Martin
>
>
> On 01-10-14 17:10, Guillaume Hillairet wrote:
>> I don't think those are available on maven.
>>
>> On 2014-09-30 19:24:16 +0000, Mauro Condarelli said:
>>
>>> Thanks Guillaume,
>>> I found most of what I need, but not all :(
>>>
>>> I am unable to find (versions are not mandatory, of course):
>>> - org.eclipse.emf.edit:2.9.0
>>> - org.eclipse.emf.databinding:1.3.0
>>> - org.eclipse.core.databinding.observable:1.4.1
>>> - org.eclipse.core.databinding.property:1.4.200
>>>
>>> What am I doing wrong?
>>>
>>> NOTE: I found also references to server "maven.eclipse.org", which
>>> exists, but doesn't seem to respond; is it relevant?
>>>
>>>
>>> Thanks in advance
>>>
>>> Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
>>>> Hi,
>>>>
>>>> The latest emf artefacts are available under the groups
>>>> org.eclipse.birt.runtime
>>>> http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime
>>>> and org.eclipse.emf
>>>> http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>>>>
>>>> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>>>>
>>>>> Hi,
>>>>> I searched, but found too many conflicting answers, so here I am.
>>>>>
>>>>> I have a Project where I use EMF standalone.
>>>>> Project is under Maven control.
>>>>> I need (at least) the following EMF plugins/verions:
>>>>> - org.eclipse.emf.common:2.9.0
>>>>> - org.eclipse.emf.databinding:1.3.0
>>>>> - org.eclipse.emf.databinding.edit:1.3.0
>>>>> - org.eclipse.emf.ecore:2.9.0
>>>>> - org.eclipse.emf.ecore.xmi:2.9.0
>>>>> - org.eclipse.emf.edit:2.9.0
>>>>> Some of those are available from
>>>>> http://mvnrepository.com/artifact/org.eclipse.emf, but others
>>>>> (e.g.: databinding) I
>>>>> couldn't find.
>>>>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>>>>
>>>>> Context: up to now I developed using an in-house Nexus server
>>>>> where I uploaded the required bundles pulling them
>>>>> from the release, but now I need to deliver the code and Customer
>>>>> doesn't want to access "non standard"
>>>>> repositories, so I need to find the required Artifacts on the
>>>>> Internet.
>>>>>
>>>>> Thanks in Advance
>>>>> Mauro
>>
>>
>
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF Maven repos (again) [message #1435971 is a reply to message #1435948] Thu, 02 October 2014 07:50 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Okay, I published new versions of these jars to maven, they should be on search.maven.org within a day:

org.eclipse.emf.codegen.ecore 2.10.1-v20140901-1055
org.eclipse.emf.codegen 2.10.0-v20140901-1055
org.eclipse.emf.common 2.10.1-v20140901-1043
org.eclipse.emf.ecore 2.10.1-v20140901-1043
org.eclipse.emf.ecore.xmi 2.10.1-v20140901-1043
org.eclipse.xsd 2.10.0-v20140901-1055
org.eclipse.emf.mapping.ecore2xml 2.8.0-v20140901-1055
org.eclipse.emf.edit 2.10.1-v20140901-1055
org.eclipse.emf.databinding 1.3.0-v20140901-1055
org.eclipse.emf.databinding.edit 1.3.0-v20140901-1055

gr. Martin

On 02-10-14 09:10, Ed Merks wrote:
> Martin,
>
> I assume he means org.eclipse.emf.databinding and org.eclipse.emf.databinding.edit.
>
>
> On 02/10/2014 8:38 AM, Martin Taal wrote:
>> Hi Mauro,
>> I added most of the current emf core jars on search.maven.org and can/will also add the ones you miss. But... I can't
>> find the databinding.property or databinding.observable jar's in the standard EMF download. Where did you find those?
>>
>> I used:
>> https://www.eclipse.org/modeling/emf/downloads/index.php?project=emf
>>
>> gr. Martin
>>
>>
>> On 01-10-14 17:10, Guillaume Hillairet wrote:
>>> I don't think those are available on maven.
>>>
>>> On 2014-09-30 19:24:16 +0000, Mauro Condarelli said:
>>>
>>>> Thanks Guillaume,
>>>> I found most of what I need, but not all :(
>>>>
>>>> I am unable to find (versions are not mandatory, of course):
>>>> - org.eclipse.emf.edit:2.9.0
>>>> - org.eclipse.emf.databinding:1.3.0
>>>> - org.eclipse.core.databinding.observable:1.4.1
>>>> - org.eclipse.core.databinding.property:1.4.200
>>>>
>>>> What am I doing wrong?
>>>>
>>>> NOTE: I found also references to server "maven.eclipse.org", which exists, but doesn't seem to respond; is it relevant?
>>>>
>>>>
>>>> Thanks in advance
>>>>
>>>> Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
>>>>> Hi,
>>>>>
>>>>> The latest emf artefacts are available under the groups org.eclipse.birt.runtime
>>>>> http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and org.eclipse.emf
>>>>> http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>>>>>
>>>>> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>>>>>
>>>>>> Hi,
>>>>>> I searched, but found too many conflicting answers, so here I am.
>>>>>>
>>>>>> I have a Project where I use EMF standalone.
>>>>>> Project is under Maven control.
>>>>>> I need (at least) the following EMF plugins/verions:
>>>>>> - org.eclipse.emf.common:2.9.0
>>>>>> - org.eclipse.emf.databinding:1.3.0
>>>>>> - org.eclipse.emf.databinding.edit:1.3.0
>>>>>> - org.eclipse.emf.ecore:2.9.0
>>>>>> - org.eclipse.emf.ecore.xmi:2.9.0
>>>>>> - org.eclipse.emf.edit:2.9.0
>>>>>> Some of those are available from http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.: databinding) I
>>>>>> couldn't find.
>>>>>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>>>>>
>>>>>> Context: up to now I developed using an in-house Nexus server where I uploaded the required bundles pulling them
>>>>>> from the release, but now I need to deliver the code and Customer doesn't want to access "non standard"
>>>>>> repositories, so I need to find the required Artifacts on the Internet.
>>>>>>
>>>>>> Thanks in Advance
>>>>>> Mauro
>>>
>>>
>>
>>
>>
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@xxxxxxxx - mtaal@xxxxxxxx
Web: www.springsite.com - www.elver.org
Re: EMF Maven repos (again) [message #1435972 is a reply to message #1435930] Thu, 02 October 2014 07:53 Go to previous messageGo to next message
Mauro Condarelli is currently offline Mauro CondarelliFriend
Messages: 428
Registered: September 2009
Senior Member
Hi Martin,
I am using the efxclipse all-in-one release:
http://downloads.efxclipse.bestsolution.at/downloads/released/1.0.0/sdk/eclipse-SDK-4.4-win32-x86_64-efx-1.0.0-SNAPSHOT.zip
and I have nothing particularly exotic in my software sites:
http://download.eclipse.org/releases/luna/
http://download.eclipse.org/efxclipse/updates-nightly/site
http://download.eclipse.org/technology/m2e/releases

in particular the following jars are contained in the all-in-one package (it is unclear to me what You are missing):

org.eclipse.core.databinding.beans.source_1.2.200.v20140214-0004.jar
org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar
org.eclipse.core.databinding.observable.source_1.4.1.v20140210-1835.jar
org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar
org.eclipse.core.databinding.property.source_1.4.200.v20140214-0004.jar
org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar
org.eclipse.core.databinding.source_1.4.1.v20140214-0004.jar
org.eclipse.core.databinding_1.4.1.v20140214-0004.jar
org.eclipse.emf.databinding.edit.source_1.3.0.v20140519-0339.jar
org.eclipse.emf.databinding.edit_1.3.0.v20140519-0339.jar
org.eclipse.emf.databinding.source_1.3.0.v20140519-0339.jar
org.eclipse.emf.databinding_1.3.0.v20140519-0339.jar

They are also available in http://download.eclipse.org/efxclipse/runtime-nightly/site_assembly.zip

I don't know where Tom Schindl took them to prepare these releases.

Notice packages in site_assembly.zip seem to be recompiled nightly.

I humbly suggest You to strip the date information (fourth component of version) from whatever You upload to a standard repo.

Thanks in Advance
Mauro
Il 02/10/2014 08:38, Martin Taal ha scritto:
> Hi Mauro,
> I added most of the current emf core jars on search.maven.org and can/will also add the ones you miss. But... I can't find the databinding.property or databinding.observable jar's in the standard EMF download. Where did you find those?
>
> I used:
> https://www.eclipse.org/modeling/emf/downloads/index.php?project=emf
>
> gr. Martin
>
>
> On 01-10-14 17:10, Guillaume Hillairet wrote:
>> I don't think those are available on maven.
>>
>> On 2014-09-30 19:24:16 +0000, Mauro Condarelli said:
>>
>>> Thanks Guillaume,
>>> I found most of what I need, but not all :(
>>>
>>> I am unable to find (versions are not mandatory, of course):
>>> - org.eclipse.emf.edit:2.9.0
>>> - org.eclipse.emf.databinding:1.3.0
>>> - org.eclipse.core.databinding.observable:1.4.1
>>> - org.eclipse.core.databinding.property:1.4.200
>>>
>>> What am I doing wrong?
>>>
>>> NOTE: I found also references to server "maven.eclipse.org", which exists, but doesn't seem to respond; is it relevant?
>>>
>>>
>>> Thanks in advance
>>>
>>> Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
>>>> Hi,
>>>>
>>>> The latest emf artefacts are available under the groups org.eclipse.birt.runtime
>>>> http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and org.eclipse.emf
>>>> http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>>>>
>>>> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>>>>
>>>>> Hi,
>>>>> I searched, but found too many conflicting answers, so here I am.
>>>>>
>>>>> I have a Project where I use EMF standalone.
>>>>> Project is under Maven control.
>>>>> I need (at least) the following EMF plugins/verions:
>>>>> - org.eclipse.emf.common:2.9.0
>>>>> - org.eclipse.emf.databinding:1.3.0
>>>>> - org.eclipse.emf.databinding.edit:1.3.0
>>>>> - org.eclipse.emf.ecore:2.9.0
>>>>> - org.eclipse.emf.ecore.xmi:2.9.0
>>>>> - org.eclipse.emf.edit:2.9.0
>>>>> Some of those are available from http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.: databinding) I
>>>>> couldn't find.
>>>>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>>>>
>>>>> Context: up to now I developed using an in-house Nexus server where I uploaded the required bundles pulling them
>>>>> from the release, but now I need to deliver the code and Customer doesn't want to access "non standard"
>>>>> repositories, so I need to find the required Artifacts on the Internet.
>>>>>
>>>>> Thanks in Advance
>>>>> Mauro
>>
>>
>
>
>
Re: EMF Maven repos (again) [message #1436040 is a reply to message #1435972] Thu, 02 October 2014 09:47 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Mauro,
Has yes the date thing in the version is a mistake on my side. I guess the maven artifacts of these published releases
should be without timestamp. Corrected this, now published with corrected versions.

I am involved in the modeling part and can publish to maven for emf artifacts but I can't publish the org.eclipse.core
artifacts (no authorization for that group at sonatype).

gr. Martin

On 02-10-14 09:53, Mauro Condarelli wrote:
> Hi Martin,
> I am using the efxclipse all-in-one release:
> http://downloads.efxclipse.bestsolution.at/downloads/released/1.0.0/sdk/eclipse-SDK-4.4-win32-x86_64-efx-1.0.0-SNAPSHOT.zip
> and I have nothing particularly exotic in my software sites:
> http://download.eclipse.org/releases/luna/
> http://download.eclipse.org/efxclipse/updates-nightly/site
> http://download.eclipse.org/technology/m2e/releases
>
> in particular the following jars are contained in the all-in-one package (it is unclear to me what You are missing):
>
> org.eclipse.core.databinding.beans.source_1.2.200.v20140214-0004.jar
> org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar
> org.eclipse.core.databinding.observable.source_1.4.1.v20140210-1835.jar
> org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar
> org.eclipse.core.databinding.property.source_1.4.200.v20140214-0004.jar
> org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar
> org.eclipse.core.databinding.source_1.4.1.v20140214-0004.jar
> org.eclipse.core.databinding_1.4.1.v20140214-0004.jar
> org.eclipse.emf.databinding.edit.source_1.3.0.v20140519-0339.jar
> org.eclipse.emf.databinding.edit_1.3.0.v20140519-0339.jar
> org.eclipse.emf.databinding.source_1.3.0.v20140519-0339.jar
> org.eclipse.emf.databinding_1.3.0.v20140519-0339.jar
>
> They are also available in http://download.eclipse.org/efxclipse/runtime-nightly/site_assembly.zip
>
> I don't know where Tom Schindl took them to prepare these releases.
>
> Notice packages in site_assembly.zip seem to be recompiled nightly.
>
> I humbly suggest You to strip the date information (fourth component of version) from whatever You upload to a standard
> repo.
>
> Thanks in Advance
> Mauro
> Il 02/10/2014 08:38, Martin Taal ha scritto:
>> Hi Mauro,
>> I added most of the current emf core jars on search.maven.org and can/will also add the ones you miss. But... I can't
>> find the databinding.property or databinding.observable jar's in the standard EMF download. Where did you find those?
>>
>> I used:
>> https://www.eclipse.org/modeling/emf/downloads/index.php?project=emf
>>
>> gr. Martin
>>
>>
>> On 01-10-14 17:10, Guillaume Hillairet wrote:
>>> I don't think those are available on maven.
>>>
>>> On 2014-09-30 19:24:16 +0000, Mauro Condarelli said:
>>>
>>>> Thanks Guillaume,
>>>> I found most of what I need, but not all :(
>>>>
>>>> I am unable to find (versions are not mandatory, of course):
>>>> - org.eclipse.emf.edit:2.9.0
>>>> - org.eclipse.emf.databinding:1.3.0
>>>> - org.eclipse.core.databinding.observable:1.4.1
>>>> - org.eclipse.core.databinding.property:1.4.200
>>>>
>>>> What am I doing wrong?
>>>>
>>>> NOTE: I found also references to server "maven.eclipse.org", which exists, but doesn't seem to respond; is it relevant?
>>>>
>>>>
>>>> Thanks in advance
>>>>
>>>> Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
>>>>> Hi,
>>>>>
>>>>> The latest emf artefacts are available under the groups org.eclipse.birt.runtime
>>>>> http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and org.eclipse.emf
>>>>> http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>>>>>
>>>>> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>>>>>
>>>>>> Hi,
>>>>>> I searched, but found too many conflicting answers, so here I am.
>>>>>>
>>>>>> I have a Project where I use EMF standalone.
>>>>>> Project is under Maven control.
>>>>>> I need (at least) the following EMF plugins/verions:
>>>>>> - org.eclipse.emf.common:2.9.0
>>>>>> - org.eclipse.emf.databinding:1.3.0
>>>>>> - org.eclipse.emf.databinding.edit:1.3.0
>>>>>> - org.eclipse.emf.ecore:2.9.0
>>>>>> - org.eclipse.emf.ecore.xmi:2.9.0
>>>>>> - org.eclipse.emf.edit:2.9.0
>>>>>> Some of those are available from http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.: databinding) I
>>>>>> couldn't find.
>>>>>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>>>>>
>>>>>> Context: up to now I developed using an in-house Nexus server where I uploaded the required bundles pulling them
>>>>>> from the release, but now I need to deliver the code and Customer doesn't want to access "non standard"
>>>>>> repositories, so I need to find the required Artifacts on the Internet.
>>>>>>
>>>>>> Thanks in Advance
>>>>>> Mauro
>>>
>>>
>>
>>
>>
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@xxxxxxxx - mtaal@xxxxxxxx
Web: www.springsite.com - www.elver.org
Re: EMF Maven repos (again) [message #1436160 is a reply to message #1436040] Thu, 02 October 2014 13:44 Go to previous message
Mauro Condarelli is currently offline Mauro CondarelliFriend
Messages: 428
Registered: September 2009
Senior Member
Thanks Martin.
Do You know who (if anyone) can update org.eclipse.core.* artifacts?
What I can see searching Maven Central is *VERY* old!
Where should I request for a refresh?

Thanks
Mauro

Il 02/10/2014 11:47, Martin Taal ha scritto:
> Hi Mauro,
> Has yes the date thing in the version is a mistake on my side. I guess the maven artifacts of these published releases should be without timestamp. Corrected this, now published with corrected versions.
>
> I am involved in the modeling part and can publish to maven for emf artifacts but I can't publish the org.eclipse.core artifacts (no authorization for that group at sonatype).
>
> gr. Martin
>
> On 02-10-14 09:53, Mauro Condarelli wrote:
>> Hi Martin,
>> I am using the efxclipse all-in-one release:
>> http://downloads.efxclipse.bestsolution.at/downloads/released/1.0.0/sdk/eclipse-SDK-4.4-win32-x86_64-efx-1.0.0-SNAPSHOT.zip
>> and I have nothing particularly exotic in my software sites:
>> http://download.eclipse.org/releases/luna/
>> http://download.eclipse.org/efxclipse/updates-nightly/site
>> http://download.eclipse.org/technology/m2e/releases
>>
>> in particular the following jars are contained in the all-in-one package (it is unclear to me what You are missing):
>>
>> org.eclipse.core.databinding.beans.source_1.2.200.v20140214-0004.jar
>> org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar
>> org.eclipse.core.databinding.observable.source_1.4.1.v20140210-1835.jar
>> org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar
>> org.eclipse.core.databinding.property.source_1.4.200.v20140214-0004.jar
>> org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar
>> org.eclipse.core.databinding.source_1.4.1.v20140214-0004.jar
>> org.eclipse.core.databinding_1.4.1.v20140214-0004.jar
>> org.eclipse.emf.databinding.edit.source_1.3.0.v20140519-0339.jar
>> org.eclipse.emf.databinding.edit_1.3.0.v20140519-0339.jar
>> org.eclipse.emf.databinding.source_1.3.0.v20140519-0339.jar
>> org.eclipse.emf.databinding_1.3.0.v20140519-0339.jar
>>
>> They are also available in http://download.eclipse.org/efxclipse/runtime-nightly/site_assembly.zip
>>
>> I don't know where Tom Schindl took them to prepare these releases.
>>
>> Notice packages in site_assembly.zip seem to be recompiled nightly.
>>
>> I humbly suggest You to strip the date information (fourth component of version) from whatever You upload to a standard
>> repo.
>>
>> Thanks in Advance
>> Mauro
>> Il 02/10/2014 08:38, Martin Taal ha scritto:
>>> Hi Mauro,
>>> I added most of the current emf core jars on search.maven.org and can/will also add the ones you miss. But... I can't
>>> find the databinding.property or databinding.observable jar's in the standard EMF download. Where did you find those?
>>>
>>> I used:
>>> https://www.eclipse.org/modeling/emf/downloads/index.php?project=emf
>>>
>>> gr. Martin
>>>
>>>
>>> On 01-10-14 17:10, Guillaume Hillairet wrote:
>>>> I don't think those are available on maven.
>>>>
>>>> On 2014-09-30 19:24:16 +0000, Mauro Condarelli said:
>>>>
>>>>> Thanks Guillaume,
>>>>> I found most of what I need, but not all :(
>>>>>
>>>>> I am unable to find (versions are not mandatory, of course):
>>>>> - org.eclipse.emf.edit:2.9.0
>>>>> - org.eclipse.emf.databinding:1.3.0
>>>>> - org.eclipse.core.databinding.observable:1.4.1
>>>>> - org.eclipse.core.databinding.property:1.4.200
>>>>>
>>>>> What am I doing wrong?
>>>>>
>>>>> NOTE: I found also references to server "maven.eclipse.org", which exists, but doesn't seem to respond; is it relevant?
>>>>>
>>>>>
>>>>> Thanks in advance
>>>>>
>>>>> Il 25/09/2014 13:40, Guillaume Hillairet ha scritto:
>>>>>> Hi,
>>>>>>
>>>>>> The latest emf artefacts are available under the groups org.eclipse.birt.runtime
>>>>>> http://search.maven.org/#search|ga|2|g%3Aorg.eclipse.birt.runtime and org.eclipse.emf
>>>>>> http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.emf
>>>>>>
>>>>>> On 2014-09-25 08:33:18 +0000, Mauro Condarelli said:
>>>>>>
>>>>>>> Hi,
>>>>>>> I searched, but found too many conflicting answers, so here I am.
>>>>>>>
>>>>>>> I have a Project where I use EMF standalone.
>>>>>>> Project is under Maven control.
>>>>>>> I need (at least) the following EMF plugins/verions:
>>>>>>> - org.eclipse.emf.common:2.9.0
>>>>>>> - org.eclipse.emf.databinding:1.3.0
>>>>>>> - org.eclipse.emf.databinding.edit:1.3.0
>>>>>>> - org.eclipse.emf.ecore:2.9.0
>>>>>>> - org.eclipse.emf.ecore.xmi:2.9.0
>>>>>>> - org.eclipse.emf.edit:2.9.0
>>>>>>> Some of those are available from http://mvnrepository.com/artifact/org.eclipse.emf, but others (e.g.: databinding) I
>>>>>>> couldn't find.
>>>>>>> Can someone, pretty please, point me to the right repositor[y|ies]?
>>>>>>>
>>>>>>> Context: up to now I developed using an in-house Nexus server where I uploaded the required bundles pulling them
>>>>>>> from the release, but now I need to deliver the code and Customer doesn't want to access "non standard"
>>>>>>> repositories, so I need to find the required Artifacts on the Internet.
>>>>>>>
>>>>>>> Thanks in Advance
>>>>>>> Mauro
>>>>
>>>>
>>>
>>>
>>>
>>
>
>
Previous Topic:Example of extending an ecore model
Next Topic:how create CDO branches
Goto Forum:
  


Current Time: Fri Mar 29 11:54:30 GMT 2024

Powered by FUDForum. Page generated in 0.02983 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top