Skip to main content

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


I've also noticed a lot of restricted access warnings in my workspace. Is our policy at this time to expose all functionality to extenders or to restrict some packages so these warnings show up?

Lawrence Mandel

Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814   Fax: 905 - 413 - 4920
lmandel@xxxxxxxxxx



David M Williams <david_williams@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

04/04/2006 03:34 AM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[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?

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


Back to the top