Unresolved references to [org.kxml2.io, org.xmlpull.v1]
--------------------------------------------------------
Key: FELIX-508
URL: https://issues.apache.org/jira/browse/FELIX-508
Project: Felix
Issue Type: Bug
Components: UPnP Subproject
Environment: Maven version: 2.0.8
Java version: 1.6.0_04
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Reporter: Siamak Haschemi
Priority: Trivial
With the current HEAD of Felix (633467) I got following error after calling
...\felix-trunk\pom>mvn -Dpackaging=bundle install
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Felix UPnP Base Driver
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [bundle:bundle]
[INFO] [bundle:bundle {execution: jdk13}]
[WARNING] Warning building bundle
org.apache.felix:org.apache.felix.upnp.basedriver:bundle:0.3.0-SNAPSHOT :
Instructions for Private-Package that are never used: org\.xmlpull\.v1,
org\.kxml2\.io
[ERROR] Error building bundle
org.apache.felix:org.apache.felix.upnp.basedriver:bundle:0.3.0-SNAPSHOT :
Unresolved references to [org.kxml2.io, org.xmlpull.v1] by class(es) on the
Bundle-Classpath[Jar:dot]: [org/cybergarage/xml/parser/kXML2Parser.class]
[ERROR] Error(s) found in bundle configuration
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error(s) found in bundle configuration
Kind regards,
Siamak Haschemi
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.