Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] StellationCM plugin (0.0.7) not working in M 4 release?

Randy,

At 09:20 AM 2/4/2003, Cobb, Randy wrote:
Hello all,

I'm not sure if anyone else has had this problem, because I noticed that I
suddenly stopped seeing any responses to my original problem.

Sorry about that .... I've been mired in reworking build procedures
and getting the Eclipse client to work (sort of) with a remote-mode
Stellation server.  A new drop will, hopefully, be posted later today.


So, I kept plugging at it until I eventually found the solution:

I edited the plugin.xml file for org.eclipse.stellation.cli and made the
following change:
I changed this:

   <runtime>
      <library name="svc-cli.jar"/>
   </runtime>

to this:

  <runtime>
      <library name="svc-cli.jar">
          <export name="*"/>
          <packages prefixes="org.eclipse.stellation.cli"/>
      </library>
   </runtime>

and the stellation client now seems to run as I expect it should.  If I "did
wrong", somebody please stop me and tell me so.

You did great!

The change you made causes everything in svc-cli.jar to be exported by the CLI plug-in.
In the original version, *nothing* was exported from the svc-cli.jar.

I'll make sure that fix goes into the current codebase (and frankly, I'm a
bit astonished it worked for me as it was .... unless the svc-cli exports
were visible to the Eclipse client in some other way.

Thanks again for persisting --

Jim



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