meta build output attached 

On Fri, 2003-09-12 at 13:44, Peter Courcoux wrote:
> On Fri, 2003-09-12 at 13:41, Stephen McConnell wrote:
> > Peter Courcoux wrote:
> > 
> > >Steve,
> > >
> > >Needs adding to :
> > >
> > >avalon-sandbox/meta/project.xml
> > >
> > 
> > This doesn't need dependencies because it doesn't build anything 
> > directly. In order to know which project.xml, I need to know which goal 
> > failed.
> 
> Mmm. When I added the dependency in it built. I'll remove it and see
> what happens. Does maven inherit dependencies?
> > 
> > Steve.
> > 
> > >
> > >Regards,
> > >
> > >Peter
> > >
> > >On Fri, 2003-09-12 at 13:30, Stephen McConnell wrote:
> > >  
> > >
> > >>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.
> > >>>>   
> > >>>>
> > >>>>        
> > >>>>
-- 
Peter Courcoux <[EMAIL PROTECTED]>
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

avalon:build:
    [echo] 

Building the framework using the default target "avalon:build".
The complete set of target include:

  avalon:clean
  avalon:build
  avalon:build-snapshot
  avalon:dist
  avalon:plugin
  avalon:site
    
Starting the reactor...
Our processing order:
Avalon Meta Model API
Avalon Meta Model SPI
Avalon Meta Model Implementation
Meta Management Toolkit
+----------------------------------------
| Building: Avalon Meta Model API
| Memory: 3M/4M
+----------------------------------------
java:prepare-filesystem:

java:compile:
    [echo] Compiling to /mnt/work/ittdirect/dev/avalon-sandbox/meta/api/target/classes

java:jar-resources:

test:prepare-filesystem:

test:test-resources:
Copying 2 files to /mnt/work/ittdirect/dev/avalon-sandbox/meta/api/target/test-classes

test:compile:

test:test:
    [junit] Running org.apache.avalon.meta.info.test.CategoryDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.CategoryDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.ContextDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.ContextDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.DependencyDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.DependencyDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.EntryDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.EntryDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.ExtensionDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.ExtensionDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.InfoDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.InfoDescriptorTestCase FAILED
    [junit] Running org.apache.avalon.meta.info.test.ReferenceDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.ReferenceDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.ServiceDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.ServiceDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.ServiceTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.ServiceTestCase FAILED
    [junit] Running org.apache.avalon.meta.info.test.StageDescriptorTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.StageDescriptorTestCase 
FAILED
    [junit] Running org.apache.avalon.meta.info.test.TypeTestCase
    [junit] Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
    [junit]     at java.lang.Class.forName0(Native Method)
    [junit]     at java.lang.Class.forName(Class.java:115)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.FormatterElement.createFormatter(FormatterElement.java:183)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.createAndStoreFormatter(JUnitTestRunner.java:562)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:507)
    [junit] [ERROR] TEST org.apache.avalon.meta.info.test.TypeTestCase FAILED

Total time: 41 seconds
Finished at: Fri Sep 12 13:48:10 BST 2003


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

Reply via email to