> Problem solved. I made a mistake when updating the 3.4 branch and > applied some changes to 2.3 by accident. You should be able build > without problem now.
still doesn't work for me. I am wondering if I am doing something wrong. I did a cvs update(and maven build) on merlin and avalon-sandbox as well. I get the same error when running: <MERLIN_CVS_DIR>/platfrom/tutorials/hello$ maven which runs targets: java:prepare-filesystem, java:copmile, java:jar-resource, test:prepare-filesysatem, test:test-resources, test:compile, test:test it fails with noted error message on test:test any ideas? Korosh. > > Sorry about that! > > Cheers, Steve. > > > > korosh afshar wrote: > >>Here are the clean rebuild details (the full monty): > >> > >> $ cd avalon > >> $ cd meta > >> $ maven avalon:clean avalon:build > >> $ cd ../util > >> $ maven avalon:clean avalon:build > >> $ cd ../repository > >> $ maven avalon:clean avalon:build > >> $ cd ../merlin > >> $ maven avalon:clean avalon:build merlin:replicate > >> > >>With above done you will have a clean 3.2.3 Merlin install. > >>The go to template and build it. > >> > >> $ cd ../../avalon-sandbox/template > >> $ maven avalon:clean avalon:build > >> > >>If you do that and you have same problem then we have an issue in cvs. > > > > > > > > > > same error occurs after following through with above steps. On both the > > template and hello tutorial. test:test target fails with the below > > message. I am just including agains for convinience. > > > > I think it just might be the CVS issue. I also did a clean cvs > > checkout of util, repository, meta and merlin. Build everything untill > > I got to the merlin where the build target failed with "can't resolve > > symbol" compile error. Please see my previous email for stack trace > > on that. > > > > > > thanks. > > > > > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT > > > > java:prepare-filesystem: > > > > java:compile: > > avalon:meta: > > [avalon] Writing descriptors using 'xml' format. > > [avalon] Processed 1 Types and 0 Services from a total of 2 classes. > > [avalon] Writing descriptors using 'xml' format. > > [avalon] Processed 0 Types and 0 Services from a total of 1 classes. > > > > [echo] Compiling to > > /opt/projects/misc/avalon/merlin/platform/tutorials/hello/target/classes > > > > java:jar-resources: > > > > test:prepare-filesystem: > > > > test:test-resources: > > > > test:compile: > > > > test:test: > > [junit] dir attribute ignored if running in the same VM > > [junit] Running tutorial.StandardTestCase > > ---- 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) > > 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.308 > > 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. > > Total time: 9 seconds > > Finished at: Thu Jan 08 10:45:52 EST 2004 > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > |------------------------------------------------| > | Magic by Merlin | > | Production by Avalon | > | | > | http://avalon.apache.org/merlin | > | http://dpml.net/ | > |------------------------------------------------| > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
