Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Source for com.ibm.etools.emf.event
Source for com.ibm.etools.emf.event [message #124459] Tue, 09 May 2006 13:39 Go to next message
Eclipse UserFriend
Hi,

We are trying to build VE from source on Linux. For this we need to have
all of the sources. I couldn't find the source for
com.ibm.etools.emf.event anywhere, only the .class files or a .jar with
the same class files in CVS. Could someone point me at the source?

Thanks,
Igor Foox
Re: Source for com.ibm.etools.emf.event [message #124697 is a reply to message #124459] Fri, 12 May 2006 15:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jefmyers.us.ibm.com

Hi Igor,

This plug-in was maintained by the EMF team before it went open source.
Unfortunately, they no longer have the source available - they
changed to a new capability to achive the same functionality, and the
source to the old plug-in was lost somewhere in the shuffle. We still
have references to the plug-in for backwards compatibility purposes with
previous versions of the VE - but it is not required for the function of
the current version. We hope to have time to remove the required
references to the plug-in in this release, but may not be able to by the
time VE 1.2 ships. If not it'll be addressed in the next relase.

In the meantime would it be possible to ship the binary versions of the
class files for that plug-in?

Thanks,
- Jeff Myers
Re: Source for com.ibm.etools.emf.event [message #124709 is a reply to message #124697] Fri, 12 May 2006 15:52 Go to previous messageGo to next message
Eclipse UserFriend
Jeff Myers wrote:

> Hi Igor,

> This plug-in was maintained by the EMF team before it went open source.
> Unfortunately, they no longer have the source available - they
> changed to a new capability to achive the same functionality, and the
> source to the old plug-in was lost somewhere in the shuffle. We still
> have references to the plug-in for backwards compatibility purposes with
> previous versions of the VE - but it is not required for the function of
> the current version. We hope to have time to remove the required
> references to the plug-in in this release, but may not be able to by the
> time VE 1.2 ships. If not it'll be addressed in the next relase.

> In the meantime would it be possible to ship the binary versions of the
> class files for that plug-in?

> Thanks,
> - Jeff Myers

Hi Jeff,

I assume that by current version you mean 1.1.X. I'm not entirely sure
what you mean by compatibility here. Would VE work if I take out the
references to this plugin? If so how much of an effort do you think that
would be?

On another note, we did find the sources for the plugin, but now we can't
find where we found those sources from ;-).

Thanks,
Igor
Re: Source for com.ibm.etools.emf.event [message #124721 is a reply to message #124709] Fri, 12 May 2006 16:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jefmyers.us.ibm.com

Hi Igor,

Er, actually the change to no longer needing the
com.ibm.etools.emf.event plug-in happened in VE 1.2. VE 1.1.x requires
it. VE 1.2 will work without references to this plug-in - all you need
to do is remove the else block starting on line 1100 in
BeaninfoClassAdapter.java in the org.eclipse.jem.beaninfo plug-in, the
imports on lines 50 and 51 of the file, and the com.ibm.etools.emf.event
line in the MANIFEST.MF file in that plug-in.

- Jeff
Re: Source for com.ibm.etools.emf.event [message #124880 is a reply to message #124721] Mon, 15 May 2006 12:22 Go to previous message
Eclipse UserFriend
Originally posted by: jefmyers.us.ibm.com

Igor,

We've made the changes making com.ibm.etools.emf.event an optional
plug-in in VE 1.2
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=141755). You can ignore
the suggestions in my previous post on how to remove it from the 1.2
code - the source in cvs has been updated to work without it.

- Jeff
Re: Source for com.ibm.etools.emf.event [message #612883 is a reply to message #124459] Fri, 12 May 2006 15:15 Go to previous message
Eclipse UserFriend
Hi Igor,

This plug-in was maintained by the EMF team before it went open source.
Unfortunately, they no longer have the source available - they
changed to a new capability to achive the same functionality, and the
source to the old plug-in was lost somewhere in the shuffle. We still
have references to the plug-in for backwards compatibility purposes with
previous versions of the VE - but it is not required for the function of
the current version. We hope to have time to remove the required
references to the plug-in in this release, but may not be able to by the
time VE 1.2 ships. If not it'll be addressed in the next relase.

In the meantime would it be possible to ship the binary versions of the
class files for that plug-in?

Thanks,
- Jeff Myers
Re: Source for com.ibm.etools.emf.event [message #612887 is a reply to message #124697] Fri, 12 May 2006 15:52 Go to previous message
Eclipse UserFriend
Jeff Myers wrote:

> Hi Igor,

> This plug-in was maintained by the EMF team before it went open source.
> Unfortunately, they no longer have the source available - they
> changed to a new capability to achive the same functionality, and the
> source to the old plug-in was lost somewhere in the shuffle. We still
> have references to the plug-in for backwards compatibility purposes with
> previous versions of the VE - but it is not required for the function of
> the current version. We hope to have time to remove the required
> references to the plug-in in this release, but may not be able to by the
> time VE 1.2 ships. If not it'll be addressed in the next relase.

> In the meantime would it be possible to ship the binary versions of the
> class files for that plug-in?

> Thanks,
> - Jeff Myers

Hi Jeff,

I assume that by current version you mean 1.1.X. I'm not entirely sure
what you mean by compatibility here. Would VE work if I take out the
references to this plugin? If so how much of an effort do you think that
would be?

On another note, we did find the sources for the plugin, but now we can't
find where we found those sources from ;-).

Thanks,
Igor
Re: Source for com.ibm.etools.emf.event [message #612889 is a reply to message #124709] Fri, 12 May 2006 16:17 Go to previous message
Eclipse UserFriend
Hi Igor,

Er, actually the change to no longer needing the
com.ibm.etools.emf.event plug-in happened in VE 1.2. VE 1.1.x requires
it. VE 1.2 will work without references to this plug-in - all you need
to do is remove the else block starting on line 1100 in
BeaninfoClassAdapter.java in the org.eclipse.jem.beaninfo plug-in, the
imports on lines 50 and 51 of the file, and the com.ibm.etools.emf.event
line in the MANIFEST.MF file in that plug-in.

- Jeff
Re: Source for com.ibm.etools.emf.event [message #612911 is a reply to message #124721] Mon, 15 May 2006 12:22 Go to previous message
Eclipse UserFriend
Igor,

We've made the changes making com.ibm.etools.emf.event an optional
plug-in in VE 1.2
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=141755). You can ignore
the suggestions in my previous post on how to remove it from the 1.2
code - the source in cvs has been updated to work without it.

- Jeff
Previous Topic:Subtle problem with expression 'BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(),
Next Topic:Visual Editor makes my computer freeze
Goto Forum:
  


Current Time: Sun Jun 15 11:35:53 EDT 2025

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

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

Back to the top