[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: Re: [stellation-res] StellationCM plugin (0.0.7) not working in M4 release?
|
Jim,
I tried adding the 'requires' tag on two machines; one under Windows and one
under Linux. I get the exact same exception thrown. I'm going to take a
look at the other plugin descriptors and see if adding it to either of the
others (that don't already have it) and see if that makes a difference.
Thanks again for the assistance,
Randy
-----Original Message-----
From: stellation-res-admin@xxxxxxxxxxxxxxx
[mailto:stellation-res-admin@xxxxxxxxxxxxxxx] On Behalf Of Jim Wright - IBM
Research
Sent: Tuesday, January 21, 2003 3:48 PM
To: stellation-res@xxxxxxxxxxxxxxx
Cc: 'stellation-res@xxxxxxxxxxxxxxx '
Subject: Re: Re: [stellation-res] StellationCM plugin (0.0.7) not working in
M4 release?
Randy,
Thanks; I could read the files fine.
Try adding an import for CLI to the <requires> clause of
org.eclipse.stellation.scm.ui/plugin.xml:
<requires>
...
<import plugin="org.eclipse.stellation.cli" />
...
</requires>
You will need to shut down and restart Eclipse for this to have any effect.
Let me know if this makes any difference.
Regards,
Jim
At 03:02 PM 1/21/2003, Cobb, Randy wrote: