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?

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:

Jim,

Thanks for the reply.  I'm not sure if the list supports attachments, but
I'm going to try anyway...  My local plugin.xml files are tgz'd and
attached.

> Hi Randy,
>
> I'm responsible for the Eclipse client; I'll do an install into a clean
> workspace and look into it.
> In the meantime
> --  What OS are you running on ?

Client workstation and server are both running Slackware Linux (v8.1 w/
2.4.20 kernel).

> --- what kind of server are you using ?

I've tried this two ways, local (on the same box as my workstation) and
remote, on a dual pentium 3/750Mhz RedHat 7.3 server, and currently on a 3rd
Slackware linux server running in server mode.

> --- could you post your local plugin.xml files for
> org.eclipse.stellation.scm.ui
>      and org.eclipse.stellation.scm.model, so I can verify some dependency
> settings?
>

Hopefully the attachment will reach you.

<snip>


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