Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] conversion from normal jar to bundle - private packages

I think it's better to ask on the discussions

https://github.com/eclipse-tycho/tycho/discussions

I don't know the answer to the question (and you didn't share the exact coordinates of what you used), but those packages are provided by the following bundles in Orbit

https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/table.html

And the former is also in the update site of the Platform and SimRel.


On 12.04.2025 17:07, gm via tycho-dev wrote:
Hi, 

when setting up the latest Eclipse target platform 2025-03 for a project, I ran into the requirement for the package „org.apache.el.util". I finally found out that this package can be found in "tomcat-jasper-el.jar" which I then tried to add to my target platform as a Maven dependancy. But when looking at the created bundle, I saw that 2 of the packages had been converted as „private packages“ meaning they are not exported. One of them was „org.apache.el.util". So now I wonder why that is - why are some packages marked as private at the conversion - in the original jar I found no hint why that could be. 

The upshot was that I could not use "tomcat-jasper-el.jar“ and had to find a way around by not using the feature org.eclipse.platform.

Thanks for your help, 
Günther Mahr



_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-dev

Back to the top