Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Nullpointerexception when launching a clean e4application project

The real problem here is that the e4 application project wizard generates broken examples.  The product file should have .ds and .event.

On 2-Jul-2010, at 8:24 AM, Toedter, Kai wrote:
> But in my point of view, all e4 bundles that contain an OSGI-INF with DS XMLs in it should at least declare an optional dependency to Equinox-DS. Because what just happened (NPE) will happen to thousands of other Eclipse 4.0 RCP users otherwise...

There was a thread on this in p2-dev and equinox-dev in April:

	http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg06177.html

The conclusion was: don't declare a dependency.  But you might be able to add some p2.inf magic to a feature to cause .ds to be started.  I haven't the faintest idea how to do this though.

Brian.

Back to the top