On Wed, Mar 17, 2010 at 9:38 PM, David Kirkman dkirkman@ucsd.edu wrote:
On Wed, Mar 17, 2010 at 12:43 PM, Alessio Stalla alessiostalla@gmail.com wrote:
Whoops. Sorry. I did recompile abcl to check, but forgot to remove the incremental build flag I usually use. I renamed all the methods to getWrappedXXX().
Great. That works.
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.
ant -Dabcl.build.incremental abcl.jar
of course, you can miss some compilation errors, like in my case.
Best, Alessio