Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Problems with RCP Application using AspectJ and Spring

> taskdef A class needed by class org.aspectj.tools.ant.taskdefs.AjcTask
> cannot be found: org/aspectj/bridge/IMessageHandler

This looks like org.aspectj.weaver is not accessible.  Are the ajde
and weaver bundles in your target platform?  They also must be
available in the eclipse that is building your product.


Back to the top