Re: [discuss] Java 5

2006-11-26 Thread Emmanuel Hugonnet
Brett Porter a écrit : This would have zero impact on applications built with Maven. I'd been meaning to follow this up. Let me see what happened with the user survey... - Brett On 26/11/2006, at 12:49 PM, Brian E. Fox wrote: Our experience with our products is that not enough of the avail

Re: Maven 2.0.4 Checkout tag

2006-11-26 Thread Rahul Thakur
I think you need the tagged sources here: https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.4/ Rahul - Original Message - From: "Peter Anning" <[EMAIL PROTECTED]> To: Sent: Monday, November 27, 2006 7:32 PM Subject: Maven 2.0.4 Checkout tag Hi, I am trying to build

Maven 2.0.4 Checkout tag

2006-11-26 Thread Peter Anning
Hi, I am trying to build maven from source. I used the following svs command to get the stable 2.0.4 release but I got 2.0.5-SNAPSHOT instead? svn co https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x maven-2.0.4 Thanks Peter

Re: svn commit: r479498 - in /maven/continuum/trunk: ./ continuum-cc/ continuum-distributed/ continuum-sandbox/continuum-cc/ continuum-sandbox/continuum-distributed/ continuum-sandbox/continuum-update

2006-11-26 Thread Jason van Zyl
continuum-distributed is not an old module, please put that one back. Jason. On 26 Nov 06, at 9:54 PM 26 Nov 06, [EMAIL PROTECTED] wrote: Author: brett Date: Sun Nov 26 18:54:54 2006 New Revision: 479498 URL: http://svn.apache.org/viewvc?view=rev&rev=479498 Log: move old modules to the sandbo

[m2] difference between MojoExecutionException and MojoFailureException?

2006-11-26 Thread Barrie Treloar
MojoFailureException Javadoc = An exception occuring during the execution of a plugin. MojoExecutionException Javadoc = An exception occuring during the execution of a plugin. It apepars that a Failure can not have an Exception cause. But otherwise the two are identical. When would I use a Mo