Peter:


The impl, tools, and plugin project.xml files already contain the following:

<!-- pre JDK 1.4 dependencies -->

   <dependency>
     <id>xml-apis</id>
     <version>2.0.2</version>
   </dependency>
   <dependency>
     <groupId>xml-apis</groupId>
     <artifactId>xmlParserAPIs</artifactId>
     <version>2.0.2</version>
   </dependency>
   <dependency>
     <id>xerces</id>
     <version>2.4.0</version>
   </dependency>

The xmlParserAPIs-2.0.2.jar contains the org.w3c.dom.Node class.

Can you provide more info about where this error was occuring.

Steve.


Peter Courcoux wrote:


Berin,

Thanks. I now have merlin tutorials running. Would it make sense to add
the dependencies into the project.xml file in a commented block for
those of us who are still on 1.3.1?

Regards,

Peter



On Thu, 2003-09-11 at 22:01, Berin Loritsch wrote:


Peter Courcoux wrote:



Hi all,

I'm getting test failures building avalon-sandbox/meta

NoClassDefFoundError : org.w3c.dom.Node

Is this a jdk1.3 v jdk1.4 issue.

I'm compiling with jdk 1.3.1

If so is the correct answer to add the required jars to the project.xml
dependency list?

Or am I missing something?


:) I believe so.



--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to