Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Any body using M6 yet? See "breakages" in our dev. env.?


I sure hope you are using M6! :)  Especially since we are building with it now!  

If so, and if you have all/most of our WTP plugins loaded, have you noticed there's a ton of new errors?  similar to

       "The type org.eclipse.core.resources.IResource cannot be resolved. It is indirectly referenced from required .class files"

Which results in nothing much building (in the workspace, builds fine in batch mode, and runs fine).

I'm not sure what changed to cause this change, or what "right" solution is.
But, the easiest solution is to add things like core.resoruces to the manifest.mf file.
core.resources is probably easy and obvious ... everyone needs that, right?
but emf.ecore was another that will have to be added to some... that's less desirable to "require", I'd guess.

See also for some similar issues and pros and cons.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=92117
https://bugs.eclipse.org/bugs/show_bug.cgi?id=73957

Anyone else want to propose a solution?


Back to the top