Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Help in Eclipse + AspectJ using AJDT

 
>   But in the process looks like I have created some circular
dependency between the
>   two projects. Ecplise keeps endlessly rebuilding both these
projects.
>   I have to cleanup the dependencies. 


I don't seem to be able to remove circular dependency here.
For the aspect project to see the classes in application project, I have
to
put the project dependency or add class dir of application project
to the library path to Aspect Project. Then when I add Aspect project
dir to 'aspectpath' Of the application project, it also adds to Java
Build Path.
How do I break this cycle? I am sure there must be someway I can
disable/break this. Eclipse is going in circles building two projecst
endlessly.

Thanks
Srini


Back to the top