K 10 svn:author V 14 wesleyhertlein K 8 svn:date V 27 2010-01-27T19:42:02.896641Z K 7 svn:log V 304 Add a close() call for the scanner objects used by the compiler task. The garbage collection for these objects does not necessarily run in a timely manner. While the objects are still alive they can hold open file descriptors. Adding a finally block with a call to close() cleans them up immediately. END