Jean-Sebastien Delfino wrote:
Frank,
I'd like to change the SDO pom.xml to use the EMF and XSD jars from
build I200602160000 (Jeremy has already uploaded them to his maven
repos).
Your unit test cases pass with this build, I just had to make a small
change to JavaGenerator.ecore2GenModel() {
.....
//FIXME workaround java.lang.NoClassDefFoundError:
org/eclipse/jdt/core/jdom/IDOMNode with 02162006 build
genModel.setFacadeHelperClass("Hack");
genModel.setForceOverwrite(true);
.....
} to workaround a NoClassDefFoundError when generating the SDO
classes. Maybe there's a better workaround, or even better a fix in
the EMF codegen.
Are you OK to move to this new integration build? I can commit the
change to your POM for you as part of my bigger commit if that helps.
Thanks
--
Jean-Sebastien
Frank is OK with moving to I20060216. I just committed the changes.
--
Jean-Sebastien