I have some issues with xmlbeans and eclipse. Is anyone successful? 1) I have a maven project with xml beans generated code. The xmlbeans maven plugin creates a directory 'target/classes/schemaorg_apache_xmlbeans. Eclipse removes this directory on a 'project clean' or build classpath configuration.
2) After losing target/classes/schemaorg_apache_xmlbeans, the xmlbeans maven plugin will not recreate it, because the other directory it creates, target/xmlbeans-source is still present. Removing target/xmlbeans-source from command line causes eclipse to automatically remove xmlbeans-source from the source path. So, after regenerating both subdirectories, restoring xmlbeans-source as a source directory causes the first problem above to occur. 3) Eclipse is not 'seeing' target/classes/schemaorg_apache_xmlbeans and so the generated source code in xmlbeans-source cannot be built. Specifically, schemaorg_apache_xmlbeans/system/<big honkin' dir name>/TypeSystemHolder is NOT getting resolved. I am using eclipse 3.2.1, xmlbeans-maven-plugin 2.0, maven 2.0.4, eclipse maven plugin 2.3. Is anyone using xmlbeans, maven and eclipse with success? Are you struggling with this? Is there workaround? Thanks, John -- View this message in context: http://www.nabble.com/codehaus-xmlbeans-and-eclipse-tf3029462.html#a8417692 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
