Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AspectJ Projects referencing other AspectJ Library Projects
AspectJ Projects referencing other AspectJ Library Projects [message #566652] Tue, 13 May 2003 19:48
James Howe is currently offline James HoweFriend
Messages: 21
Registered: July 2009
Junior Member
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:AspectJ Projects referencing other AspectJ Library Projects
Next Topic:AJDT support for AspectJ 1.1rc2?
Goto Forum:
  


Current Time: Wed Apr 24 21:23:12 GMT 2024

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

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

Back to the top