Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Warings about bundle entry not read able

This messages warns about missing Bundle-ClassPath entries. Such entries
could either be a placeholder for a "patch" fragment (see [1]) or it
could be an indication of a problem with the bundle. Tycho can't tell
the two apart and issues the warning.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=126687#c9

--
Regards,
Igor

On 11-05-16 07:30 AM, Fabian Knoll wrote:
Hi,

trying to change from Tycho 0.10.0 to 0.11.1. I only changed the version
inside the POM. As I know, the group id and artifact id will only change
if I migrate to 0.12.0.

After starting "mvn clean install" there are many warnings for different
bundles like this:

[WARNING] Could not read bundle entry
C:\Maven\MavenRepository\p2\osgi\bundle\com.ibm.icu\4.2.1.v20100412\com.ibm.icu-4.2.1.v20100412.jar!/icu-jse4.jar

Build ends successful but I am not sure how to explain or fix the warnings.

Regards
Fabian



Back to the top