Skip to main content



      Home
Home » Language IDEs » AspectJ » AspectJ Projects referencing other AspectJ Library Projects
AspectJ Projects referencing other AspectJ Library Projects [message #21143] Tue, 13 May 2003 15:48
Eclipse UserFriend
Originally posted by: eclipse.wingspread.fastmail.fm

In Eclipse, I can define that one project references information contained
in another project. If the source in the related project gets changed,
both projects are rebuilt. If I have an AspectJ project which refers to
another AspectJ project, if I change the definition of an aspect in the
second project, will the compiler weave that new aspect definition into any
project which references the project defining the aspect? For example, if
I have:

Aspect Project - an AspectJ project which defines one or more aspects

App Project - an AspectJ project with no aspects but has 'Aspect Project'
on the build path.

Will a change in the aspect defined in 'Aspect Project' have any effect on
code in the 'App Project', or do I need to generate a jar file from the
Aspect Project and use it as input to the AspectJ compiler used by 'App
Project?'

Thanks.

--
James Howe
Previous Topic:AJDT support for AspectJ 1.1rc2?
Next Topic:AspectJ Projects referencing other AspectJ Library Projects
Goto Forum:
  


Current Time: Fri Jul 25 11:36:39 EDT 2025

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

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

Back to the top