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
[EMAIL PROTECTED]
| David M Williams <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 04/04/2006 03:34 AM
|
|
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
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev
_______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
