Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Arnaud HERITIER

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" 


To

"Maven Users List" 
cc

Maven Users List 
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
 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: 
C:\Documents and Settings\mingcheu\.m
aven\cache\maven-jar-plugin-1.8-SNAPSHOT\plugin.jelly:33:134:
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" 
  To

Maven Users List  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 failur

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Ming Cheung

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]

Ming Cheung/Austin/[EMAIL PROTECTED]








Ming Cheung/Austin/[EMAIL PROTECTED] 
09/20/2006 03:53 PM

Please respond to
"Maven Users List" 








To
"Maven Users List" 


cc
Maven Users List 


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  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:  C:\Documents and Settings\mingcheu\.m
aven\cache\maven-jar-plugin-1.8-SNAPSHOT\plugin.jelly:33:134:  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" 



To
Maven Users List 

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

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
> 
> / /
> / /
> / maven/
> / maven-test-plugin/
> / plugin/
> / 1.8/
> / /
> / /
> 
> and my build failure
> 
> /BUILD FAILED/
> /File.. C:\Do

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Arnaud HERITIER

ok.
FYI, I succeed to build the axis website with maven 1.1 RC1 - SNAPSHOT

Arnaud


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


you are right about the error.

after adding the new dependency, maven-plugin-plugin-1.8.jar, to the
project.xml, my build is working fine under maven 1.0.2.

I started with maven 1.1-beta-3. but by the time I was planning to check
my project into Apache AXIS2, my requirement was changed and I need to
make my project works under maven 1.0.2 because of a maven website states
that all tests and builds must be working under maven 1.0.1.   (I will
provide the website later).

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




"Arnaud HERITIER" <[EMAIL PROTECTED]>
09/20/2006 05:49 PM
Please respond to
"Maven Users List" 


To
"Maven Users List" 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Sorry but maven-jar-plugin 1.8 seems to work only because it uses
 which is available only in
maven-plugin-plugin 1.7 which works only with maven 1.1 ... :-(
http://maven.apache.org/maven-1.x/plugins/plugin/changes-report.html

You used maven 1.1 beta 3 at the beginning. Why did you go back to maven
1.0.2 ?

I did a checkout and launched a build. I passed the major part but there's
a
little bug in one of their scripts (jaxws).
Some directories didn't exist. I added some mkdir at the beginning of the
preGoal of test:test
  
  
And it works !!
[EMAIL PROTECTED] /cygdrive/e/Projects/Axis/SCM
$ maven -e -o
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-RC1-SNAPSHOT

Uploading to axis2/jars/axis2-SNAPSHOT.jar:
 (1197K)
Uploading to axis2/poms/axis2-SNAPSHOT.pom:
 (12K)

BUILD SUCCESSFUL
Total time   : 28 minutes 54 seconds
Finished at  : Thursday, September 21, 2006 12:48:34 AM CEST

You can use a recent snapshot like :

http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20060829/


Arnaud

On 9/20/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
>
>  I do not believe the root failure is the test itself. I move the
>  to the project/etc/project.xml file. and it produced a
similar
> error, Unable to obtain goal [multiproject:install-callback] .
>
> Here is the complete log
>
> C:\eclipse_workspace\axis2_os_0821_a\axis2>maven -e -
> Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true 2>&1 |
tee
> full_maven_build.log
> __ __
> | \/ |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> |_| |_\__,_|\_/\___|_||_| v. 1.0.2
>
> Plugin cache will be regenerated
> Directory C:\Documents and Settings\mingcheu\.maven\repository does not
> exist. Attempting to create.
> Attempting to download maven-test-plugin-1.8.1-SNAPSHOT.jar.
> 11K downloaded
> Attempting to download maven-multiproject-plugin-1.5-SNAPSHOT.jar.
> 18K downloaded
> Attempting to download maven-jar-plugin-1.8-SNAPSHOT.jar.
> 12K downloaded
> [echo] 1.4
> Attempting to download commons-io-20030203.000550.jar.
> 59K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download jsch-0.1.5.jar.
> 79K downloaded
> Attempting to download commons-jelly-20030902.160215.jar.
> 150K downloaded
> Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
> 7K downloaded
> Attempting to download velocity-1.4-dev.jar.
> 505K downloaded
> Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
> 31K downloaded
> Attempting to download
commons-jelly-tags-interaction-20030211.143817.jar.
> 4K downloaded
> Attempting to download junit-3.8.2.jar.
> 117K downloaded
> Attempting to download xml-apis-1.3.03.jar.
> 190K downloaded
> Attempting to download xml-resolver-1.1.jar.
> 58K downloaded
> Attempting to download xercesImpl-2.8.0.jar.
> 1178K downloaded
> Attempting to download commons-jelly-tags-antlr-20030211.143720.jar.
> 7K downloaded
> Attempting to download antlr-2.7.2.jar.
> 349K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
> 14K downloaded
> Attempting to download commons-jelly-tags-log-20030211.142821.jar.
> 8K downloaded
> Attempting to download commons-jelly-tags-xml-20040613.030723.jar.
> 33K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-api

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Ming Cheung
you are right about the error.

after adding the new dependency, maven-plugin-plugin-1.8.jar, to the 
project.xml, my build is working fine under maven 1.0.2.

I started with maven 1.1-beta-3. but by the time I was planning to check 
my project into Apache AXIS2, my requirement was changed and I need to 
make my project works under maven 1.0.2 because of a maven website states 
that all tests and builds must be working under maven 1.0.1.   (I will 
provide the website later).

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




"Arnaud HERITIER" <[EMAIL PROTECTED]> 
09/20/2006 05:49 PM
Please respond to
"Maven Users List" 


To
"Maven Users List" 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Sorry but maven-jar-plugin 1.8 seems to work only because it uses
 which is available only in
maven-plugin-plugin 1.7 which works only with maven 1.1 ... :-(
http://maven.apache.org/maven-1.x/plugins/plugin/changes-report.html

You used maven 1.1 beta 3 at the beginning. Why did you go back to maven
1.0.2 ?

I did a checkout and launched a build. I passed the major part but there's 
a
little bug in one of their scripts (jaxws).
Some directories didn't exist. I added some mkdir at the beginning of the
preGoal of test:test
  
  
And it works !!
[EMAIL PROTECTED] /cygdrive/e/Projects/Axis/SCM
$ maven -e -o
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-RC1-SNAPSHOT

Uploading to axis2/jars/axis2-SNAPSHOT.jar:
 (1197K)
Uploading to axis2/poms/axis2-SNAPSHOT.pom:
 (12K)

BUILD SUCCESSFUL
Total time   : 28 minutes 54 seconds
Finished at  : Thursday, September 21, 2006 12:48:34 AM CEST

You can use a recent snapshot like :
http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20060829/


Arnaud

On 9/20/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
>
>  I do not believe the root failure is the test itself. I move the
>  to the project/etc/project.xml file. and it produced a 
similar
> error, Unable to obtain goal [multiproject:install-callback] .
>
> Here is the complete log
>
> C:\eclipse_workspace\axis2_os_0821_a\axis2>maven -e -
> Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true 2>&1 | 
tee
> full_maven_build.log
> __ __
> | \/ |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> |_| |_\__,_|\_/\___|_||_| v. 1.0.2
>
> Plugin cache will be regenerated
> Directory C:\Documents and Settings\mingcheu\.maven\repository does not
> exist. Attempting to create.
> Attempting to download maven-test-plugin-1.8.1-SNAPSHOT.jar.
> 11K downloaded
> Attempting to download maven-multiproject-plugin-1.5-SNAPSHOT.jar.
> 18K downloaded
> Attempting to download maven-jar-plugin-1.8-SNAPSHOT.jar.
> 12K downloaded
> [echo] 1.4
> Attempting to download commons-io-20030203.000550.jar.
> 59K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download jsch-0.1.5.jar.
> 79K downloaded
> Attempting to download commons-jelly-20030902.160215.jar.
> 150K downloaded
> Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
> 7K downloaded
> Attempting to download velocity-1.4-dev.jar.
> 505K downloaded
> Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
> 31K downloaded
> Attempting to download 
commons-jelly-tags-interaction-20030211.143817.jar.
> 4K downloaded
> Attempting to download junit-3.8.2.jar.
> 117K downloaded
> Attempting to download xml-apis-1.3.03.jar.
> 190K downloaded
> Attempting to download xml-resolver-1.1.jar.
> 58K downloaded
> Attempting to download xercesImpl-2.8.0.jar.
> 1178K downloaded
> Attempting to download commons-jelly-tags-antlr-20030211.143720.jar.
> 7K downloaded
> Attempting to download antlr-2.7.2.jar.
> 349K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
> 14K downloaded
> Attempting to download commons-jelly-tags-log-20030211.142821.jar.
> 8K downloaded
> Attempting to download commons-jelly-tags-xml-20040613.030723.jar.
> 33K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-apis-1.0.b2.jar.
> 106K downloaded
> Attempting to download isorelax-20030108.jar.
> 188K downloaded
> Attempting to download jing-200

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Arnaud HERITIER
a: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.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: 
C:\Documents and Settings\mingcheu\.m
aven\cache\maven-jar-plugin-1.8-SNAPSHOT\plugin.jelly:33:134:
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]

[image: Inactive hide details for Lukas Theuss l <[EMAIL PROTECTED]>]Lukas
Theussl <[EMAIL PROTECTED]>



*Lukas Theussl <[EMAIL PROTECTED]>*

09/20/2006 01:32 PM Please respond to
"Maven Users List" 


To

Maven Users List 
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

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
>
> / /
> / /
> / maven/
> / maven-test-plugin/
> / plugin/
> / 1.8/
> / /
> / /
>
> 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:
>  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]





Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Lukas Theussl
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

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

/ /
/ /
/ maven/
/ maven-test-plugin/
/ plugin/
/ 1.8/
/ /
/ /

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: 
 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]



Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Ming Cheung

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

   
   
maven
maven-test-plugin
plugin
1.8



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:  Test org.apache.rampart.MessageBuilderTest failed
Total time: 12 minutes 57 seconds
Finished at: Wed Sep 20 12:27:14 CDT 2006



Lukas Theussl <[EMAIL PROTECTED]>








Lukas Theussl <[EMAIL PROTECTED]> 
09/19/2006 02:36 PM

Please respond to
"Maven Users List" 








To
Maven Users List 


cc



Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1








http://maven.apache.org/maven-1.x/plugins/bundled/downloadPlugins.html

Note however that some plugins are not compatible with maven 1.0.2 
anymore, in particular the artifact plugin.

HTH,
-Lukas

Ming Cheung wrote:
> Is there a way that I can download all plugins including the latest ones 
> that I need for maven 1.0.2?
> 
> Sincerely,
> 
> Ming Cheung
> WebSphere Web Services Developer
> 

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





Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-19 Thread Lukas Theussl

http://maven.apache.org/maven-1.x/plugins/bundled/downloadPlugins.html

Note however that some plugins are not compatible with maven 1.0.2 
anymore, in particular the artifact plugin.


HTH,
-Lukas

Ming Cheung wrote:
Is there a way that I can download all plugins including the latest ones 
that I need for maven 1.0.2?


Sincerely,

Ming Cheung
WebSphere Web Services Developer



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



Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-19 Thread Ming Cheung

Is there a way that I can download all plugins including the latest ones that I need for maven 1.0.2?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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

Ming Cheung/Austin/[EMAIL PROTECTED]








Ming Cheung/Austin/[EMAIL PROTECTED] 
09/18/2006 05:20 PM

Please respond to
"Maven Users List" 








To
"Maven Users List" 


cc
"Maven Users List" 


Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1








Amaud,

With my observation, if I removed the maven.repo.remote=http://www.ibiblio.org/maven/, http://people.apache.org/repo/m1-snapshot-repository/ from the project.properties file, I am able to download wsdl4j-1.5.3.jar and other dependency jars such as axiom*.jar.

Once I add the above maven.repo.remote=... to the project.properties, I will see the error.

> The build cannot continue because of the following unsatisfied
> dependencies:
>
> axiom-api-1.1.1.jar
> axiom-impl-1.1.1.jar
>
> wsdl4j-1.5.3.jar
>

The reason I need the cvs or people repository is my testcase needs the latest test plugin (1.8.1).




Sincerely,

Ming Cheung
WebSphere Web Services Developer

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

"Arnaud HERITIER" <[EMAIL PROTECTED]>











"Arnaud HERITIER" <[EMAIL PROTECTED]>
09/18/2006 05:13 PM 









Please respond to
"Maven Users List" 



To
"Maven Users List" 

cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1








In the previous test the missing jars were :
wsdl4j-1.5.3.jar
neethi-SNAPSHOT.jar
woden-SNAPSHOT.jar
And now these are :
axiom-api-1.1.1.jar
axiom-impl-1.1.1.jar
wsdl4j-1.5.3.jar
Did you successfully download those first ones ?

I can't find wsdl4j :
http://people.apache.org/repository/wsdl4j/jars/wsdl4j-1.5.3.jar
http://ibiblio.org/maven/wsdl4j/jars/wsdl4j-1.5.3.jar

Are you sure that the pom is correct ?

Arnaud

On 9/19/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
>
> Originally, i used http://cvs.apach.org/repository within
> project.properties. Per your suggesiton, I removed the cvs repository and
> use, maven.repo.remote=http://www.ibiblio.org/maven/,
> http://people.apache.org/repo/m1-snapshot-repository/ ,within the
> project.properties file.
>
> and I am out of luck and still received the following error.
>
>
> C:\eclipse_workspace\axis2_os_0821_a\axis2\modules\kernel>maven -
> Dmaven.test.failure.ignore=true
> __ __
> | \/ |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> |_| |_\__,_|\_/\___|_||_| v. 1.0.2
>
> Attempting to download axiom-api-1.1.1.jar.
> WARNING: Failed to download axiom-api-1.1.1.jar.
> Attempting to download axiom-impl-1.1.1.jar.
> WARNING: Failed to download axiom-impl-1.1.1.jar.
>
> Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
> Attempting to download XmlSchema-SNAPSHOT.jar.
> Attempting to download wsdl4j-1.5.3.jar.
> WARNING: Failed to download wsdl4j-1.5.3.jar.
> Attempting to download neethi-SNAPSHOT.jar.
> Attempting to download woden-SNAPSHOT.jar.
> The build cannot continue because of the following unsatisfied
> dependencies:
>
> axiom-api-1.1.1.jar
> axiom-impl-1.1.1.jar
>
> wsdl4j-1.5.3.jar
>
> Total time: 4 seconds
> Finished at: Mon Sep 18 17:00:13 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]
>
> [image: Inactive hide details for "Arnaud HERITIER" <[EMAIL PROTECTED]>]"Arnaud
> HERITIER" <[EMAIL PROTECTED]>
>
>
>
>     *"Arnaud HERITIER" <[EMAIL PROTECTED]>*
>
>             09/18/2006 04:34 PM
>             Please respond to
>             "Maven Users List" 
>
>
>
> To
>
> "Maven Users List" 
> cc
>
>
> Subject
>
> Re: [maven1.x] maven-test-plugin.jar 1.8.1
>
> Can you try to replace
> http://cvs.apache.org/repository/<
> http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar
> >by
> http://people.apache.org/repo/m1-snapshot-repository/
>  ?
>
>
> Arnaud
>
> On 9/18/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
> >
> > Here is the failure message.
> >
> > ===
> >
> >
> > Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
> > Error retrieving artifact from [
> > http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar
> ]:
> > java.io.IOException: Unknown error downloading; status code was: 302
>

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Ming Cheung

Amaud,

With my observation, if I removed the maven.repo.remote=http://www.ibiblio.org/maven/, http://people.apache.org/repo/m1-snapshot-repository/ from the project.properties file, I am able to download  wsdl4j-1.5.3.jar and other dependency jars such as axiom*.jar.

Once I add the above maven.repo.remote=... to the project.properties, I will see the error.

> The build cannot continue because of the following unsatisfied
> dependencies:
>
> axiom-api-1.1.1.jar
> axiom-impl-1.1.1.jar
>
> wsdl4j-1.5.3.jar
>

The reason I need the cvs or people repository is my testcase needs the latest test plugin (1.8.1).




Sincerely,

Ming Cheung
WebSphere Web Services Developer

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

">"Arnaud HERITIER" <[EMAIL PROTECTED]>








"Arnaud HERITIER" <[EMAIL PROTECTED]> 
09/18/2006 05:13 PM

Please respond to
"Maven Users List" 








To
"Maven Users List" 


cc



Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1








In the previous test the missing jars were :
wsdl4j-1.5.3.jar
neethi-SNAPSHOT.jar
woden-SNAPSHOT.jar
And now these are :
axiom-api-1.1.1.jar
axiom-impl-1.1.1.jar
wsdl4j-1.5.3.jar
Did you successfully download those first ones ?

I can't find wsdl4j :
http://people.apache.org/repository/wsdl4j/jars/wsdl4j-1.5.3.jar
http://ibiblio.org/maven/wsdl4j/jars/wsdl4j-1.5.3.jar

Are you sure that the pom is correct ?

Arnaud

On 9/19/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
>
> Originally, i used http://cvs.apach.org/repository within
> project.properties. Per your suggesiton, I removed the cvs repository and
> use, maven.repo.remote=http://www.ibiblio.org/maven/,
> http://people.apache.org/repo/m1-snapshot-repository/ ,within the
> project.properties file.
>
> and I am out of luck and still received the following error.
>
>
> C:\eclipse_workspace\axis2_os_0821_a\axis2\modules\kernel>maven -
> Dmaven.test.failure.ignore=true
> __ __
> | \/ |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> |_| |_\__,_|\_/\___|_||_| v. 1.0.2
>
> Attempting to download axiom-api-1.1.1.jar.
> WARNING: Failed to download axiom-api-1.1.1.jar.
> Attempting to download axiom-impl-1.1.1.jar.
> WARNING: Failed to download axiom-impl-1.1.1.jar.
>
> Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
> Attempting to download XmlSchema-SNAPSHOT.jar.
> Attempting to download wsdl4j-1.5.3.jar.
> WARNING: Failed to download wsdl4j-1.5.3.jar.
> Attempting to download neethi-SNAPSHOT.jar.
> Attempting to download woden-SNAPSHOT.jar.
> The build cannot continue because of the following unsatisfied
> dependencies:
>
> axiom-api-1.1.1.jar
> axiom-impl-1.1.1.jar
>
> wsdl4j-1.5.3.jar
>
> Total time: 4 seconds
> Finished at: Mon Sep 18 17:00:13 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]
>
> [image: Inactive hide details for "Arnaud HERITIER" <[EMAIL PROTECTED]>]"Arnaud
> HERITIER" <[EMAIL PROTECTED]>
>
>
>
>     *"Arnaud HERITIER" <[EMAIL PROTECTED]>*
>
>             09/18/2006 04:34 PM
>             Please respond to
>             "Maven Users List" 
>
>
>
> To
>
> "Maven Users List" 
> cc
>
>
> Subject
>
> Re: [maven1.x] maven-test-plugin.jar 1.8.1
>
> Can you try to replace
> http://cvs.apache.org/repository/<
> http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar
> >by
> http://people.apache.org/repo/m1-snapshot-repository/
>  ?
>
>
> Arnaud
>
> On 9/18/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
> >
> > Here is the failure message.
> >
> > ===
> >
> >
> > Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
> > Error retrieving artifact from [
> > http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar
> ]:
> > java.io.IOException: Unknown error downloading; status code was: 302
> > Artifact /axis2/jars/axis2-java2wsdl-SNAPSHOT.jar doesn't exists in
> remote
> > repository, but it exists locally
> > Attempting to download XmlSchema-SNAPSHOT.jar.
> > Error retrieving artifact from [
> >
> http://cvs.apache.org/repository/org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar
> ]:
> > java.io.IOException: Unknown error downloading; status code was: 302
> > Artifact /org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar doesn't
> exists
> > in remote repository, b

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Arnaud HERITIER

In the previous test the missing jars were :
wsdl4j-1.5.3.jar
neethi-SNAPSHOT.jar
woden-SNAPSHOT.jar
And now these are :
axiom-api-1.1.1.jar
axiom-impl-1.1.1.jar
wsdl4j-1.5.3.jar
Did you successfully download those first ones ?

I can't find wsdl4j :
http://people.apache.org/repository/wsdl4j/jars/wsdl4j-1.5.3.jar
http://ibiblio.org/maven/wsdl4j/jars/wsdl4j-1.5.3.jar

Are you sure that the pom is correct ?

Arnaud

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


Originally, i used http://cvs.apach.org/repository within
project.properties. Per your suggesiton, I removed the cvs repository and
use, maven.repo.remote=http://www.ibiblio.org/maven/,
http://people.apache.org/repo/m1-snapshot-repository/ ,within the
project.properties file.

and I am out of luck and still received the following error.


C:\eclipse_workspace\axis2_os_0821_a\axis2\modules\kernel>maven -
Dmaven.test.failure.ignore=true
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2

Attempting to download axiom-api-1.1.1.jar.
WARNING: Failed to download axiom-api-1.1.1.jar.
Attempting to download axiom-impl-1.1.1.jar.
WARNING: Failed to download axiom-impl-1.1.1.jar.

Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
Attempting to download XmlSchema-SNAPSHOT.jar.
Attempting to download wsdl4j-1.5.3.jar.
WARNING: Failed to download wsdl4j-1.5.3.jar.
Attempting to download neethi-SNAPSHOT.jar.
Attempting to download woden-SNAPSHOT.jar.
The build cannot continue because of the following unsatisfied
dependencies:

axiom-api-1.1.1.jar
axiom-impl-1.1.1.jar

wsdl4j-1.5.3.jar

Total time: 4 seconds
Finished at: Mon Sep 18 17:00:13 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]

[image: Inactive hide details for "Arnaud HERITIER" <[EMAIL PROTECTED]>]"Arnaud
HERITIER" <[EMAIL PROTECTED]>



*"Arnaud HERITIER" <[EMAIL PROTECTED]>*

09/18/2006 04:34 PM
Please respond to
        "Maven Users List" 



To

"Maven Users List" 
cc


Subject

Re: [maven1.x] maven-test-plugin.jar 1.8.1

Can you try to replace
http://cvs.apache.org/repository/<
http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar
>by
http://people.apache.org/repo/m1-snapshot-repository/
 ?


Arnaud

On 9/18/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
>
> Here is the failure message.
>
> ===
>
>
> Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar
]:
> java.io.IOException: Unknown error downloading; status code was: 302
> Artifact /axis2/jars/axis2-java2wsdl-SNAPSHOT.jar doesn't exists in
remote
> repository, but it exists locally
> Attempting to download XmlSchema-SNAPSHOT.jar.
> Error retrieving artifact from [
>
http://cvs.apache.org/repository/org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar
]:
> java.io.IOException: Unknown error downloading; status code was: 302
> Artifact /org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar doesn't
exists
> in remote repository, but it exists locally
> Attempting to download wsdl4j-1.5.3.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/wsdl4j/jars/wsdl4j-1.5.3.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> WARNING: Failed to download wsdl4j-1.5.3.jar.
> Attempting to download neethi-SNAPSHOT.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/ws-commons/jars/neethi-SNAPSHOT.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> WARNING: Failed to download neethi-SNAPSHOT.jar.
> Attempting to download woden-SNAPSHOT.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/incubator-woden/jars/woden-SNAPSHOT.jar
]:
> java.io.IOException: Unknown error downloading; status code was: 302
> WARNING: Failed to download woden-SNAPSHOT.jar.
>
> 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
> The build cannot continue because of the following unsatisfied
> dependencies:
>
> wsdl4j-1.5.3.jar
> neethi-SNAPSHOT.jar
> woden-SNAPSHOT.jar
>
> Total time: 1 minutes 50 seconds
> Finished at: Mon Sep 18 13:30:39 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]
&g

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Ming Cheung

Originally, i used http://cvs.apach.org/repository within project.properties. Per your suggesiton, I removed the cvs repository and use, maven.repo.remote=http://www.ibiblio.org/maven/, http://people.apache.org/repo/m1-snapshot-repository/ ,within the project.properties file.

and I am out of luck and still received the following error.


C:\eclipse_workspace\axis2_os_0821_a\axis2\modules\kernel>maven -Dmaven.test.failure.ignore=true
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Attempting to download axiom-api-1.1.1.jar.
WARNING: Failed to download axiom-api-1.1.1.jar.
Attempting to download axiom-impl-1.1.1.jar.
WARNING: Failed to download axiom-impl-1.1.1.jar.
Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
Attempting to download XmlSchema-SNAPSHOT.jar.
Attempting to download wsdl4j-1.5.3.jar.
WARNING: Failed to download wsdl4j-1.5.3.jar.
Attempting to download neethi-SNAPSHOT.jar.
Attempting to download woden-SNAPSHOT.jar.
The build cannot continue because of the following unsatisfied dependencies:

axiom-api-1.1.1.jar
axiom-impl-1.1.1.jar
wsdl4j-1.5.3.jar

Total time: 4 seconds
Finished at: Mon Sep 18 17:00:13 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]

">"Arnaud HERITIER" <[EMAIL PROTECTED]>








"Arnaud HERITIER" <[EMAIL PROTECTED]> 
09/18/2006 04:34 PM

Please respond to
"Maven Users List" 








To
"Maven Users List" 


cc



Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1








Can you try to replace
http://cvs.apache.org/repository/<http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar>by
http://people.apache.org/repo/m1-snapshot-repository/ ?

Arnaud

On 9/18/06, Ming Cheung <[EMAIL PROTECTED]> wrote:
>
> Here is the failure message.
>
> ===
>
>
> Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> Artifact /axis2/jars/axis2-java2wsdl-SNAPSHOT.jar doesn't exists in remote
> repository, but it exists locally
> Attempting to download XmlSchema-SNAPSHOT.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> Artifact /org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar doesn't exists
> in remote repository, but it exists locally
> Attempting to download wsdl4j-1.5.3.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/wsdl4j/jars/wsdl4j-1.5.3.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> WARNING: Failed to download wsdl4j-1.5.3.jar.
> Attempting to download neethi-SNAPSHOT.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/ws-commons/jars/neethi-SNAPSHOT.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> WARNING: Failed to download neethi-SNAPSHOT.jar.
> Attempting to download woden-SNAPSHOT.jar.
> Error retrieving artifact from [
> http://cvs.apache.org/repository/incubator-woden/jars/woden-SNAPSHOT.jar]:
> java.io.IOException: Unknown error downloading; status code was: 302
> WARNING: Failed to download woden-SNAPSHOT.jar.
>
> 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
> The build cannot continue because of the following unsatisfied
> dependencies:
>
> wsdl4j-1.5.3.jar
> neethi-SNAPSHOT.jar
> woden-SNAPSHOT.jar
>
> Total time: 1 minutes 50 seconds
> Finished at: Mon Sep 18 13:30:39 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]
>
> [image: Inactive hide details for Ming Cheung/Austin/[EMAIL PROTECTED]
> Cheung/Austin/[EMAIL PROTECTED]
>
>
>
>     *Ming Cheung/Austin/[EMAIL PROTECTED]
>
>             2006/09/18 13:34
>             Please respond to
>             "Maven Users List" 
>
>
>
> To
>
> "Maven Users List" 
> cc
>
> "'Maven Users List'" 
> Subject
>
> RE: [maven1.x] maven-test-plugin.jar 1.8.1
>
> Jeff & Experts,
>
> My test failed again with maven 1.0.2. It seesm the mave

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Arnaud HERITIER

Can you try to replace
http://cvs.apache.org/repository/<http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar>by
http://people.apache.org/repo/m1-snapshot-repository/ ?

Arnaud

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


Here is the failure message.

===


Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
Error retrieving artifact from [
http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar]:
java.io.IOException: Unknown error downloading; status code was: 302
Artifact /axis2/jars/axis2-java2wsdl-SNAPSHOT.jar doesn't exists in remote
repository, but it exists locally
Attempting to download XmlSchema-SNAPSHOT.jar.
Error retrieving artifact from [
http://cvs.apache.org/repository/org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar]:
java.io.IOException: Unknown error downloading; status code was: 302
Artifact /org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar doesn't exists
in remote repository, but it exists locally
Attempting to download wsdl4j-1.5.3.jar.
Error retrieving artifact from [
http://cvs.apache.org/repository/wsdl4j/jars/wsdl4j-1.5.3.jar]:
java.io.IOException: Unknown error downloading; status code was: 302
WARNING: Failed to download wsdl4j-1.5.3.jar.
Attempting to download neethi-SNAPSHOT.jar.
Error retrieving artifact from [
http://cvs.apache.org/repository/ws-commons/jars/neethi-SNAPSHOT.jar]:
java.io.IOException: Unknown error downloading; status code was: 302
WARNING: Failed to download neethi-SNAPSHOT.jar.
Attempting to download woden-SNAPSHOT.jar.
Error retrieving artifact from [
http://cvs.apache.org/repository/incubator-woden/jars/woden-SNAPSHOT.jar]:
java.io.IOException: Unknown error downloading; status code was: 302
WARNING: Failed to download woden-SNAPSHOT.jar.

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
The build cannot continue because of the following unsatisfied
dependencies:

wsdl4j-1.5.3.jar
neethi-SNAPSHOT.jar
woden-SNAPSHOT.jar

Total time: 1 minutes 50 seconds
Finished at: Mon Sep 18 13:30:39 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]

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



*Ming Cheung/Austin/[EMAIL PROTECTED]

2006/09/18 13:34
Please respond to
"Maven Users List" 



To

"Maven Users List" 
cc

"'Maven Users List'" 
Subject

RE: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff & Experts,

My test failed again with maven 1.0.2. It seesm the maven 1.0.2 does not
know the cvs.apache.org/repository and it also failed to download some of
the common plugins. Do you know a workaround with this?

BTW, I was able to make maven 1.1-beta-3 work, but failed on maven 1.0.2.
Any suggestion or advice will be appreciated.

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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

"Jeff Jensen" <[EMAIL PROTECTED]>


  *"Jeff Jensen" <[EMAIL PROTECTED]>*

    2006/09/11 19:55

 Please respond to
"Maven Users List" 
  To

"'Maven Users List'"  cc
Subject

RE: [maven1.x] maven-test-plugin.jar 1.8.1
You need to have 
*http://cvs.apache.org/repository/*<http://cvs.apache.org/repository/> on
your remote repo list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.
*
**http://maven.apache.org/maven-1.x/using/repositories.html*<http://maven.apache.org/maven-1.x/using/repositories.html>


-Original Message-
From: Ming Cheung [*mailto:[EMAIL PROTECTED] <[EMAIL PROTECTED]>]
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81.
available online*
**http://maven.apache.org/maven-1.x/plugins/test/downloads.html*<http://maven.apache.org/maven-1.x/plugins/test/downloads.html>.


Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:*
**http://maven.apache.org/maven-1.x/start/concepts.html*<http://maven.apache.org/maven-1.x/start/concepts.html>


Quoting Ming Cheung <[EMAIL PROTECTED]>:

RE: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Ming Cheung

Here is the failure message.

===


Attempting to download axis2-java2wsdl-SNAPSHOT.jar.
Error retrieving artifact from [http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status code was: 302
Artifact /axis2/jars/axis2-java2wsdl-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
Attempting to download XmlSchema-SNAPSHOT.jar.
Error retrieving artifact from [http://cvs.apache.org/repository/org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status code was: 302
Artifact /org.apache.ws.commons/jars/XmlSchema-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
Attempting to download wsdl4j-1.5.3.jar.
Error retrieving artifact from [http://cvs.apache.org/repository/wsdl4j/jars/wsdl4j-1.5.3.jar]: java.io.IOException: Unknown error downloading; status code was: 302
WARNING: Failed to download wsdl4j-1.5.3.jar.
Attempting to download neethi-SNAPSHOT.jar.
Error retrieving artifact from [http://cvs.apache.org/repository/ws-commons/jars/neethi-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status code was: 302
WARNING: Failed to download neethi-SNAPSHOT.jar.
Attempting to download woden-SNAPSHOT.jar.
Error retrieving artifact from [http://cvs.apache.org/repository/incubator-woden/jars/woden-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status code was: 302
WARNING: Failed to download woden-SNAPSHOT.jar.

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
The build cannot continue because of the following unsatisfied dependencies:

wsdl4j-1.5.3.jar
neethi-SNAPSHOT.jar
woden-SNAPSHOT.jar

Total time: 1 minutes 50 seconds
Finished at: Mon Sep 18 13:30:39 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]

Ming Cheung/Austin/[EMAIL PROTECTED]








Ming Cheung/Austin/[EMAIL PROTECTED] 
2006/09/18 13:34

Please respond to
"Maven Users List" 








To
"Maven Users List" 


cc
"'Maven Users List'" 


Subject
RE: [maven1.x] maven-test-plugin.jar 1.8.1








Jeff & Experts,

My test failed again with maven 1.0.2. It seesm the maven 1.0.2 does not know the cvs.apache.org/repository and it also failed to download some of the common plugins. Do you know a workaround with this?

BTW, I was able to make maven 1.1-beta-3 work, but failed on maven 1.0.2. Any suggestion or advice will be appreciated.

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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

"Jeff Jensen" <[EMAIL PROTECTED]>











"Jeff Jensen" <[EMAIL PROTECTED]>
2006/09/11 19:55 









Please respond to
"Maven Users List" 



To
"'Maven Users List'" 

cc

Subject
RE: [maven1.x] maven-test-plugin.jar 1.8.1








You need to have http://cvs.apache.org/repository/ on your remote repo list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.

http://maven.apache.org/maven-1.x/using/repositories.html


-Original Message-
From: Ming Cheung [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81. 
available online
http://maven.apache.org/maven-1.x/plugins/test/downloads.html. 

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able 
to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes 
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




-
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]





RE: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Ming Cheung

Jeff & Experts,

My test failed again with maven 1.0.2. It seesm the maven 1.0.2 does not know the cvs.apache.org/repository and it also failed to download some of the common plugins. Do you know a workaround with this?

BTW, I was able to make maven 1.1-beta-3 work, but failed on maven 1.0.2. Any suggestion or advice will be appreciated.

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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

">"Jeff Jensen" <[EMAIL PROTECTED]>








"Jeff Jensen" <[EMAIL PROTECTED]> 
2006/09/11 19:55

Please respond to
"Maven Users List" 








To
"'Maven Users List'" 


cc



Subject
RE: [maven1.x] maven-test-plugin.jar 1.8.1








You need to have http://cvs.apache.org/repository/ on your remote repo list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.

http://maven.apache.org/maven-1.x/using/repositories.html


-Original Message-
From: Ming Cheung [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81. 
available online
http://maven.apache.org/maven-1.x/plugins/test/downloads.html. 

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able 
to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes 
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




-
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]





RE: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-13 Thread Ming Cheung

Jeff,

After using the new repository, my test is running fine. Thank you.

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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

">"Jeff Jensen" <[EMAIL PROTECTED]>








"Jeff Jensen" <[EMAIL PROTECTED]> 
09/11/2006 07:55 PM

Please respond to
"Maven Users List" 








To
"'Maven Users List'" 


cc



Subject
RE: [maven1.x] maven-test-plugin.jar 1.8.1








You need to have http://cvs.apache.org/repository/ on your remote repo list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.

http://maven.apache.org/maven-1.x/using/repositories.html


-Original Message-
From: Ming Cheung [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81. 
available online
http://maven.apache.org/maven-1.x/plugins/test/downloads.html. 

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able 
to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes 
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




-
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]





RE: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Ming Cheung
Jeff,

I am now able to run my test with the new repository.

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




"Jeff Jensen" <[EMAIL PROTECTED]> 
09/11/2006 07:55 PM
Please respond to
"Maven Users List" 


To
"'Maven Users List'" 
cc

Subject
RE: [maven1.x] maven-test-plugin.jar 1.8.1






You need to have http://cvs.apache.org/repository/ on your remote repo 
list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.

http://maven.apache.org/maven-1.x/using/repositories.html


-Original Message-
From: Ming Cheung [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81. 
available online
http://maven.apache.org/maven-1.x/plugins/test/downloads.html. 

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able 

to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes 
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




-
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]




Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Arnaud HERITIER

I think that it will be better to revert this change even if it's not clean.
We'll try to fix others plugins first, and in a future we'll fix the test
plugin.

Arnaud

On 9/12/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:



Did someone found a solution to MPTEST-66 ?

For info, since Test 1.8 doesn't run java:compile anymore if test.skip =
true, some other plugins need update AND java:compile is ran twice when
building a jar.

Nico.

Arnaud HERITIER a écrit :
> Be careful, the more recent is the snapshot of the version 1.8.1.
> I'll remove the version 1.9.
>
> cheers
>
> arnaud
>
> On 9/12/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:
>>
>> You need to have http://cvs.apache.org/repository/ on your remote repo
>> list
>> (maven.repo.remote property).
>> There are 1.8.1 and 1.9 snapshots there.
>>
>> http://maven.apache.org/maven-1.x/using/repositories.html
>>
>>
>> -Original Message-
>> From: Ming Cheung [mailto:[EMAIL PROTECTED]
>> Sent: Monday, September 11, 2006 5:41 PM
>> To: Maven Users List
>> Cc: Maven Users List
>> Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1
>>
>> Jeff,
>>
>> The maven-test-plugin only comes with 1.8 so far. There is no 1.81.
>> available online
>> http://maven.apache.org/maven-1.x/plugins/test/downloads.html.
>>
>> Is there another option?
>>
>> Sincerely,
>>
>> Ming Cheung
>> WebSphere Web Services Developer
>>
>> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line:
>> 678-0733
>> Email: [EMAIL PROTECTED]
>>
>>
>>
>>
>> Jeff Jensen <[EMAIL PROTECTED]>
>> 09/11/2006 05:04 PM
>> Please respond to
>> "Maven Users List" 
>>
>>
>> To
>> Maven Users List 
>> cc
>>
>> Subject
>> Re: [maven1.x] maven-test-plugin.jar 1.8.1
>>
>>
>>
>>
>>
>>
>> Read "Non-Bundled Plugins" here:
>> http://maven.apache.org/maven-1.x/start/concepts.html
>>
>>
>> Quoting Ming Cheung <[EMAIL PROTECTED]>:
>>
>> >
>> > I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be
>> able
>> to
>> > run successfully.
>> >
>> > Recently, I downloaded the maven 1.1-beta-3. and learned it only
comes
>> with
>> > maven-test-plugin-1.8.jar.  Is there a way to make the plugin
>> update to
>> > 1.8.1 automatically?
>> >
>> >
>> >
>> > Sincerely,
>> >
>> > Ming Cheung
>> > WebSphere Web Services Developer
>> >
>> > Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
>> > Tie Line: 678-0733
>> > Email: [EMAIL PROTECTED]
>>
>>
>>
>>
>> -
>> 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]
>>
>>
>

This message contains information that may be privileged or confidential
and is the property of the Capgemini Group. It is intended only for the
person to whom it is addressed. If you are not the intended recipient,  you
are not authorized to read, print, retain, copy, disseminate,  distribute,
or use this message or any part thereof. If you receive this  message in
error, please notify the sender immediately and delete all  copies of this
message.


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




Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Nicolas De Loof


Did someone found a solution to MPTEST-66 ?

For info, since Test 1.8 doesn't run java:compile anymore if test.skip = 
true, some other plugins need update AND java:compile is ran twice when 
building a jar.


Nico.

Arnaud HERITIER a écrit :

Be careful, the more recent is the snapshot of the version 1.8.1.
I'll remove the version 1.9.

cheers

arnaud

On 9/12/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:


You need to have http://cvs.apache.org/repository/ on your remote repo
list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.

http://maven.apache.org/maven-1.x/using/repositories.html


-Original Message-
From: Ming Cheung [mailto:[EMAIL PROTECTED]
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81.
available online
http://maven.apache.org/maven-1.x/plugins/test/downloads.html.

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line: 
678-0733

Email: [EMAIL PROTECTED]




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be 
able

to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin 
update to

> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




-
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]






This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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



Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Arnaud HERITIER

Be careful, the more recent is the snapshot of the version 1.8.1.
I'll remove the version 1.9.

cheers

arnaud

On 9/12/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:


You need to have http://cvs.apache.org/repository/ on your remote repo
list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.

http://maven.apache.org/maven-1.x/using/repositories.html


-Original Message-
From: Ming Cheung [mailto:[EMAIL PROTECTED]
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81.
available online
http://maven.apache.org/maven-1.x/plugins/test/downloads.html.

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able
to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




-
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]




RE: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-11 Thread Jeff Jensen
You need to have http://cvs.apache.org/repository/ on your remote repo list
(maven.repo.remote property).
There are 1.8.1 and 1.9 snapshots there.

http://maven.apache.org/maven-1.x/using/repositories.html


-Original Message-
From: Ming Cheung [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 11, 2006 5:41 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: [maven1.x] maven-test-plugin.jar 1.8.1

Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81. 
available online
http://maven.apache.org/maven-1.x/plugins/test/downloads.html. 

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]>
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able 
to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes 
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




-
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]



Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-11 Thread Ming Cheung
Jeff,

The maven-test-plugin only comes with 1.8 so far. There is no 1.81. 
available online 
http://maven.apache.org/maven-1.x/plugins/test/downloads.html. 

Is there another option?

Sincerely,

Ming Cheung
WebSphere Web Services Developer

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




Jeff Jensen <[EMAIL PROTECTED]> 
09/11/2006 05:04 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [maven1.x] maven-test-plugin.jar 1.8.1






Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able 
to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes 
with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




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




Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-11 Thread Jeff Jensen
Read "Non-Bundled Plugins" here:
http://maven.apache.org/maven-1.x/start/concepts.html


Quoting Ming Cheung <[EMAIL PROTECTED]>:

>
> I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able to
> run successfully.
>
> Recently, I downloaded the maven 1.1-beta-3. and learned it only comes with
> maven-test-plugin-1.8.jar.  Is there a way to make the plugin update to
> 1.8.1 automatically?
>
>
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>
> Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758
> Tie Line: 678-0733
> Email: [EMAIL PROTECTED]




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