Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Build problems in converted project

Hi,

I have a pretty standard MyEclipse EAR project structure to which I'm trying to introduce AspectJ. I have xxEAR, xxEJB, and xxWeb. Web depends on EJB, both of which depend on EAR.

My problem is when I "convert to AspectJ project" on the EJB project, the Web project is not able to resolve any references to classes in the EJB project. The same happens if I convert the Web project to an AspectJ project; even though I set the AspectJ aspect path in the Web project to the classes folder of the EJB project, I keep getting errors in the Web project for any EJB class that is referenced.

I'm sure this is a configuration thing... help!

Thanks,

Don


Back to the top