Skip to main content



      Home
Home » Language IDEs » AspectJ » How to include Aspectj in my compiled classes
How to include Aspectj in my compiled classes [message #46987] Tue, 25 January 2005 02:21 Go to next message
Eclipse UserFriend
Originally posted by: pallavi_lodaya.infosys.com

Hi,

I have my ear and jars ready but now I want to add some functionality in
those classes using aspectj. How should I do that?
Will I have to compile the entire source code again and include aspect in
those files or
can I do it with my class files also?

Thanks in advance,
Pallavi
Re: How to include Aspectj in my compiled classes [message #47017 is a reply to message #46987] Wed, 26 January 2005 04:11 Go to previous message
Eclipse UserFriend
Pallavi,

For AspectJ questions you might like to try the aspectj-users mailing list
in future (https://dev.eclipse.org/mailman/listinfo/aspectj-users). To
answer your question you can "binary-weave" existing classes using the
-inpath, -aspectpath and -outjar options. Please see the Development Guide
( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspe ctj-home/doc/devguide/index.html).
You might also like to pick up a copy of Eclipse AspectJ and read Chapter
12.

Matthew

Pallavi wrote:

> Hi,

> I have my ear and jars ready but now I want to add some functionality in
> those classes using aspectj. How should I do that?
> Will I have to compile the entire source code again and include aspect in
> those files or
> can I do it with my class files also?

> Thanks in advance,
> Pallavi
Re: How to include Aspectj in my compiled classes [message #586263 is a reply to message #46987] Wed, 26 January 2005 04:11 Go to previous message
Eclipse UserFriend
Pallavi,

For AspectJ questions you might like to try the aspectj-users mailing list
in future (https://dev.eclipse.org/mailman/listinfo/aspectj-users). To
answer your question you can "binary-weave" existing classes using the
-inpath, -aspectpath and -outjar options. Please see the Development Guide
( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspe ctj-home/doc/devguide/index.html).
You might also like to pick up a copy of Eclipse AspectJ and read Chapter
12.

Matthew

Pallavi wrote:

> Hi,

> I have my ear and jars ready but now I want to add some functionality in
> those classes using aspectj. How should I do that?
> Will I have to compile the entire source code again and include aspect in
> those files or
> can I do it with my class files also?

> Thanks in advance,
> Pallavi
Previous Topic:How to include Aspectj in my compiled classes
Next Topic:AJDT and Eclipse 3.1M4
Goto Forum:
  


Current Time: Wed Apr 16 04:07:19 EDT 2025

Powered by FUDForum. Page generated in 0.04612 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top