I'm seeing this:
javac C:\IdeaProjects\roller-svn\roller\branches\roller_3.0\build.xml:331: Compile failed; see the compiler error output for details. C:\IdeaProjects\roller-svn\roller\branches\roller_3.0\src\org\apache\roller\ui\core\security\CustomUserRegistry.java (95:7)setEnabled(java.lang.Boolean) in org.apache.roller.pojos.UserData cannot be applied to (boolean) C:\IdeaProjects\roller-svn\roller\branches\roller_3.0\src\org\apache\roller\ui\core\security\CustomUserRegistry.java:95: setEnabled(java.lang.Boolean) in org.apache.roller.pojos.UserData cannot be applied to (boolean) C:\IdeaProjects\roller-svn\roller\branches\roller_3.0\build.xml:331: Compile failed; see the compiler error output for details. C:\IdeaProjects\roller-svn\roller\branches\roller_3.0\build.xml:331: Compile failed; see the compiler error output for details. I plan to fix this right now. However, it suggests that one of the committers (Elias? perhaps?) has a dev environment setup with JDK 1.5 as the build compiler, where autoboxing would accept this. Committers' should be building with 1.4.2 at least to verify things do build under 1.4.2. --a.
