Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Organizing projects, in paths, aspect paths etc..

Hi all,
I have a bunch of AspectJ projects in Eclipse. All of them contains
aspects. Many of them contains inter type declarations.

I have to specify an inpath and aspectpath for each project. Many of
them, depends on the same inpath and aspectpath. This causes a number of
errors, expecially with inter type declarations, because the same aspect
will be applied more than once to the same target, simply because there
are more than one project having the same inpath and aspectpath.

How do you suggest to organize multiple projects? Is there a way to tell
AJDJ to use inpath and aspectpath only to check code and not to acually
weave classes? Since inpath and aspectpath does not support projects,
but class folders, will it behave in a better way if I package each
project in a jar and use jars instead of class folders (apart from
having to rebuild the jars every time :) )?

Simone

-- 
Simone Gianni
http://www.simonegianni.it/
CEO Semeru s.r.l.
Apache Committer



Back to the top