Also, note that there is an option to set the inpath out folder for a particular project (availble in the AspectJ build project properties page). This way, you can separate all woven class files of test app from the debugger.
On Sat, Aug 22, 2009 at 5:44 AM, Nikolas Nehmer<[email protected]> wrote: >>That should work. The debugger aspect will weave into the code coming >>in >>from the classpath *and put the woven code in the output folder of the >>DEBUGGER project*. Maybe this latter clause is describing the problem - >>the >>woven code is now in the debugger project, it is not in the testapp >>project. _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
