Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [Search] Two missing plugins
[Search] Two missing plugins [message #97095] Mon, 24 September 2007 02:03 Go to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Hi,

I attempted to check out the search plugins from CVS to try out the UML2
search, but it appears that two plugins are missing:

org.eclipse.emf.search.ecore.common
org.eclipse.emf.search.ecore.common.ui

Regards,
Dave Carlson
Re: [Search] Two missing plugins [message #97123 is a reply to message #97095] Mon, 24 September 2007 09:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lucas.bigeardel.anyware-tech.com

Dave Carlson a écrit :

> Hi,
>
> I attempted to check out the search plugins from CVS to try out the UML2
> search, but it appears that two plugins are missing:
>
> org.eclipse.emf.search.ecore.common
> org.eclipse.emf.search.ecore.common.ui
>

Dave,

These plugin IDs have been refactored to reflect the plugin directory
naming (eg: org.eclipse.emf.search.common,
org.eclipse.emf.search.common.ui).

Checking out the corresponding plugins from CVS should be OK now.

Let me know if you experience any problem and I'll try to give you a hand.

HTH,

regards,

> Regards,
> Dave Carlson
>
>
Re: [Search] Two missing plugins [message #97136 is a reply to message #97123] Mon, 24 September 2007 10:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lucas.bigeardel.anyware-tech.com

lb a écrit :
> Dave Carlson a écrit :
>
>> Hi,
>>
>> I attempted to check out the search plugins from CVS to try out the
>> UML2 search, but it appears that two plugins are missing:
>>
>> org.eclipse.emf.search.ecore.common
>> org.eclipse.emf.search.ecore.common.ui
>>
>
> Dave,
>
> These plugin IDs have been refactored to reflect the plugin directory
> naming (eg: org.eclipse.emf.search.common,
> org.eclipse.emf.search.common.ui).
>
> Checking out the corresponding plugins from CVS should be OK now.
>
> Let me know if you experience any problem and I'll try to give you a hand.
>
> HTH,
>
> regards,
>

BTW, I have to warn you that org.eclipse.emf.search.ecore.ocl &
org.eclipse.emf.search.ecore.ocl.ui are currently under development and
thus are not really easilly usable for the moment.

making them working in your development environment implies

1) having org.eclipse.emf.examples.library.* from eclipse CVS
:extssh:lbigearde@dev.eclipse.org:/cvsroot/modeling checked out

2) generate OCL interpreter example coming along with EMFT Query.

Appologize for having to do some bit of tricky install for OCL.

I'll try to address that by trying contribute some OCL Editing
capabilities to MDT or in EMFT Search in future.

Anyway, UML2 core features (eg: textual queries) are OK to use.

regards,

>> Regards,
>> Dave Carlson
>>
>>
Re: [Search] Two missing plugins [message #97151 is a reply to message #97123] Mon, 24 September 2007 12:49 Go to previous messageGo to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Thanks, I got it to compile. I used the releng .map file to check out the
required plugins, but the map needs to be updated for this refactoring.

>
> These plugin IDs have been refactored to reflect the plugin directory
> naming (eg: org.eclipse.emf.search.common,
> org.eclipse.emf.search.common.ui).
>
> Checking out the corresponding plugins from CVS should be OK now.
>
> Let me know if you experience any problem and I'll try to give you a hand.
>
Re: [Search] Two missing plugins [message #97166 is a reply to message #97151] Mon, 24 September 2007 13:25 Go to previous message
Eclipse UserFriend
Originally posted by: lucas.bigeardel.anyware-tech.com

Dave Carlson a écrit :
> Thanks, I got it to compile. I used the releng .map file to check out the
> required plugins, but the map needs to be updated for this refactoring.
>

I'll update it ASAP.

thx for information !

cheers,

>> These plugin IDs have been refactored to reflect the plugin directory
>> naming (eg: org.eclipse.emf.search.common,
>> org.eclipse.emf.search.common.ui).
>>
>> Checking out the corresponding plugins from CVS should be OK now.
>>
>> Let me know if you experience any problem and I'll try to give you a hand.
>>
>
>
Re: [Search] Two missing plugins [message #609787 is a reply to message #97095] Mon, 24 September 2007 09:53 Go to previous message
Eclipse UserFriend
Originally posted by: lucas.bigeardel.anyware-tech.com

Dave Carlson a écrit :

> Hi,
>
> I attempted to check out the search plugins from CVS to try out the UML2
> search, but it appears that two plugins are missing:
>
> org.eclipse.emf.search.ecore.common
> org.eclipse.emf.search.ecore.common.ui
>

Dave,

These plugin IDs have been refactored to reflect the plugin directory
naming (eg: org.eclipse.emf.search.common,
org.eclipse.emf.search.common.ui).

Checking out the corresponding plugins from CVS should be OK now.

Let me know if you experience any problem and I'll try to give you a hand.

HTH,

regards,

> Regards,
> Dave Carlson
>
>
Re: [Search] Two missing plugins [message #609790 is a reply to message #97123] Mon, 24 September 2007 10:14 Go to previous message
Eclipse UserFriend
Originally posted by: lucas.bigeardel.anyware-tech.com

lb a écrit :
> Dave Carlson a écrit :
>
>> Hi,
>>
>> I attempted to check out the search plugins from CVS to try out the
>> UML2 search, but it appears that two plugins are missing:
>>
>> org.eclipse.emf.search.ecore.common
>> org.eclipse.emf.search.ecore.common.ui
>>
>
> Dave,
>
> These plugin IDs have been refactored to reflect the plugin directory
> naming (eg: org.eclipse.emf.search.common,
> org.eclipse.emf.search.common.ui).
>
> Checking out the corresponding plugins from CVS should be OK now.
>
> Let me know if you experience any problem and I'll try to give you a hand.
>
> HTH,
>
> regards,
>

BTW, I have to warn you that org.eclipse.emf.search.ecore.ocl &
org.eclipse.emf.search.ecore.ocl.ui are currently under development and
thus are not really easilly usable for the moment.

making them working in your development environment implies

1) having org.eclipse.emf.examples.library.* from eclipse CVS
:extssh:lbigearde@dev.eclipse.org:/cvsroot/modeling checked out

2) generate OCL interpreter example coming along with EMFT Query.

Appologize for having to do some bit of tricky install for OCL.

I'll try to address that by trying contribute some OCL Editing
capabilities to MDT or in EMFT Search in future.

Anyway, UML2 core features (eg: textual queries) are OK to use.

regards,

>> Regards,
>> Dave Carlson
>>
>>
Re: [Search] Two missing plugins [message #609792 is a reply to message #97123] Mon, 24 September 2007 12:49 Go to previous message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Thanks, I got it to compile. I used the releng .map file to check out the
required plugins, but the map needs to be updated for this refactoring.

>
> These plugin IDs have been refactored to reflect the plugin directory
> naming (eg: org.eclipse.emf.search.common,
> org.eclipse.emf.search.common.ui).
>
> Checking out the corresponding plugins from CVS should be OK now.
>
> Let me know if you experience any problem and I'll try to give you a hand.
>
Re: [Search] Two missing plugins [message #609794 is a reply to message #97151] Mon, 24 September 2007 13:25 Go to previous message
Eclipse UserFriend
Originally posted by: lucas.bigeardel.anyware-tech.com

Dave Carlson a écrit :
> Thanks, I got it to compile. I used the releng .map file to check out the
> required plugins, but the map needs to be updated for this refactoring.
>

I'll update it ASAP.

thx for information !

cheers,

>> These plugin IDs have been refactored to reflect the plugin directory
>> naming (eg: org.eclipse.emf.search.common,
>> org.eclipse.emf.search.common.ui).
>>
>> Checking out the corresponding plugins from CVS should be OK now.
>>
>> Let me know if you experience any problem and I'll try to give you a hand.
>>
>
>
Previous Topic:[Search] Two missing plugins
Next Topic:[Announce] Emfatic component proposal
Goto Forum:
  


Current Time: Thu Sep 26 02:08:38 GMT 2024

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

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

Back to the top