Separate projects with AspectJ in Eclipse

G

Guest

I want to create two AspectJ projects in Eclipse. One holds my
functional classes and any production aspects. The other holds my JUnit
tests and any testing aspects. (For example, an aspect to replace
database connections with mock objects.)
When I create an aspect in one project, it doesn't seem to advise
classes in the other project. Do I have to add the test project to the
aspect path of the functional project? That seems a bit weird to me. It
feels like the functional project now depends on the test project.
Am I wrong to think of the aspect path as a list of dependencies?

thanks,
Don Kirkby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top