Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] architecture meeting notes, Mar 05 2008


For the strict mode issue, PDE dropped an enhancement (https://bugs.eclipse.org/bugs/show_bug.cgi?id=221319) to catch plug-ins whose extensions who are referencing internal classes outside their merry selves. From a quick scan, org.eclipse.ui looks like to be the biggest offender with 46 problems. I opened a bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=221618) so Platform UI can investigate the best way to deal with this. The quick and dirty way is just to x-friends the offenders (see the last patch in bug 221319). If this is done, the 'Hello RCP' and 'RCP Mail Template' examples come up just fine running in strict mode.

The correct way in my opinion would be to move the extensions to their proper plug-ins... ie., if they are referencing something in org.eclipse.ui.workbench, why isn't the extension defined in org.eclipse.ui.workbench? Thoughts?
 
Stay tuned for more information about the schema identifier attribute.


Cheers,

---
Chris Aniszczyk | IBM Lotus | Eclipse Committer |
http://mea-bloga.blogspot.com | +1.860.839.2465


From: Boris Bokowski <Boris_Bokowski@xxxxxxxxxx>
To: eclipse-dev@xxxxxxxxxxx
Date: 03/05/2008 11:37 AM
Subject: [eclipse-dev] architecture meeting notes, Mar 05 2008






- Szymon: support for dynamic proxies planned, might spill into M7 (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=180921)
- Chris will send a note explaining the new support for schema identifier
attributes
- talked about the limitation that external library folders are read-only
- The p2 team asks that we try to self-host with the p2-enabled builds, but
there are builds without p2 available as a fallback
- discussion about being able to run the RCP part of the SDK in strict
mode: Tom and DarinW to follow up

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top