Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Re: AspectJ with JRockit - Problem with thisJoinPoint

Let me rephrase this, for LTW the jar containing your aspects needs to
be on your classpath.  And aop.xml needs to be in the META-INF
directory.

On Fri, Oct 17, 2008 at 7:40 AM, Luiz Antonio Soares Filho
<luiz@xxxxxxxxxxxxxx> wrote:
> In my web project that will consume the aspects, they will be applied by
> LTW.
>
> If I don't use JAR for aspects, I put the .class of the aspects in path
> "project\WEB-INF\classes\..." and the aop.xml in the path
> "project\WEB-INF\classes\META-INF".
>
> But I don't know what I need to do to put the aspects and the aop.xml in a
> Jar, and how I use the Jar in this web project. I need to put the jar in the
> aspect path of the web project? How can I do this?
>
> Regards,
> Luiz


Back to the top