Here is some information on how to perform binary weaving n jars: http://mojo.codehaus.org/aspectj-maven-plugin/weaveJars.html
Note that the maven-aspectj plugin was not developed here, so we may not be able to answer all your questions about it. On Thu, Dec 11, 2008 at 6:39 PM, miro <miroconn...@yahoo.com> wrote: > > I am using the maven aspectj plugin , is there any additional prameter in > the configration which does this? > > > here is my plugin from pom.xml > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>aspectj-maven-plugin</artifactId> > <version>1.1</version> > <executions> > <execution> > <goals> > <goal>compile</goal> <!-- use this goal to > weave all your main classes --> > </goals> > </execution> > </executions> > <configuration> > <source>1.6</source> > </configuration> > </plugin> > please tell me what additional parameter I should add ? > > > > Ramnivas Laddad wrote: >> >> Yes, you can use binary weaving to weave into third-party jars. Check >> documentation for ajc, particularly around the -injar option. >> >> -Ramnivas >> >> On Thu, Dec 11, 2008 at 9:19 PM, miro <miroconn...@yahoo.com> wrote: >>> >>> Is it possible to advice on a method call of a class which is packged in >>> a >>> jar file. >>> for example I want my advice to be called for any method called for >>> some >>> class in oracle driver jar ? >>> -- >>> View this message in context: >>> http://www.nabble.com/advices-for--methods-from-packaged-classes-tp20968822p20968822.html >>> Sent from the AspectJ - users mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> aspectj-users mailing list >>> aspectj-users@eclipse.org >>> https://dev.eclipse.org/mailman/listinfo/aspectj-users >>> >> _______________________________________________ >> aspectj-users mailing list >> aspectj-users@eclipse.org >> https://dev.eclipse.org/mailman/listinfo/aspectj-users >> >> > > -- > View this message in context: > http://www.nabble.com/advices-for--methods-from-packaged-classes-tp20968822p20968985.html > Sent from the AspectJ - users mailing list archive at Nabble.com. > > _______________________________________________ > aspectj-users mailing list > aspectj-users@eclipse.org > https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ aspectj-users mailing list aspectj-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/aspectj-users