the tag library builds fine without dependencies but once the project.xml extends tag-project.xml, the tests fail. the issue is that the DOM libraries which ships with xerces 2.2.1 are incompatible with the ones used by jaxme. (if i comment out the parser dependencies in the project.xml, it works fine.) what makes solving this one tougher is that really the generator needs to use the parser from the base classloader (and so must have no xml parser dependencies in the the POM).
any ideas?
(i may - for the moment - remove the generation test since this is the only one that fails and it isn't a particularly good test in any case.)
- robert
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
