Hi All, I was trying to add bootDelegation and classpath options to pax-runner from the maven-pax-plugin. I have tried by adding this line in the following plugin configuration: <args>file:src/test/resources/pax.args</args> and the file pax.args contains the following lines: --bootDelegation=org.apache.commons.*,org.apache.log4j.*,com.martiansoftware.*,com.thoughtworks.*,edu.uci.ics.* --classpath=src/test/resources/dependencies.jar
(I have tried also with full-qualified-pathname but the result is the same) When I lunch pax:run the plugin is able to let pax-runner start but my bundle fail to load because either bootDelegation or the classpath is not correct. Do you have any suggestions? Ciao, Stefano "Kismet" Lenzi _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general