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
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