Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] 1.1rc2 bug status

Jim.Hugunin@xxxxxxxx wrote:
> 
> <snip> (except for the harness incremental test that I believe is broken).

Fixed.

I removed a test case that was optimistic about files not being recompiled,
and added the tests to ajcTests.xml.

Wes

Interestingly, you can programmatically do incremental compiles without
-incremental and specifying files rather than -sourceroots.  The only
failure is when deleting a specified file, which causes an error.


Back to the top