Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Plugin project not appearing in console

Possibly a problem with your launch configuration that you're using.
When you look at that, what bundles are selected for running?

You can launch it with -clean on the runtime PDE instance (there's an
option on the launch config, via Run->Run...) and check to  make sure
you're including it e.g. via the bundles.

It would be interesting to know what the launch config looks like,
such as whether your config points to this bundle as a kind of Windows
URL which therefore doesn't resolve on a Linux box. If it's a project
in your workspace, this shouldn't be an issue (but might be).

Alex.

On 07/05/07, David Leangen <osgi@xxxxxxxxxxx> wrote:

Eclipse seems to be showing me an interesting "feature".

After changing from one development environment (Windows) to another
(Linux), but using a workspace with exactly the same projects, one of my
projects is not showing up in the console.

The interesting thing is that when typing "ss", Equinox simply skips
over where the bundle should be installed (see below -- bundle #1 is
missing).

I am able to install the exact same bundle manually using the "install"
command, so obviously there is no problem with the bundle itself.

However, it is really annoying to have to install this bundle manually
each time.

Any ideas how I can disable this "feature" so that my bundle actually
gets started at launch time?


Thanks!



ss output:

id      State       Bundle
0       ACTIVE      system.bundle_3.2.1.R32x_v20060919
2       ACTIVE      org.eclipse.equinox.servlet.api_1.0.0.v20060601
3       ACTIVE      org.eclipse.osgi.services_3.1.100.v20060601
4       ACTIVE      org.junit_3.8.1
5       ACTIVE      org.junit4_4.1.0.1
6       ACTIVE      org.ops4j.pax.logging.api_0.9.5.SNAPSHOT
7       ACTIVE      org.ops4j.pax.logging.jcl_0.9.5.SNAPSHOT
8       ACTIVE      org.ops4j.pax.logging.log4j_0.9.5.SNAPSHOT
9       ACTIVE      org.ops4j.pax.logging.service_0.9.5.SNAPSHOT
10      ACTIVE      org.ops4j.pax.wicket.service_1.0.0
11      ACTIVE      org.ungoverned.osgi.bundle.http_1.1.2



_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top