There is now a beta release of DrJava available from the SourceForge
site. Please download it and use it as your primary copy, submitting
any bugs that you find. We'll release a stable version based off of it
in a week or two, depending on the feedback we get from beta-testing.
For development, ALL new features at this point MUST be enclosed in a
conditional block based on the CodeStatus.DEVELOPMENT flag. Regular
commits (which set this flag to true) are fine, but the stable release
will have it set to false again, leaving any new features out. At the
moment, only the integrated debugger is disabled based on this flag.
Bug fixes are the only code that will not be in conditional blocks
until after the stable release.
Let me know if you have any questions on how this process works...
Charlie
|