Skip to main content

[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?

Randal,

Could you tell me what database you're using, and if you're running in local
or remote db mode?

Thanks,
Jim

At 06:51 PM 1/21/2003, Randal Cobb wrote:
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:



_______________________________________________
stellation-res mailing list
stellation-res@xxxxxxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/stellation-res


--------------------------------------------------------------------
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx



Back to the top