On 10 Jun 2012, at 03:08, Raman Gupta wrote: > A build that is working fine with version 2.3.6 fails with the 2.4.0 > snapshot: > > [ERROR] Bundle com.citi.edelng:edel-common:bundle:1.0-SNAPSHOT : > Analyzer Plugin aQute.lib.spring.SpringXMLType@12726a7 failed > java.lang.NullPointerException > [ERROR] Error(s) found in bundle configuration > > I'm not sure how to get maven-bundle-plugin to print the stack of the > NullPointerException inside bnd...
adding -X to the mvn command will turn on debug logging and print the full stack trace at the end > Regards, > Raman > > > On 06/07/2012 06:21 PM, Stuart McCulloch wrote: >> Hi folks, >> >> I've deployed a new snapshot of the maven-bundle-plugin that uses the latest >> bnd code (temporarily added directly to the build): >> >> >> https://repository.apache.org/content/repositories/snapshots/org/apache/felix/maven-bundle-plugin/2.4.0-SNAPSHOT/maven-bundle-plugin-2.4.0-20120607.220118-19.jar >> >> http://svn.apache.org/viewvc?view=revision&revision=1347815 >> >> Would really appreciate early feedback of any issues so they can be fixed >> next week as part of the run up to bnd 2.0 ... otherwise you'll have to wait >> for the next release ;) >> >> PS. You can also build and install the plugin directly from source if you >> prefer: >> >> http://svn.apache.org/repos/asf/felix/trunk/bundleplugin >> >> -- >> Cheers, Stuart >> _______________________________________________ >> general mailing list >> [email protected] >> http://lists.ops4j.org/mailman/listinfo/general > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
