Bug #1491
Updated by Henning Blohm over 11 years ago
Currently there are two ways recompiles are triggered without updating the component revision: * due to updated includes * due to updated dependency components. The side effect of these are problematic: * compiled resources may be used by several z2 processes (incl. embedded in hadoop for example). * jar caches (intentional / unintentional) stop functioning, once the files get overwritten without eviction from the cache * on windows, overwrite due to the previous bullet point may even be prohibited.