You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the p2-maven-plugin to set up a p2 repository on my devejopment pc.
I was unable to add this repository to an Eclipse target because one of the
plugins this execution capability requirement - (&(osgi.ee=JavaSE)(version=1.2)).
The following error was reported by Eclipse in the project workspace log:
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2023-03-29 13:00:38.676
!MESSAGE Missing requirement: net.sf.kxml.2 2.3.0 (net.sf.kxml.2 2.3.0) requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=1.2))' but it could not be found
As satisfying execution capability requirements causes ongoing problems that never seem to go away
it would be be helpful to have an option to be able to filter out all such requirements from bundles being placed in the p2 repository.
The text was updated successfully, but these errors were encountered:
I am using the p2-maven-plugin to set up a p2 repository on my devejopment pc.
I was unable to add this repository to an Eclipse target because one of the
plugins this execution capability requirement - (&(osgi.ee=JavaSE)(version=1.2)).
The following error was reported by Eclipse in the project workspace log:
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2023-03-29 13:00:38.676
!MESSAGE Missing requirement: net.sf.kxml.2 2.3.0 (net.sf.kxml.2 2.3.0) requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=1.2))' but it could not be found
As satisfying execution capability requirements causes ongoing problems that never seem to go away
it would be be helpful to have an option to be able to filter out all such requirements from bundles being placed in the p2 repository.
The text was updated successfully, but these errors were encountered: