Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] asm not cleared for each batch build?

I seem to find old structure models when re-running in the same VM:

1) batch build with -emacssym
2) batch build without -emacssym
  -> when inspecting asm, find nodes from 1)

To fix this, I'd like to put an init() method on AsmManager
and call it from AspectJBuildManager.doBuild(..) for fresh
(batch) builds (though not sharing a static AsmManager
would be better).  Should anything be preserved across batch
builds, to save time when rebuilding the same thing?

I'd of course wait until after the 1.1.1 release
and would prefer Mik verify and check in a solution...

Wes




Back to the top