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?

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.

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.

Cheers,
Randy


Back to the top