Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [EMF Search] Missing sources in 0.7.0 Ganymede release (2008/06/13)
[EMF Search] Missing sources in 0.7.0 Ganymede release (2008/06/13) [message #134101] Wed, 18 March 2009 12:56 Go to next message
Victor Roldan Betancort is currently offline Victor Roldan BetancortFriend
Messages: 524
Registered: July 2009
Senior Member
Hi,

I've come to a situation where I have to use EMF Search from the
Ganymede release and want to contribute new ScopeFactories. I realized
the corresponding extension point is only available in the integration
builds that start requiring Galileo components. Another problem I found
is that the ganymede release (the eclipse modeling bundle with all
incubation components) does not contain sources. Am I missing something
here?

I understand EMF Search is an incubation project and that using these
components (even when came out of the box with the modeling bundle) is
"at your own risk", so I won't complain. But... is it possible to
release some kind of new "maintenance" build for the ganymede release,
containing sources?

Cheers,
Víctor.
Re: [EMF Search] Missing sources in 0.7.0 Ganymede release (2008/06/13) [message #136150 is a reply to message #134101] Mon, 11 May 2009 08:37 Go to previous messageGo to next message
Jacques LESCOT is currently offline Jacques LESCOTFriend
Messages: 247
Registered: July 2009
Senior Member
Hi Victor,

due to some lack of resources and time, we won't be able to publish a
new maintenance release. We are also planning to go through a
Termination Review for the component since none person seems interested
in contributing, and that we can not anymore support it.
If suggest you to directly retrieve sources from the CVS repository.

Regards,
Jacques

Víctor Roldán Betancort a écrit :
> Hi,
>
> I've come to a situation where I have to use EMF Search from the
> Ganymede release and want to contribute new ScopeFactories. I realized
> the corresponding extension point is only available in the integration
> builds that start requiring Galileo components. Another problem I found
> is that the ganymede release (the eclipse modeling bundle with all
> incubation components) does not contain sources. Am I missing something
> here?
>
> I understand EMF Search is an incubation project and that using these
> components (even when came out of the box with the modeling bundle) is
> "at your own risk", so I won't complain. But... is it possible to
> release some kind of new "maintenance" build for the ganymede release,
> containing sources?
>
> Cheers,
> Víctor.
Re: [EMF Search] Missing sources in 0.7.0 Ganymede release (2008/06/13) [message #620935 is a reply to message #134101] Mon, 11 May 2009 08:37 Go to previous messageGo to next message
Jacques LESCOT is currently offline Jacques LESCOTFriend
Messages: 247
Registered: July 2009
Senior Member
Hi Victor,

due to some lack of resources and time, we won't be able to publish a
new maintenance release. We are also planning to go through a
Termination Review for the component since none person seems interested
in contributing, and that we can not anymore support it.
If suggest you to directly retrieve sources from the CVS repository.

Regards,
Jacques

Víctor Roldán Betancort a écrit :
> Hi,
>
> I've come to a situation where I have to use EMF Search from the
> Ganymede release and want to contribute new ScopeFactories. I realized
> the corresponding extension point is only available in the integration
> builds that start requiring Galileo components. Another problem I found
> is that the ganymede release (the eclipse modeling bundle with all
> incubation components) does not contain sources. Am I missing something
> here?
>
> I understand EMF Search is an incubation project and that using these
> components (even when came out of the box with the modeling bundle) is
> "at your own risk", so I won't complain. But... is it possible to
> release some kind of new "maintenance" build for the ganymede release,
> containing sources?
>
> Cheers,
> Víctor.
Re: [EMF Search] Missing sources in 0.7.0 Ganymede release (2008/06/13); Status??? [message #661534 is a reply to message #136150] Fri, 25 March 2011 07:36 Go to previous messageGo to next message
Thomas Beyer is currently offline Thomas BeyerFriend
Messages: 93
Registered: July 2009
Member
Hi,

I was wondering about the current status of the emf search (sub)project.
I have used the sdk with its wonderful and convenient generation
facility within Galileo, but can't get it working in Helios. My genmodel
throws several exceptions when trying to start the search-gen-wizard.

I understand that emf query(2) has put a lot of effort in performance on
model queries and sql-like syntax, however, I can not find a starting
point for ui integration, except starting from scratch, which is quiet
cumbersome and seems sort of awkward considering the fact, EMF search
provide(s)d high-level ui generation.

Are the development activities terminated for this feature entirely?
Are there alternatives for search ui-integration on emf-models?
I am really seeking for something to find stuff in my models.


TIA & Regards
Thomas


On 11.05.2009 10:37, Jacques LESCOT wrote:
> Hi Victor,
>
> due to some lack of resources and time, we won't be able to publish a
> new maintenance release. We are also planning to go through a
> Termination Review for the component since none person seems interested
> in contributing, and that we can not anymore support it.
> If suggest you to directly retrieve sources from the CVS repository.
>
> Regards,
> Jacques
>
> Víctor Roldán Betancort a écrit :
>> Hi,
>>
>> I've come to a situation where I have to use EMF Search from the
>> Ganymede release and want to contribute new ScopeFactories. I realized
>> the corresponding extension point is only available in the integration
>> builds that start requiring Galileo components. Another problem I
>> found is that the ganymede release (the eclipse modeling bundle with
>> all incubation components) does not contain sources. Am I missing
>> something here?
>>
>> I understand EMF Search is an incubation project and that using these
>> components (even when came out of the box with the modeling bundle) is
>> "at your own risk", so I won't complain. But... is it possible to
>> release some kind of new "maintenance" build for the ganymede release,
>> containing sources?
>>
>> Cheers,
>> Víctor.
Re: [EMF Search] Missing sources in 0.7.0 Ganymede release (2008/06/13) [message #661815 is a reply to message #134101] Mon, 28 March 2011 06:32 Go to previous message
saurav sarkar is currently offline saurav sarkarFriend
Messages: 428
Registered: July 2009
Senior Member
Hi Thomas,

I can help you to get started in EMF Query2

Query2 wiki

http://wiki.eclipse.org/EMF_Query2Home

Query2 developer guide

http://wiki.eclipse.org/EMF_Query2Home/EMF_Query2DevGuide

Update site link

https://hudson.eclipse.org/hudson/job/tycho-query2-nightly/l astSuccessfulBuild/artifact/targetPlatform/

Check the Query perspective as the Query UI to query your models.The XText based SQL like editor where you can write your queries and test your models.

Let me know if you need more help

Cheers,
Saurav


Previous Topic:Installing EMF modules
Next Topic:[EMF Compare] Access EClass name attribute through DiffElement
Goto Forum:
  


Current Time: Tue Apr 23 17:42:39 GMT 2024

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

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

Back to the top