I wanted to build felix, so I downloaded the sources and followed the instruction here: http://felix.apache.org/site/building-felix.html
When I run the command "mvn -Dpackaging=plugins install" D:\Test\felix\bundleplugin\src\main\java\org\apache\felix\bundleplugin\AbstractDependencyFilter.java:[53,22] cannot find symbol symbol : class Instruction location: class org.apache.felix.bundleplugin.AbstractDependencyFilter.DependencyFilter and a lot of Erros looking like this. And after that, when I run the command "mvn -Dpackaging=bundle install" I get the followeing error message [INFO] Internal error in the plugin manager executing goal 'org.apache.felix:mav en-bundle-plugin:1.4.3:bundle': Unable to load the mojo 'org.apache.felix:maven- bundle-plugin:1.4.3:bundle' in the plugin 'org.apache.felix:maven-bundle-plugin' . A required class is missing: aQute/lib/osgi/Resource What I'm doing wrong? I could not find an error msg like this in google or here. May some please explain me, why the build does not work? Thanks. -- View this message in context: http://www.nabble.com/Felix-Build-Error---Unable-to-load-the-mojo-org.apache.felix%3Amaven-bundle-plugin%3A1.4.3%3Abundle-tp23255846p23255846.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

