eclipse / eavp

Eclipse advanced visualization project
Eclipse Public License 1.0
9 stars 15 forks source link

P2 repository needs to publish dependencies #108

Open SmithRWORNL opened 8 years ago

SmithRWORNL commented 8 years ago

The P2 repo is not currently publishing any of its dependencies (eg gov.lbnl.visit.swt).

jayjaybillings commented 8 years ago

I didn't have the same trouble that Foss did when I created a target. See https://github.com/jayjaybillings/emfPlayground/eavp.test.target.

However, when I created that target I used Mars. When I switched it back to Luna, on which SAW is based, I get a version number error on org.eclipse.eavp.viz.service.geometry requiring org.eclipse.core.runtime.3.11.0.

I imagine that we will have a lot of these to fix. :-1:

jayjaybillings commented 8 years ago

I finished fixing the target mentioned above. It is built off of Luna and resolves correctly. It is also a drop-in replacement for our existing target, and far, far smaller, so we should consider updating it to Neon and using it instead.

I'll see if Foss will try this out for SAW.

jayjaybillings commented 8 years ago

I confirmed that this target works with a build of EAVP with all of the version numbers properly fixed.