Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » changed layout of the composite update site
changed layout of the composite update site [message #1397741] Thu, 10 July 2014 05:19 Go to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Hi

I noted that the layout of the composite update site of Xtext has changed

http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases

<repository name="Xtext All In One (Releases)"
type="org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository"
version="1.0.0">
<properties size="1">
<property name="p2.timestamp" value="1403706287050"/>
</properties>
<children size="4">
<child
location="http://download.eclipse.org/modeling/emf/emf/updates/2.10/xcore/R201405210402/"/>
<child
location="http://download.eclipse.org/modeling/emft/mwe/updates/releases/R201406110919/mwe/"/>
<child
location="http://download.eclipse.org/modeling/emft/mwe/updates/releases/R201406120758/mwe2lang/"/>
<child
location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/"/>
</children>
</repository>

Thus the release repository will only contain the latest version?
And it will not even point to EMF updates (only Xcore)?

Is that intentional?

cheers
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book


Re: changed layout of the composite update site [message #1398558 is a reply to message #1397741] Fri, 11 July 2014 08:39 Go to previous messageGo to next message
Dennis Huebner is currently offline Dennis HuebnerFriend
Messages: 257
Registered: July 2009
Senior Member

Hi Lorenzo,
the composite update site was totally overloaded, so we decided to clean it up.
We do not link the EMF SDK any more, we do not link the Xpand update site. For both projects there is a compatible version in the common repository (kepler/luna).

For CI's I suggest to use the official update sites for each project.
EMF: http://download.eclipse.org/modeling/emf/emf/updates/releases/
MWE: http://download.eclipse.org/modeling/emft/mwe/updates/releases/
Xpand: http://download.eclipse.org/modeling/m2t/xpand/updates/releases/
Xtext/Xtend: http://download.eclipse.org/modeling/tmf/xtext/updates/releases/

Even better is to use the fully qualified URL for the version you prefer to use:
To find out what the FQ URL is, append ?list tho the URL above to browse the content. For example:
http://download.eclipse.org/modeling/tmf/xtext/updates/releases/?list

We also created a new archive repository, where we plan to hold all the versions we produced so far:
https://www.eclipse.org/modeling/tmf/updates/

Best regards,
Dennis.



+Dennis Huebner

Get professional support from the Xtext committers at www.typefox.io
Re: changed layout of the composite update site [message #1415129 is a reply to message #1398558] Tue, 02 September 2014 06:40 Go to previous message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
On 11/07/2014 10:39, Dennis Huebner wrote:
> Hi Lorenzo,
> the composite update site was totally overloaded, so we decided to clean
> it up.
> We do not link the EMF SDK any more, we do not link the Xpand update
> site. For both projects there is a compatible version in the common
> repository (kepler/luna).
>
> For CI's I suggest to use the official update sites for each project.
> EMF: http://download.eclipse.org/modeling/emf/emf/updates/releases/
> MWE: http://download.eclipse.org/modeling/emft/mwe/updates/releases/
> Xpand: http://download.eclipse.org/modeling/m2t/xpand/updates/releases/
> Xtext/Xtend:
> http://download.eclipse.org/modeling/tmf/xtext/updates/releases/
>
> Even better is to use the fully qualified URL for the version you prefer
> to use:
> To find out what the FQ URL is, append ?list tho the URL above to browse
> the content. For example:
> http://download.eclipse.org/modeling/tmf/xtext/updates/releases/?list
>
> We also created a new archive repository, where we plan to hold all the
> versions we produced so far:
> https://www.eclipse.org/modeling/tmf/updates/

Hi Dennis

If I understand correctly the layout of the composite update site went
back to the original shape

http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/compositeContent.xml

<?compositeMetadataRepository version='1.0.0'?>
<repository name="Xtext All In One (Releases)"
type="org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository"
version="1.0.0">
<properties size="1">
<property name="p2.timestamp" value="1403706287050"/>
</properties>
<children size="4">
<child
location="http://download.eclipse.org/modeling/emf/emf/updates/releases/"/>
<child
location="http://download.eclipse.org/modeling/emft/mwe/updates/releases/"/>
<child
location="http://download.eclipse.org/modeling/m2t/xpand/updates/releases/"/>
<child
location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/"/>
</children>
</repository>

is it like that for good?

thanks
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book


Previous Topic:Xtext for language editor window in non-Eclipse app
Next Topic:[xtend] how to pass a function to method to use in filter
Goto Forum:
  


Current Time: Fri Apr 19 21:22:38 GMT 2024

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

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

Back to the top