I'm looking again. I refactored some aspects and eclipse is still looking in the old path. How can I configure the aspect path? Is there a xml file?
Regards 2009/2/15 Eduardo Castro <[email protected]> > I'm not using. I also configured the source path. For example, I forced an > exception within an advice. When eclipse shows the stack trace and I click > on the line that thrown the exception, eclipse does not found the resouce > (aspect source). I tried to convert the .aj to .java, it not works also. > > Regards > > 2009/2/15 Andy Clement <[email protected]> > > Are you using around advice? If so please turn on the option -XnoInline >> which can be set in the project properties. If it is not that, we'll >> perhaps need a bit more information about the project. >> >> Andy. >> >> 2009/2/15 Eduardo Castro <[email protected]> >> >>> Sorry. But it does not find my source files for aspects. >>> >>> Any tip? >>> >>> Eduardo >>> >>> 2009/2/15 Eduardo Castro <[email protected]> >>> >>> Hi, >>>> >>>> I am using AJDT 1.6.3 and using the aspejct debug mode, it does not >>>> detect my breakpoints in the aspect classes. Some tip? >>>> >>>> Thanks, >>>> Eduardo >>>> >>> >>> >>> _______________________________________________ >>> aspectj-users mailing list >>> [email protected] >>> https://dev.eclipse.org/mailman/listinfo/aspectj-users >>> >>> >> >> _______________________________________________ >> aspectj-users mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/aspectj-users >> >> >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
