Re: Auto apache version standard as an enforcer rule?

2010-11-10 Thread Jesse Glick
On 11/09/2010 07:07 PM, Rex Hoffman wrote: I'm leaning to using the (javadoc) annotations The trouble with Javadoc pseudo-annotations is that they are unavailable in bytecode and thus invisible to a tool like sigtest. I don't know about Clirr. I suspect this particular set of Javadoc tags was

Re: Possible regression in Assembly Plugin 2.2

2010-11-10 Thread John Casey
The documentation should reference descriptorRefs/ configuration, not descriptors/. I've been watching the JIRAs, but haven' had time to mount a new offensive to get another release out. The short story is there was a lot of potential for bad things to happen in the complex code used to load

Re: Auto apache version standard as an enforcer rule?

2010-11-10 Thread Mark Hobson
On 10 November 2010 14:02, Jesse Glick jesse.gl...@oracle.com wrote: The trouble with Javadoc pseudo-annotations is that they are unavailable in bytecode and thus invisible to a tool like sigtest. I don't know about Clirr. I suspect this particular set of Javadoc tags was designed with Eclipse

RE: running net start fails from Maven but succeeds from Ant

2010-11-10 Thread Hahn, Christopher (SAN DIEGO)
I appreciate the tenacity! Look earlier in the threadI have a build.xml that defined the restartora target. It runs fine when called from ant on the command line, but fails when called out in the pom (also pasted in below) Any clues appreciated. Chris -Original Message- From:

Upgrading maven-assembly-plugin

2010-11-10 Thread Hahn, Christopher (SAN DIEGO)
Hello, Yesterday I was asked to upgrade the version of maven-assembly-plugin in our local repository. I settled on the 2.2 release, change the version in my toplevel pom to this value, and ran the command I expected to handle this for me. Output:

Re: Possible regression in Assembly Plugin 2.2

2010-11-10 Thread Dennis Lundberg
Thanks for the clarification John. On 2010-11-10 15:27, John Casey wrote: The documentation should reference descriptorRefs/ configuration, not descriptors/. I've been watching the JIRAs, but haven' had time to mount a new offensive to get another release out. The short story is there was a

Re: [VOTE] Release Maven Linkcheck Plugin version 1.1 and Doxia Tools 1.2

2010-11-10 Thread Lukas Theussl
+1 Thanks Dennis! -Lukas Dennis Lundberg wrote: Hi, We solved 6 + 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12100styleName=Htmlversion=16748 http://jira.codehaus.org/browse/DOXIA-410 http://jira.codehaus.org/browse/DOXIA-412

Re: [VOTE] Release Maven Linkcheck Plugin version 1.1 and Doxia Tools 1.2

2010-11-10 Thread Olivier Lamy
+1 Thanks ! 2010/11/9 Dennis Lundberg denn...@apache.org: Hi, We solved 6 + 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12100styleName=Htmlversion=16748 http://jira.codehaus.org/browse/DOXIA-410 http://jira.codehaus.org/browse/DOXIA-412

Re: [VOTE] Release Maven Linkcheck Plugin version 1.1 and Doxia Tools 1.2

2010-11-10 Thread Vincent Siveton
+1 Vincent 2010/11/9 Dennis Lundberg denn...@apache.org: Hi, We solved 6 + 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12100styleName=Htmlversion=16748 http://jira.codehaus.org/browse/DOXIA-410 http://jira.codehaus.org/browse/DOXIA-412

Re: RE: running net start fails from Maven but succeeds from Ant

2010-11-10 Thread Stephen Connolly
Well I've seen differences in the environment that gets passed from maven to ant versus running ant directly. .. And to further complicate this, the environment that ant gets is different again when in a forked maven eg during release: prepare - Stephen --- Sent from my Android phone, so random

RE: RE: running net start fails from Maven but succeeds from Ant

2010-11-10 Thread Hahn, Christopher (SAN DIEGO)
Ah, yes, the env is so often the issue (i.e. cron) I will think about this. Thank you for taking the time. Chris -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Wednesday, November 10, 2010 3:06 PM To: Maven Developers List Subject: Re: RE:

Re: build error

2010-11-10 Thread Wendy Smoak
I replied off-list suggesting users@ instead of iss...@. -Wendy On Wed, Nov 10, 2010 at 7:39 PM, shragi sneha...@hotmail.com wrote: I downloaded a project that is build using maven. I also downloaded maven 2.2.1 version. This is the first time I am using maven. ...

Re: Upgrading maven-assembly-plugin

2010-11-10 Thread Stephane Nicoll
This is a user question so you should ask it on the user list. If you have a proxy, it's not used by Maven it seems. Check your local settings. S. On Wed, Nov 10, 2010 at 7:46 PM, Hahn, Christopher (SAN DIEGO) christopher.h...@hp.com wrote: Hello, Yesterday I was asked to upgrade the