| Summary: | tycho-compiler-plugin complains about "Access restriction" on org.eclipse.emf.ecore.resource.Resource erroneously | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Matheis D <ma> | ||||
| Component: | Tycho | Assignee: | Project Inbox <tycho-inbox> | ||||
| Status: | CLOSED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Matheis D
Created attachment 206126 [details]
maven debug output with tycho-compiler-plugin complaining
It seems that adding an explicit dependency to the plugin's manifest to org.eclipse.emf.ecore;bundle-version="2.7.0" removed the problem! However, Eclipse IDE itself never complained about the restriction, even though the explicit dependency was NOT set before. Strange! the debug output shows, that now the access restrictions are "more verbose" for org.eclipse.emf.ecore: D:\ide\maven_repo\p2\osgi\bundle\org.eclipse.emf.ecore\2.7.0.v20110605-0747\org.eclipse.emf.ecore-2.7.0.v20110605-0747.jar[+org/eclipse/emf/ecore/*;+org/eclipse/emf/ecore/impl/*;+org/eclipse/emf/ecore/plugin/*;+org/eclipse/emf/ecore/resource/*;+org/eclipse/emf/ecore/resource/impl/*;+org/eclipse/emf/ecore/util/*;+org/eclipse/emf/ecore/xml/namespace/*;+org/eclipse/emf/ecore/xml/namespace/impl/*;+org/eclipse/emf/ecore/xml/namespace/util/*;+org/eclipse/emf/ecore/xml/type/*;+org/eclipse/emf/ecore/xml/type/impl/*;+org/eclipse/emf/ecore/xml/type/internal/*;+org/eclipse/emf/ecore/xml/type/util/*;?**/*] Well, could this behaviour still be called a bug? |