Skip to main content

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

Title: load-time bytecode weaving
Even today you can compile (pure Java) sources separately with javac or jikes and use ajc to just link them after (using -injars). You need to use ajc to compile AspectJ-specific sources (aspects and classes that use AspectJ constructs), and will continue to need to do so even with a weaving classloader.
 
I don't know what the status of an official load-time weaving classloader is. There is a version that Martin Lippert contributed as an attachment to the bug that tracks this enhancement request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=31460.
 
Ron
 
Ron Bodkin
Chief Technology Officer
New Aspects of Security
m: (415) 509-2895
 
 
------------Original Message-------------
From: "Volkmann, Mark" <Mark.Volkmann@xxxxxxxxxxxxx>
To: "'aspectj-users@xxxxxxxxxxx'" <aspectj-users@xxxxxxxxxxx>
Date: Fri, Sep-5-2003 6:05 AM
Subject: [aspectj-users] load-time bytecode weaving

I've read that soon there will be a custom class loader available for AspectJ that will provide load-time bytecode weaving.  When using that, I assume we will be able to compile source files using javac or jikes instead of ajc.  Is that correct?

Any guesses as to when that custom class loader will be available?



------------------------------------------------------------------------------------------
A.G. Edwards & Sons' outgoing and incoming e-mails are electronically
archived and subject to review and/or disclosure to someone other
than the recipient.

------------------------------------------------------------------------------------------

Back to the top