On 3/17/10 9:38 PM, David Kirkman wrote:
Is there documentation about that incremental build flag? Every time I change something I'm left with about a five minute build. I'm currently using the ant based build method described in the README.
If you are on trunk building with Ant create a "abcl.properties" file with abcl.build.incremental=true
to get the incremental build option.
The only current documentation exists in "abcl.properties.in". I acknowledge this as a TODO...