All,<div><br></div><div>Crosswire.org has been updated.</div><div><br></div><div>I've had to change a setting on one of our libraries (ebeans, our current ORM, used to dynamically generate subclasses which wasn't going to work on Android, and was causing issues on Tomcat). There is now an extra step in the build process (automatically included in the ant builds). However, if you want to be doing it the same way in the code, you'll need to install the ebean enhancer plugin:</div>
<div><br></div><div>4 steps to do so:</div><div><div>Install new eclipse plugin: <a href="http://www.avaje.org/eclipseupdate/">http://www.avaje.org/eclipseupdate/</a></div><div>mvn -pl step-parent (if you want your projects to inherit the ebean nature automatically)</div>
<div>mvn eclipse:clean eclipse:eclipse</div><div>Refresh (F5) your eclipse projects (they should now automatically be enabled with the ebean nature)</div></div><div><br></div><div>Cheers,</div><div>Chris</div><div><br></div>