Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Problem with load-time weaving

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<nnehmer@xxxxxxxxxxxxxxxxxxxx> 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.


Back to the top