RE: [vote] Promote maven-changelog-plugin and maven-changes-plugi n out of the sandbox

2006-07-25 Thread Cabasson Denis
Another trivial issue, which would be nice to fix before promotion (really trivial one): http://jira.codehaus.org/browse/MCHANGES-51 (patch submitted). Denis. -Message d'origine- De : Mike Perham [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 juillet 2006 20:11 À : Maven Developers List O

Re: Please review the documentation for the maven-one-plugin

2006-07-25 Thread Allan Ramirez
oopss sorry it should be one:deploy-maven-one-repository *NOT* one:install-maven-one-repository allan Allan Ramirez wrote: Hi Dennis, Nice work! But got confused with the difference between one:install-maven-one-repository goal and the deploy:deploy-file with repositoryLayout as legacy (h

Re: Please review the documentation for the maven-one-plugin

2006-07-25 Thread Allan Ramirez
Hi Dennis, Nice work! But got confused with the difference between one:install-maven-one-repository goal and the deploy:deploy-file with repositoryLayout as legacy (http://people.apache.org/~aramirez/maven-deploy-plugin/examples/deploying-in-legacy-layout.html). Are they the same? Thanks, a

Re: Help running Maven 2 on the zone please

2006-07-25 Thread Brett Porter
Hi James, Looks like you're missing: export JAVA_HOME (likewise with the others, they are probably being ignored). I'm curious why you got the test error you did instead of the proper JAVA_HOME error when you run it normally. One thing we could do is set JAVA_HOME if java is found in the path

Help running Maven 2 on the zone please

2006-07-25 Thread James Mitchell
(Moved here from infra@)... So, as soon as I ran it I saw (among the other debug info)... ... ... + echo 'Error: JAVA_HOME is not defined correctly.' Error: JAVA_HOME is not defined correctly. <--- Aha! + echo ' We cannot execute java' We cannot execute java + exit 1 Here's a few det

Re: Maven Archetype Plugin Documentation needs Reviewing

2006-07-25 Thread Maria Odea Ching
Hi Everyone, I've moved the archetype plugin staging site to http://people.apache.org/~oching/maven-archetype-plugin . There seems to be a problem with the geocities site. Thanks, Odea Franz Allan Valencia See wrote: Good day, I w

RE: [m2] maven-war-plugin broken again

2006-07-25 Thread Brian E. Fox
Weird. Anyone else concerned that clearing a local repo has this effect? -Original Message- From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 8:11 AM To: Maven Developers List Subject: Re: [m2] maven-war-plugin broken again David J. M. Karlsen wrote: > Hi!

RE: [m2] maven-war-plugin broken again

2006-07-25 Thread Brian E. Fox
I had this same problem and I couldn't track it down even after debugging the plugin. Clearing my repository seems to have solved the problem though. I wish I knew why, but once I wasn't able to reproduce there wasn't much investigation I could do. -Original Message- From: David J. M. Kar

Re: Review surefire plugin documentation

2006-07-25 Thread Edwin Punzalan
Allan, Here are the things I found that may need improvement: index.html - Examples section, "usecases" should be use-cases. usage.html - "All of the providers support the following configuration.", where are the configurations? Allan Ramirez wrote: Hi everyone, Just updated th

Re: Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Barrie Treloar
On 7/26/06, Brett Porter <[EMAIL PROTECTED]> wrote: The first one is the old one (pre-death of the codehaus box). We're trying to migrate things to the new one (the latter) that is in their new infrastructure. Looks like this is one that needs to be deployed there. Any chance the maven web site

Re: Getting error building Web Service

2006-07-25 Thread Brett Porter
Hi, Please ask any follow ups on users@maven.apache.org - thanks. You'll need to look at the code of the plugin (line 603) for the code that is causing the error - it might give a hint. Running with a -e parameter might also help. Cheers, Brett On 26/07/2006 4:08 AM, Ganju, Vishal wrote: H

Re: Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Brett Porter
The first one is the old one (pre-death of the codehaus box). We're trying to migrate things to the new one (the latter) that is in their new infrastructure. Looks like this is one that needs to be deployed there. - Brett On 26/07/2006 9:26 AM, Simon Kitching wrote: On Wed, 2006-07-26 at 08:4

Re: problem building jar of maven-jar-plugin

2006-07-25 Thread Brett Porter
It's usually the last one: Caused by: java.lang.ClassFormatError: Illegal field name "has inconsistent hierarchy" in class org/apache/maven/plugin/jar/JarMojo Seems like something went wrong when you built it the first time. This may seems strange, but add: maven-jar-plugin

Re: [vote] Promote maven-changelog-plugin and maven-changes-plugin out of the sandbox

2006-07-25 Thread Brett Porter
+1 to move them both out of the sandbox now, another vote should be called for release of each after the other issues in the thread are addressed. - Brett On 26/07/2006 3:51 AM, Dennis Lundberg wrote: Hi Here's the status of things: maven-changelog-plugin - 2.0-beta-1 was released back at m

Re: problem building jar of maven-jar-plugin

2006-07-25 Thread Barrie Treloar
On 7/26/06, Simon Kitching <[EMAIL PROTECTED]> wrote: Hi, I'm writing a patch to maven-jar-plugin. The code compiles fine, and runs the tests ok. However it fails shortly after, with a message I can't understand. I suspect the failure is in the "package" phase, when running the "jar" goal to cr

Re: [vote] Promote maven-changelog-plugin and maven-changes-plugin out of the sandbox

2006-07-25 Thread Dennis Lundberg
Updating the documentation is now the only open issue left for the maven-changelog-plugin. Vincent Siveton wrote: Hi Dennis, +1 The maven-changelog-plugin docs need to be in line with the standard before. Cheers, Vincent 2006/7/25, Dennis Lundberg <[EMAIL PROTECTED]>: Hi Here's the stat

problem building jar of maven-jar-plugin

2006-07-25 Thread Simon Kitching
Hi, I'm writing a patch to maven-jar-plugin. The code compiles fine, and runs the tests ok. However it fails shortly after, with a message I can't understand. I suspect the failure is in the "package" phase, when running the "jar" goal to create a jar. Rather ironic :-) The version I'm building

Re: Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Simon Kitching
On Wed, 2006-07-26 at 08:42 +0930, Barrie Treloar wrote: > I'm not sure if http://snapshots.maven.codehaus.org/maven2 resolves to > http://snapshots.repository.codehaus.org (having just checked they > don't appear to) Thanks, the first url above did the trick. Maybe these are the maven2 and maven1

Re: Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Barrie Treloar
from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://svn.apache.org/maven-snapshot-repository), codehaus-snapshots (http://snapshots.repository.codehaus.org), snapshots (http://svn.apache.org/maven-snapshot-repository) I had similar pr

Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Simon Kitching
Hi, I'm trying to build the trunk checkout of maven-jar-plugin in order to create a patch for http://jira.codehaus.org/browse/MJAR-30. I've got maven-2.0.4 installed, and in the root dir of the maven-jar-plugin dir am running this: mvn install However I'm getting this (message trimmed somewhat

Re: [vote] Promote maven-changelog-plugin and maven-changes-plugin out of the sandbox

2006-07-25 Thread John Casey
+1, pending some documentation for the changelog plugin. It looks like the changes plugin is in pretty good shape in this regard, at least from what I could see in SVN. -john On 7/25/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: +1 with same comment. Emmanuel Vincent Siveton a écrit : > Hi

Re: [vote] Dennis Lundberg as a Maven Committer

2006-07-25 Thread John Casey
Late, I know, but a very warm +1 from me. :-) -j On 7/20/06, Brian E. Fox <[EMAIL PROTECTED]> wrote: +1 -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:11 AM To: Maven Developers List Subject: [vote] Dennis Lundberg as a Maven Commit

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-25 Thread John Casey
Is the pmc information an additional mojo, or just more functionality for the DOAP mojo? If it's a new mojo, maybe we should consider changing the name of the plugin... Otherwise, I'm +1. -john On 7/21/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/21/06, Jason van Zyl <[EMAIL PROTECTED]> wr

Re: [vote] Promote maven-changelog-plugin and maven-changes-plugin out of the sandbox

2006-07-25 Thread Emmanuel Venisse
+1 with same comment. Emmanuel Vincent Siveton a écrit : Hi Dennis, +1 The maven-changelog-plugin docs need to be in line with the standard before. Cheers, Vincent 2006/7/25, Dennis Lundberg <[EMAIL PROTECTED]>: Hi Here's the status of things: maven-changelog-plugin - 2.0-beta-1 was re

Getting error building Web Service

2006-07-25 Thread Ganju, Vishal
Hi , I am trying to build one of my java web service project using maven . I am getting following error message. ** multiproject:goal: build:start: java:prepare-filesys

RE: [vote] Promote maven-changelog-plugin and maven-changes-plugin out of the sandbox

2006-07-25 Thread Mike Perham
Dennis, I just added an issue I would like to see fixed before promotion. http://jira.codehaus.org/browse/MCHANGES-50 -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 12:52 PM To: Maven Developers List Subject: [vote] Promote maven-changelo

Re: [vote] Promote maven-changelog-plugin and maven-changes-plugin out of the sandbox

2006-07-25 Thread Vincent Siveton
Hi Dennis, +1 The maven-changelog-plugin docs need to be in line with the standard before. Cheers, Vincent 2006/7/25, Dennis Lundberg <[EMAIL PROTECTED]>: Hi Here's the status of things: maven-changelog-plugin - 2.0-beta-1 was released back at mojo - No non-SNAPSHOT release at Apache since

Re: Please review the documentation for the maven-one-plugin

2006-07-25 Thread Dennis Lundberg
Vincent Siveton wrote: Hi Dennis, usage.html Could you explain what is for? I wish I could. That was one thing that I stumbled on while going over the docs. Should I remove it or is it necessary? The closest I have gotten is finding out what "extensions" means in the pom reference: http:/

[vote] Promote maven-changelog-plugin and maven-changes-plugin out of the sandbox

2006-07-25 Thread Dennis Lundberg
Hi Here's the status of things: maven-changelog-plugin - 2.0-beta-1 was released back at mojo - No non-SNAPSHOT release at Apache since the move from mojo - 25 issues fixed for 2.0 release - 2 unscheduled issues maven-changes-plugin - 2.0-beta-1 was released back at mojo - No non-SNAPSHOT relea

Re: FindBugs : Timeout: killed the sub-process

2006-07-25 Thread Lukas Theussl
Completely the wrong list. Please use the maven-user list or the sourceforge-plugins user list for this sort of questions. -Lukas Maven wrote: Hi all, I am getting a time out exception from findBugs while i generate the site using the command maven site:generate. I tried to remove this bug

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Tamás Cservenák
Just to add: a planned feature of Proximity (awaited for RC2, but my every day job is pressing me lately) would be "repository relocation". Behind the curtains, this "feature" would be implemented just by "prefixing" the repository namespace within Proximity, like: http://localhost:8080/px-weba

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Tamás Cservenák
Hi, Not quite. Proximity is (almost) plain HTTP proxy, but IT DOES have knowledge about maven reposes (see repository browsing or the use of "?repositoryId=central" URL parameter.), but only as separate "storages". What it does not have is STATE, it cannot distuingish the two consecutive HTTP GE

Review surefire plugin documentation

2006-07-25 Thread Allan Ramirez
Hi everyone, Just updated the docs of the surefire plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks staging site can be found here http://people.apache.org/~aramirez/maven-surefire-plugin/ Thanks, allan -

RE: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Allison, Bob
Proximity does only use the first metadata that is found in the list of sources. If central is defined first, it ALWAYS wins and you get release metadata by default. In this case, however, it found metadata for a plugin in a snapshot repository (it had never been released, so there was no data

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Trygve Laugstøl
Allison, Bob wrote: Something else of note I discovered using Proximity: If you have multiple repositories mirrored, you need to keep the snapshot repositories away from the release repositories. In my case, I was using Proximity to mirror "central" but it also had several other repositories in

Re: How to ssh remote machine

2006-07-25 Thread Jakob Vad Nielsen
You are right. Didn't see that since I'm on both. >Jakob Vad Nielsen wrote: >> Sorry that I answer you with URL's. A little busy today :) >> >> http://www.ece.uci.edu/~chou/ssh-key.html >> >This should be on the users list anyway, no? > > > >

Re: How to ssh remote machine

2006-07-25 Thread Richard van der Hoff
Jakob Vad Nielsen wrote: Sorry that I answer you with URL's. A little busy today :) http://www.ece.uci.edu/~chou/ssh-key.html This should be on the users list anyway, no? - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: RE: How to ssh remote machine

2006-07-25 Thread Jakob Vad Nielsen
Sorry that I answer you with URL's. A little busy today :) http://www.ece.uci.edu/~chou/ssh-key.html Regards, Jakob > >Thanks, remote machine has cygwin installed. I m not using plink and >pscp, both machine is windows. > >What to make entry in and ? What is >? > > > > ... > > >

RE: How to ssh remote machine

2006-07-25 Thread Amit Kumar Singh \(C\)
Thanks, remote machine has cygwin installed. I m not using plink and pscp, both machine is windows. What to make entry in and ? What is ? ... ssh-repository your username in the remote system if different from local /path/to/your/private/key plink

Re: How to ssh remote machine

2006-07-25 Thread Jakob Vad Nielsen
http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html http://gerodt.homeip.net/blog/gero/2005/10/30/1130698130518.html /Jakob > >How can we make SSH to remote machine through POM.xml or .jelly? > >Can anyone help me. > >Thanks & Regards, > >Amit Kumar Singh >Associate Infrastructur

How to ssh remote machine

2006-07-25 Thread Amit Kumar Singh \(C\)
How can we make SSH to remote machine through POM.xml or .jelly? Can anyone help me. Thanks & Regards, Amit Kumar Singh Associate Infrastructure, Sapient Cell: +91. (0).9810562640 Emails: [EMAIL PROTECTED] Yahoo: amit_archie

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Barrie Treloar
On 7/25/06, Allison, Bob <[EMAIL PROTECTED]> wrote: If you have multiple repositories mirrored, you need to keep the snapshot repositories away from the release repositories. In my case, I was using Proximity to mirror "central" but it also had several other repositories in its configuration inc

Re: [vote] [m1] release faq and nsis plugins

2006-07-25 Thread Stephane Nicoll
+1 for both. s/ On 7/25/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: Hi, Here are the last two plugins to release before maven-1.1-beta-3: [] maven-faq-plugin-1.6.1 [] maven-nsis-plugin-2.0 The faq plugin 1.6.1 has only one fix that was neccessary after our last dependency upgrades, please t

Re: [vote] [m1] release faq and nsis plugins

2006-07-25 Thread Arnaud HERITIER
+1 for both Arnaud On 7/25/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: Hi, Here are the last two plugins to release before maven-1.1-beta-3: [] maven-faq-plugin-1.6.1 [] maven-nsis-plugin-2.0 The faq plugin 1.6.1 has only one fix that was neccessary after our last dependency upgrades, ple

RE: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Allison, Bob
Something else of note I discovered using Proximity: If you have multiple repositories mirrored, you need to keep the snapshot repositories away from the release repositories. In my case, I was using Proximity to mirror "central" but it also had several other repositories in its configuration inc