Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] load time weaving example


Guadalupe.

Watch these spaces: https://bugs.eclipse.org/bugs/show_bug.cgi?id=95517, https://bugs.eclipse.org/bugs/show_bug.cgi?id=71066.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx

http://w3.hursley.ibm.com/~websterm/

Please respond to Guadalupe Ortiz <gobellot@xxxxxxx>; Please respond to aspectj-users@xxxxxxxxxxx

Sent by:        aspectj-users-bounces@xxxxxxxxxxx

To:        <aspectj-users@xxxxxxxxxxx>
cc:        
Subject:        [aspectj-users] load time weaving example


Is there any example and instructions provided with the last AspectJ
release to try load time weaving?
Thanks in advance,
Guadalupe

----- Original Message -----
From: "Ken Pelletier" <ken@xxxxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Sent: Wednesday, October 19, 2005 3:26 PM
Subject: [aspectj-users] AJDT: Crosscutting info unavailable for classes
injar ?


>I have an aspect within an eclipse AJDT project which advises some
>classes within that project as well as some classes from an external
>jar that is built by a project referenced by this project.
>
> I setup AJDT's Aspect inPath to point to the other project's jar I
> want the weaver to include, and set the output jar.  The classes are
> correctly woven as proven by test cases within the project.
>
> However, the crosscutting information for the aspect that advises the
> classes within the jar is not visible in the aspect's gutter.  The
> classes local to the project do show up in the crosscutting info for
> the aspects, but not the ones woven from the jar on the inPath.
>
> Is there a way to configure AJDT so that the crosscutting information
> and the cross reference will include the classes from a jar on the
> inPath?
>
> - Ken
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top