[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] not recompiling on non-changes to aspect files?
|
- From: Wes Isberg <wes@xxxxxxxxxxxxxx>
- Date: Thu, 11 Mar 2004 15:27:13 -0800
- Delivered-to: aspectj-dev@eclipse.org
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
In case this can be done in the brave, new (swizzled)
world...
Is there any way to not recompile the world if a file
containing an aspect changes only in whitespace or comments?
Or only in the method bodies?
The cost of recompiling a file once you've parsed it in JDT
might be small enough, but recompiling the world for a
comment change in AJDT is a pain.
Of course, this could mean readjusting line references into the
aspect, including all the "from" references to declares, if/since
we copy rather than reference the source locations. Is that
the bigger problem? Sigh.
Wes