[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Problem with load-time weaving
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Sun, 23 Aug 2009 21:06:08 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=a0umxRea2KRYBL4emYNy8RucybhrH2Yv+KoE7cfit9U=; b=RbbG8YOTF52C+mT888qqyfbLqf7hb3krYOv8EPh5t2ZkPIM+QYdKCGreUNM5MWa1V+ Po8wrYm+AX1RH/i+lPkJXuCVOM+yXoPFW3pSOSAIyZtN03X1zS/1z7EYrVgtNtSMKVI5 77WtK2tzF8kQqbrCrL0fEPWRn6KOPlj1WoegY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=tdmMvZsjLQjNCwvd4ZbmOEiuAKdfVj472QHObjgfaAJUUnF9KUbosmYuyxQQy1cYM+ MCUBQmftm72SazCMCsVEifeL0C3fKfC5I6XYl1ZOjNkYe99D6yKwyWtn3n/s2Q8SDWx3 9kcwCvazWnYO2+FpFhY21wPF4yUFUbuUkb7tM=
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.