I noticed a very nastly side-effect of the maven-pax-plugin, and am just
wondering if there's a workaround, or if I have to live with it...


My guess at the source of the problem is as follows.

All dependencies are imported as an entry like:

    <classpathentry kind="var"
path="M2_REPO/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar"/>


This is fine for external stuff, but when my stuff is internal, this
destroys Eclipse's ability to refector, which is like, uhhh, the main
advantage of using an IDE to begin with. ;-)


Whether or not this is the actual source of the problem, I am no longer
able to refactor properly, which is not acceptable.


Has anybody found a good way to deal with this?


Cheers,
Dave




_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to