[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] Exporting aspects across multiple projects in eclipse
|
- From: "Mike Schneider" <mikepschneider@xxxxxxxxx>
- Date: Sat, 5 Apr 2008 13:18:08 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=tfX8pUezyNzBq1M82gYp6BhofHz6PAG0cXQxQzZay5Y=; b=gACLIhqVy9v/uCsCWm0XPruducI2tCxKRwMr2FDJ3Z1CPoBKS3yOpjQyW2ejjmarr31Mf4lccx5lH1vkMUzoDopmYpoz1SgHJJXXFkhjk9kF2N7pn58SnoJqTEquyZ/lat4xb8ScSzXwl8P0xqN5aWm4iAOQ8IxBJGGDhre3Y+8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ATUfmxNPFy7rFehvdt6tJHgdF/XtxMCJFGUOFaLh06RDXwyi61TltG2RPtj12rugaGboQzvztrGRdo39fOU+YViB328Hy3Uyy3los8TqlxLpqKZ+oaBOqkEXvNPQdJJsLFkcLcfzxyI0un7gIsM6xUWnY3TPTIWC9WH8UPkmdKo=
I have about 5 eclipse projects. There is one base project which 2
other projects depend on, then 2 more projects depend on one of those
projects (in a tree, obviously). I have some aspects in my base
project which I want to apply to all my derived projects. But it is
not working.
Currently the derived projects have the base project as a required
project in the java build path. But the base project aspects don't get
applied to the derived projects. I also tried adding the folder
containing the .aj files to the Inpath of the derived project and the
AspectJ path of the derived project. But none of that worked. I
don't see the aspectj markers in the gutters and I don't see the
result when the code is run. How do I do that?