Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] aspectj 1.2.1

Title: Re: [aspectj-users] aspectj 1.2.1
Andy,
 
I have seen the question asked many times in the last couple of days and I have asked this my self in the past.  Don't you think this warrants an entry in the FAQ?
 
Ron


From: aspectj-users-bounces@xxxxxxxxxxx on behalf of Andrew Clement
Sent: Thu 4/28/2005 4:12 AM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] aspectj 1.2.1





Since AspectJ 1.1 we weave at the bytecode (binary) level, we no
longer produce woven source - if you really need to see it you
can use a decompiler to decompile the woven code.  The woven
bytecode is well-formed and consumable by any JVM.

Andy.
---
Andy Clement
AspectJ Dev



                                                                          
             Amit M Bhosle                                                
             <bhosle@xxxxxxxxx                                            
             >                                                          To
             Sent by:                  aspectj-users@xxxxxxxxxxx          
             aspectj-users-bou                                          cc
             nces@xxxxxxxxxxx                                             
                                                                   Subject
                                       [aspectj-users] aspectj 1.2.1      
             28/04/2005 08:33                                             
                                                                          
                                                                          
             Please respond to                                            
               Amit M Bhosle                                              
             <bhosle@xxxxxxxxx                                            
             >; Please respond                                            
                    to                                                    
             aspectj-users@ecl                                            
                 ipse.org                                                 
                                                                          
                                                                          




Hi ppl:

 i'm new to aspectj.. started experimenting only yesterday..

 was wondering how i can get ajc to produce standard Java source code,
instead of java classes. the FAQs say that 1.0 had an option for such
a thing, but doesn't talk about the same in 1.2. I hope 1.2 also has
this feature.

thx in advance for ur time.

AB


--
A great idea need not be complicated.
http://www.i-5.blogspot.com
_______________________________________________
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