On Tue, 9 Nov 2004, Eric Pugh <[EMAIL PROTECTED]> wrote: > Not quite sure where this dependency is coming from. I don't > believe Maven is introducing for me the Jaxen dependency. As the > test runs perfectly without it. Could it be the version of dom4j > being used?
Quite possible. So if you build with Maven you use an older version of dom4j that doesn't need Jaxen at runtime while dom4j's CVS HEAD does. Sounds likely. Brett, if project.xml doesn't contain any reference to Jaxen but jaxen.jar happens to be on the system CLASSPATH, will a test run by Maven see Jaxen? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
