Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Source code weaving?

In the conversion to AspectJ 1.1, AspectJ switched from a source code
weaving implementation to a bytecode weaving one (and switched from a
hand-written Java parser to use Eclipse's, which is much better for use
inside of IDEs).

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Ted Neward
Sent: Wednesday, April 20, 2005 11:47 PM
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] Source code weaving?

It used to be that AspectJ had an option ("-keep" or somesuch) that would do
exactly this--when did this option go away?

Ted Neward
Author, Instructor, Consultant
Java, .NET, Web services
http://www.neward.net/ted

> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-
> bounces@xxxxxxxxxxx] On Behalf Of Andrew Clement
> Sent: Tuesday, April 19, 2005 6:47 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: Re: [aspectj-users] Source code weaving?
> 
> 
> 
> 
> 
> AspectJ weaves at the binary level, there is no intermediate form of woven
> source
> that we could print out - to see the woven code you need to use a
> decompiler to
> reverse engineer the woven .class files.  We try and make sure our woven
> code
> is decompiler friendly.
> 
> Andy.
> ---
> Andy Clement
> AspectJ
> 
> 
> 
> 
>              Simon Heinzle
>              <simon.heinzle@ad
>              novum.ch>                                                  To
>              Sent by:                  AspectJ <aspectj-users@xxxxxxxxxxx>
>              aspectj-users-bou                                          cc
>              nces@xxxxxxxxxxx
>                                                                    Subject
>                                        [aspectj-users] Source code
>              19/04/2005 14:41          weaving?
> 
> 
>              Please respond to
>              aspectj-users@ecl
>                  ipse.org
> 
> 
> 
> 
> 
> 
> Hi all,
> 
> is it possible to produce weaved source code using ajc (or is something
> like that planned for the future)?
> 
> Regards,
> Simon
> _______________________________________________
> 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



_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users





Back to the top