> I am trying to use the AspectJ plugin and I want to weave a dependency > jar with a lot of optional and not specified dependencies. These > dependencies are not automatically picked up by the plugin. I see > there is an option: noImportError [1] but when I configure the plugin > like this:
I don't use this plugin, but the -noImportError option is clearly documented in the aspectj documentation: http://www.eclipse.org/aspectj/doc/released/devguide/ajc-ref.html Perhaps try specifying version 1.6.3 for aspectj, or something. Unfortunately the aspectj docs don't tell you when that feature was added. Wayne --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
