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

2006-09-21 Thread Arnaud HERITIER
Users List users@maven.apache.org 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 assert:assertPluginAvailable which is available only in maven-plugin-plugin 1.7 which works only with maven 1.1 ... :-( http

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

2006-09-21 Thread Ming Cheung
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

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

2006-09-21 Thread Arnaud HERITIER
PROTECTED] *Ming Cheung/Austin/[EMAIL PROTECTED] 09/20/2006 03:53 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Maven Users List users@maven.apache.org Subject Re: [maven1.x] maven-test-plugin.jar 1.8.1

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

2006-09-20 Thread Ming Cheung
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 users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [maven1.x] maven-test

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]

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

2006-09-20 Thread Arnaud HERITIER
respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org 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

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

2006-09-20 Thread Ming Cheung
Line: 678-0733 Email: [EMAIL PROTECTED] Arnaud HERITIER [EMAIL PROTECTED] 09/20/2006 05:49 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [maven1.x] maven-test-plugin.jar 1.8.1 Sorry but maven-jar-plugin 1.8 seems

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

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

2006-09-18 Thread Ming Cheung
respond to Maven Users List users@maven.apache.org To 'Maven Users List' users@maven.apache.org 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

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

2006-09-18 Thread Ming Cheung
@maven.apache.org 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

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

2006-09-18 Thread Arnaud HERITIER
@maven.apache.org cc 'Maven Users List' users@maven.apache.org 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

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

2006-09-18 Thread Ming Cheung
to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org 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.jarby http

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

2006-09-18 Thread Arnaud HERITIER
@maven.apache.org To Maven Users List users@maven.apache.org 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

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

2006-09-18 Thread Ming Cheung
List users@maven.apache.org To Maven Users List users@maven.apache.org 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

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

2006-09-13 Thread Ming Cheung
PROTECTED] 09/11/2006 07:55 PM Please respond to Maven Users List users@maven.apache.org To 'Maven Users List' users@maven.apache.org 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

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

2006-09-12 Thread Arnaud HERITIER
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

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

2006-09-12 Thread Nicolas De Loof
/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

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

2006-09-12 Thread Arnaud HERITIER
[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

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

2006-09-12 Thread Ming Cheung
Users List users@maven.apache.org To 'Maven Users List' users@maven.apache.org 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

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

2006-09-11 Thread Ming Cheung
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

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

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

2006-09-11 Thread Ming Cheung
Tie Line: 678-0733 Email: [EMAIL PROTECTED] Jeff Jensen [EMAIL PROTECTED] 09/11/2006 05:04 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [maven1.x] maven-test-plugin.jar 1.8.1 Read Non-Bundled Plugins here: http

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

2006-09-11 Thread Jeff Jensen
, 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