I'm in the process of updating my development environment. Anyone currently having Eclipse automatically perform enhancements? I'd love to compare notes.
I see four routes: (1) Custom ANT builder, as per <http://openjpa.apache.org/enhancement-with-eclipse.html> - Quite a few steps and needs to be done for each project. (2) OpenJPA plugin for Eclipse, as per <http://openjpa.apache.org/enhancement-with-eclipse.html> - This looks dead, very dead. (3) From Maven using the openjpa-maven-plugin, as per <http://openjpa.apache.org/enhancement-with-maven.html> - Possibly dead, or at least very quiet. - Does not appear to work in Indigo even with <https://github.com/hwellmann/m2eclipse-extras/wiki> (4) From Maven using the maven-antrun-plugin, as per <http://openjpa.apache.org/enhancement-with-maven.html> Did I miss anything? Any preferred approaches? Thanks much. -=- Jerry