Rev 842 |
Rev 846 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 844 2008-04-04 13:57:53
- Author: dpurdie
- Log message:
- DevTools/buildtool: Checkin by Svn Import
Fixed a debug message that was causing BuildDeamon to display ......MutableInt@xxxxxx instead of a number.
Altered the operation of BuildDaemon.isActive() so that it will loop though threads until it finds one that is alive. Prevents new threads being created when an Alive one exists.
Scanned ReleaseManager.java and closed all callable statements
The code is not exception-safe. This will require additional work, but it should not leak cursors as badly as the existing code. Address problem of oracle cursors accumulating.