I saw it, but they certainly didn't test recent m1.1 builds.
I'm happy to see that we succeed to keep a good backward compatibility ;-)

Arnaud

On 9/21/06, Ming Cheung <[EMAIL PROTECTED]> wrote:

Here is the Apache AXIS2 website which states that I should use maven
1.0.1 to make sure tests are passed.

http://ws.apache.org/axis2/siteHowTo.html

Sincerely,

Ming Cheung
WebSphere Web Services Developer

Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
Tie Line: 678-0733
Email: [EMAIL PROTECTED]

[image: Inactive hide details for Ming Cheung/Austin/[EMAIL PROTECTED]
Cheung/Austin/[EMAIL PROTECTED]



    *Ming Cheung/Austin/[EMAIL PROTECTED]

            09/20/2006 03:53 PM Please respond to
            "Maven Users List" <[email protected]>


To

"Maven Users List" <[email protected]>
cc

Maven Users List <[email protected]>
Subject

Re: [maven1.x] maven-test-plugin.jar 1.8.1
I do not believe the root failure is the test itself. I move the
<dependency> to the project/etc/project.xml file. and it produced a similar
error, Unable to obtain goal [multiproject:install-callback]
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java
:671)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:368)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(
MavenGoalTag.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction
(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(
MavenAttainGoalTag.java:127)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(
MavenGoalTag.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction
(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(
MavenAttainGoalTag.java:127)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(
MavenGoalTag.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction
(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java
:671)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:488)
at org.apache.maven.cli.App.main(App.java:1239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
File...... C:\Documents and Settings\mingcheu\.maven\cache\maven-
multiproject-plugin-1.5-SNAPSHOT\plugin.jelly
Element... maven:reactor
Line...... 227
Column.... 64
Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
Settings\mingcheu\.maven\cache\maven-
multiproject-plugin-1.5-SNAPSHOT\plugin.jelly:269:30: <attainGoal>
C:\Documents and Settings\mingcheu\.m
aven\cache\maven-jar-plugin-1.8-SNAPSHOT\plugin.jelly:33:134:<assert:assertPluginAvailable>
java.lang.NullPointerException
Total time: 4 minutes 1 seconds
Finished at: Wed Sep 20 15:28:01 CDT 2006



Sincerely,

Ming Cheung
WebSphere Web Services Developer

Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
Tie Line: 678-0733
Email: [EMAIL PROTECTED]

Lukas Theussl <[EMAIL PROTECTED]>


      *Lukas Theussl <[EMAIL PROTECTED]>*

                        09/20/2006 01:32 PM

 Please respond to
"Maven Users List" <[email protected]>
  To

Maven Users List <[email protected]> cc
Subject

Re: [maven1.x] maven-test-plugin.jar 1.8.1
Just read the output: it means that one of your tests failed. :) Check
the files generated in target/test-reports/, run maven with -e, check
the properties of the test plugin to ignore test failures/errors [1],
and either fix the test or your code! :)

-Lukas

[1] 
*http://maven.apache.org/maven-1.x/plugins/test/properties.html*<http://maven.apache.org/maven-1.x/plugins/test/properties.html>

Ming Cheung wrote:
> I have added the test plugin 1.8 dependency to
> projectRoot/etc/project.xml, and it caused a build failure. What did I
> do wrong? and what does this error mean? and How can I correct this
> build failure caused by this?
>
> here is the dependency I added to the project.xml
>
> /<dependencies> /
> / <dependency>/
> / <groupId>maven</groupId>/
> / <artifactId>maven-test-plugin</artifactId>/
> / <type>plugin</type>/
> / <version>1.8</version>/
> / </dependency>/
> / </dependencies>/
>
> and my build failure
>
> /BUILD FAILED/
> /File...... C:\Documents and
> Settings\mingcheu\.maven\cache\maven-
multiproject-plugin-1.3.1\plugin.jelly/
> /Element... maven:reactor/
> /Line...... 217/
> /Column.... 9/
> /Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> and
> Settings\mingcheu\.maven\cache\maven-
test-plugin-1.8\plugin.jelly:151:49:
> <junit> Test org.apache.rampart.MessageBuilderTest failed/
> /Total time: 12 minutes 57 seconds/
> /Finished at: Wed Sep 20 12:27:14 CDT 2006/
>
>
>

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



Reply via email to