running the test maven target in hello tutorial results in the below
error.   Any ideas?   I build merlin from CVS based on 3.2
instructions.  Running the hello tutorial in merlin however works find
using " merlin -execute target/classes"  .   Just the test seems to
fail.



---- exception report
----------------------------------------------------------
Exception: org.apache.avalon.merlin.KernelException
Message: System deployment failure.
---- cause
---------------------------------------------------------------------
Exception: java.lang.AbstractMethodError
Message:
org.apache.avalon.composition.model.impl.DefaultContainmentModel.getDeploymentTimeout()J
---- stack trace
---------------------------------------------------------------
java.lang.AbstractMethodError:
org.apache.avalon.composition.model.impl.DefaultContainmentModel.getDeploymentTimeout()J
org.apache.avalon.activation.appliance.impl.AbstractBlock.deploy(AbstractBlock.java:675)
org.apache.avalon.merlin.impl.DefaultFactory.create(DefaultFactory.java:446)
org.apache.avalon.merlin.unit.AbstractMerlinTestCase.setUp(AbstractMerlinTestCase.java:198)
junit.framework.TestCase.runBare(TestCase.java:125)
junit.framework.TestResult$1.protect(TestResult.java:106)
junit.framework.TestResult.runProtected(TestResult.java:124)
junit.framework.TestResult.run(TestResult.java:109)
junit.framework.TestCase.run(TestCase.java:118)
junit.framework.TestSuite.runTest(TestSuite.java:208)
junit.framework.TestSuite.run(TestSuite.java:203)
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:325)
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:848)
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:556)
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:532)
org.apache.tools.ant.Task.perform(Task.java:341)
org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
com.werken.werkz.Goal.fire(Goal.java:639)
com.werken.werkz.Goal.attain(Goal.java:575)
com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
com.werken.werkz.Goal.attain(Goal.java:573)
com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
com.werken.werkz.Goal.attain(Goal.java:573)
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:448)
org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
org.apache.maven.cli.App.doMain(App.java:543)
org.apache.maven.cli.App.main(App.java:1109)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:324)
com.werken.forehead.Forehead.run(Forehead.java:551)
com.werken.forehead.Forehead.main(Forehead.java:581)
--------------------------------------------------------------------------------

    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.067
sec
    [junit] [ERROR] TEST tutorial.StandardTestCase FAILED

BUILD FAILED
File...... file:/home/korosh/.maven/plugins/maven-test-plugin-1.4/
Element... fail
Line...... 130
Column.... 54
There were test failures.





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

Reply via email to