ok.. so I had to actually update not pbe/pom.xml but I also had to modify
pbe/project.xml to add the dependency for fulcrum-yaafi-crypto 1.0.6 in
order to get it to build... then maven (version 1.1) complained that it
could not find the 1.0.6 jar, so I had to download manually and install it
in my local repo... I think the problem was it downloaded
"fulcrum-crypto-1.0.6.jar" and it was looking for
"fulcrum-yaafi-crypto-1.0.6"
I'm not sure where that would be corrected.
So I can get past building pbe, but now it gets to the
FulcrumResourceManager Component part of the build and fails on the test
case org.apache.fulcrum.resourcemanager.ResourceManagerServiceTest
the error stack is attached
--
Jeffery
> Jeffery Painter wrote:
>> Changing to 1.0.6 didn't work.. I still get the same errors
>
> Hm. Which version of maven do you use? Could you please provide the
exact error message you get, possibly including the output of "mvn -e
..."
>
> Bye, Thomas.
>
> --------------------------------------------------------------------- To
unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
+----------------------------------------
| Installing: Fulcrum ResourceManager Component
| Memory: 11M/13M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
build:end:
build:start:
java:prepare-filesystem:
java:init:
java:compile:
[echo] Compiling to /home/painter/fulcrum/resourcemanager/target/classes
java:jar-resources:
test:test:
java:prepare-filesystem:
java:init:
java:compile:
[echo] Compiling to /home/painter/fulcrum/resourcemanager/target/classes
java:jar-resources:
test:prepare-filesystem:
test:test-resources:
test:compile:
[junit] Running
org.apache.fulcrum.resourcemanager.ResourceManagerServiceTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.627 sec
-------------------------------------------------------------------------------
Errors stack :
>> Unable to obtain goal [fulcrum:build]
>> File...... file:/home/painter/fulcrum/maven.xml
>> Element... maven:reactor
>> Line...... 44
>> Column.... 32
>> Unable to obtain goal [test:test]
>> File......
>> file:/home/painter/.maven/cache/maven-test-plugin-1.8.2/plugin.jelly
>> Element... junit
>> Line...... 156
>> Column.... 49
>> Test org.apache.fulcrum.resourcemanager.ResourceManagerServiceTest failed
Exception stack traces :
org.apache.maven.werkz.UnattainableGoalException: Unable to obtain goal
[fulcrum:build]
at org.apache.maven.werkz.Goal.fire(Goal.java:698)
at org.apache.maven.werkz.Goal.attain(Goal.java:623)
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:712)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265)
at org.apache.maven.cli.App.doMain(App.java:307)
at org.apache.maven.cli.App.main(App.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Caused by: org.apache.commons.jelly.JellyTagException:
file:/home/painter/fulcrum/maven.xml:44:32: <maven:reactor> Reactor subproject
failure occurred
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:380)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:250)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:83)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:116)
at org.apache.maven.werkz.Goal.fire(Goal.java:691)
... 11 more
Caused by: org.apache.maven.werkz.UnattainableGoalException: Unable to obtain
goal [test:test]
at org.apache.maven.werkz.Goal.fire(Goal.java:698)
at org.apache.maven.werkz.Goal.attain(Goal.java:623)
at org.apache.maven.werkz.Goal.attainPrecursors(Goal.java:526)
at org.apache.maven.werkz.Goal.attain(Goal.java:621)
at org.apache.maven.werkz.Goal.attainPrecursors(Goal.java:526)
at org.apache.maven.werkz.Goal.attain(Goal.java:621)
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:712)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:370)
... 16 more
Caused by: org.apache.commons.jelly.JellyTagException:
file:/home/painter/.maven/cache/maven-test-plugin-1.8.2/plugin.jelly:156:49:
<junit> Test org.apache.fulcrum.resourcemanager.ResourceManagerServiceTest
failed
at
org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:681)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:42)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:250)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:83)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:116)
at org.apache.maven.werkz.Goal.fire(Goal.java:691)
... 24 more
Caused by: Test org.apache.fulcrum.resourcemanager.ResourceManagerServiceTest
failed
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.actOnTestResult(JUnitTask.java:1468)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:691)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:195)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:250)
... 32 more
-------------------------------------------------------------------------------
BUILD FAILED
-------------------------------------------------------------------------------
Total time : 6 minutes 19 seconds
Finished at : Wednesday, May 20, 2009 12:02:00 PM GMT-05:00
Final Memory : 8M/15M
-------------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]