Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] RE: aspectj-users digest, Vol 1 #527 - 1 msg

Open to correction, but I thought currently ajc works like a preprocessor for your source.

So the aspects 'instrument' the non-aspect code.  A future version of ajc is hoped to weave the byte codes.

If you can get hold of the source for Object, eg by first running it through a decompiler (is that allowed?) or by downloading it (I think it's available as a result of the Java Community Process), then it should work.

Like I said, open to correction..

-Fazl

RE 

I am trying to add a member variable to a class that's in the java class 
library. When I do so, I get the following warning:

This affected type is not exposed to the weaver: java.lang.Object


Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.



Back to the top