I've found new errors, so I've decided to get as much of the tests running ... for now.
When generating the bootstrap xsds (for xml.xsd, xmlschema.xsd), first an old xbean.jar is used. My build also uses this approach, but in a second run the old xbean.jar is ignored and only the classes of the current codebase are used. I had to fix the code generation for attributes, because it differed to the old generated classes and were wrong. As the generated classes differs, I'm not so sure, if the old build really uses the current generator classes. The reason for all this effort is, that I want to have all test sources loaded in my IDE without missing generated sources and I also want to be able to simple test from the IDE. I haven't yet changed the module structure of the code base, but that is on my todo, after the tests are green. This whole submoduling of the source doesn't make sense to me - in the end there is the one xmlbeans.jar. Andi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
