Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AspectJ project dependent on normal java project
AspectJ project dependent on normal java project [message #590271] Tue, 04 October 2005 14:33
Jason King is currently offline Jason KingFriend
Messages: 12
Registered: July 2009
Junior Member
Hi,

Java Version: 1.5.0_05 (win xpsp2)
Eclipse: 3.2M2
AJDT: 1.3.020050923175100

I'm trying to create an AspectJ project to monitor the coding standards on
serveral "vanilla" java projects.

I created my AspectJ project, and added my Java projects to the build path
as dependent projects (and exported the required entries). I put the
output path (bin) in the AspectJ inpath.

The Cross References View and Problems Tab don't seem to properly report
the source file where my advice applies in the java project.

e.g.
In the cross references view, the advice is reported as "binary aspect:
File.java" however I cannot click on it to take me to the location as I
can normally.

Also, the number of errors/warnings in the problems tab keeps on
increasing each time I touch any java file and save it (the number doubles
each time).

I've tried changing the aspect-J compiler options, (incremental etc) but
this does not help. The only way to reset the list of reported
errors/problems is to clean all the projects.

Any suggestions on how to fix this problem would be really helpful. I can
log a bug if you think this a valid problem.

Thanks
Jason King
Previous Topic:AJDT New Feature of the Week: Internationalization
Next Topic:load time weaving with existing servlet
Goto Forum:
  


Current Time: Fri Apr 26 10:30:32 GMT 2024

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

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

Back to the top