Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread Milos Kleint
The checksums on central shall be fixed now. My apologies to everyone.

Milos

On Wed, Apr 21, 2010 at 10:22 PM, Brett Porter br...@apache.org wrote:


 On 21/04/2010, at 11:13 PM, John Singleton wrote:

  Thanks, Brett.
 
  FWIW, I also noticed this problem with the 2.2 version of Compiler
 plugin,
  which was released a couple of weeks ago.

 Yes, they both use the same version of the shared component. It's being
 taken care of.

 - Brett

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/





 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread Thomas Sundberg
Hi!

I just upgraded the project I'm working on and it worked fine.

/Thomas

On Fri, Apr 23, 2010 at 09:54, Milos Kleint mkle...@gmail.com wrote:
 The checksums on central shall be fixed now. My apologies to everyone.

 Milos

 On Wed, Apr 21, 2010 at 10:22 PM, Brett Porter br...@apache.org wrote:


 On 21/04/2010, at 11:13 PM, John Singleton wrote:

  Thanks, Brett.
 
  FWIW, I also noticed this problem with the 2.2 version of Compiler
 plugin,
  which was released a couple of weeks ago.

 Yes, they both use the same version of the shared component. It's being
 taken care of.

 - Brett

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/





 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org






-- 
Thomas Sundberg
M. Sc. in Computer Science

Mobile: +46 70 767 33 15
Blog: http://thomassundberg.wordpress.com/

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread John Singleton
It works for me, too - Thanks!

John Singleton

On Fri, Apr 23, 2010 at 4:04 AM, Thomas Sundberg 
thomas.k.sundb...@gmail.com wrote:

 Hi!

 I just upgraded the project I'm working on and it worked fine.

 /Thomas

 On Fri, Apr 23, 2010 at 09:54, Milos Kleint mkle...@gmail.com wrote:
  The checksums on central shall be fixed now. My apologies to everyone.
 
  Milos
 
  On Wed, Apr 21, 2010 at 10:22 PM, Brett Porter br...@apache.org wrote:
 
 
  On 21/04/2010, at 11:13 PM, John Singleton wrote:
 
   Thanks, Brett.
  
   FWIW, I also noticed this problem with the 2.2 version of Compiler
  plugin,
   which was released a couple of weeks ago.
 
  Yes, they both use the same version of the shared component. It's being
  taken care of.
 
  - Brett
 
  --
  Brett Porter
  br...@apache.org
  http://brettporter.wordpress.com/
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
  For additional commands, e-mail: users-h...@maven.apache.org
 
 
 



 --
 Thomas Sundberg
 M. Sc. in Computer Science

 Mobile: +46 70 767 33 15
 Blog: http://thomassundberg.wordpress.com/

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-21 Thread John Singleton
Thanks, Brett.

FWIW, I also noticed this problem with the 2.2 version of Compiler plugin,
which was released a couple of weeks ago.

On Tue, Apr 20, 2010 at 8:08 PM, Brett Porter br...@apache.org wrote:

 Yes, the checksums seem to be incorrect on central. I'll forward this to
 the dev list.

 On 21/04/2010, at 5:48 AM, Raphael Ackermann wrote:

  I get the same/similar checksum errors with nexus 1.6.
  I deleted the plexus-compiler artefacts both from my local and the
  nexus repository but got the same error still.
 
  Raphael
 
  On Tue, Apr 20, 2010 at 21:09, John Singleton jhsin...@gmail.com
 wrote:
  I tried to upgrade to this version of the plugin, but am getting
 download
  errors on some of its dependencies, namely:
 
  org.codehaus.plexus:plexus-compiler-api:jar:1.8
  org.codehaus.plexus:plexus-compiler-manager:jar:1.8
  org.codehaus.plexus:plexus-compiler-javac:jar:1.8
 
  sample error message from artifactory log:
 
  repo1: Downloaded '
 
 http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.jar
 '
  with return code: 200.
  2010-04-20 14:24:17,955 [pool-1-thread-30] [WARN ]
  (o.a.e.DownloadServiceImpl:194) - Sending HTTP error code 409: Checksum
  policy 'GEN_IF_ABSENT' rejected the artifact
  'plexus-compiler-javac-1.8.jar'. Checksums info:
 [ChecksumInfo{type=SHA-1,
  original='69203d97d835ff6851ed1e622ebde635a54ef681',
  actual='8e8e1d4ef6c19ab4daaabe387218a74ea44b17c6'},
 ChecksumInfo{type=MD5,
  original='dde75ac45679d2a639d25f01da55663e',
  actual='41a5a8bc0e92ace66d918c487b5fa345'}].
 
  Is there really an error in the posted checksums, or is this a problem
 on my
  end?
 
  This error occurs with artifactory 2.2.2 runing on Ubuntu Linux 9.10
 (Karmic
  Koala), called from Maven 2.2.1
 
 
  On Sat, Apr 17, 2010 at 6:43 AM, Benjamin Bentmann bentm...@apache.org
 wrote:
 
  The Maven team is pleased to announce the release of the Maven Compiler
  Plugin, version 2.3.
 
  This plugin is used to compile the sources of your project. See the
  plugin's site for more details:
 
   http://maven.apache.org/plugins/maven-compiler-plugin/
 
  To use the updated plugin in your projects, you need to add the
  following snippet to the plugins or plugin management section of your
 POM:
 
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-compiler-plugin/artifactId
 version2.3/version
   /plugin
 
  Release Notes - Maven 2.x Compiler Plugin - Version 2.3
 
  ** Improvement
 * [MCOMPILER-80] - Change default source level to 1.5
 
  Enjoy,
 
 
  -The Maven team
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
  For additional commands, e-mail: users-h...@maven.apache.org
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
  For additional commands, e-mail: users-h...@maven.apache.org
 

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/





 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-21 Thread Brett Porter

On 21/04/2010, at 11:13 PM, John Singleton wrote:

 Thanks, Brett.
 
 FWIW, I also noticed this problem with the 2.2 version of Compiler plugin,
 which was released a couple of weeks ago.

Yes, they both use the same version of the shared component. It's being taken 
care of.

- Brett

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/





-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread John Singleton
I tried to upgrade to this version of the plugin, but am getting download
errors on some of its dependencies, namely:

org.codehaus.plexus:plexus-compiler-api:jar:1.8
org.codehaus.plexus:plexus-compiler-manager:jar:1.8
org.codehaus.plexus:plexus-compiler-javac:jar:1.8

sample error message from artifactory log:

repo1: Downloaded '
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.jar'
with return code: 200.
2010-04-20 14:24:17,955 [pool-1-thread-30] [WARN ]
(o.a.e.DownloadServiceImpl:194) - Sending HTTP error code 409: Checksum
policy 'GEN_IF_ABSENT' rejected the artifact
'plexus-compiler-javac-1.8.jar'. Checksums info: [ChecksumInfo{type=SHA-1,
original='69203d97d835ff6851ed1e622ebde635a54ef681',
actual='8e8e1d4ef6c19ab4daaabe387218a74ea44b17c6'}, ChecksumInfo{type=MD5,
original='dde75ac45679d2a639d25f01da55663e',
actual='41a5a8bc0e92ace66d918c487b5fa345'}].

Is there really an error in the posted checksums, or is this a problem on my
end?

This error occurs with artifactory 2.2.2 runing on Ubuntu Linux 9.10 (Karmic
Koala), called from Maven 2.2.1


On Sat, Apr 17, 2010 at 6:43 AM, Benjamin Bentmann bentm...@apache.orgwrote:

 The Maven team is pleased to announce the release of the Maven Compiler
 Plugin, version 2.3.

 This plugin is used to compile the sources of your project. See the
 plugin's site for more details:

  http://maven.apache.org/plugins/maven-compiler-plugin/

 To use the updated plugin in your projects, you need to add the
 following snippet to the plugins or plugin management section of your POM:

  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
version2.3/version
  /plugin

 Release Notes - Maven 2.x Compiler Plugin - Version 2.3

 ** Improvement
* [MCOMPILER-80] - Change default source level to 1.5

 Enjoy,


 -The Maven team


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread Raphael Ackermann
I get the same/similar checksum errors with nexus 1.6.
I deleted the plexus-compiler artefacts both from my local and the
nexus repository but got the same error still.

Raphael

On Tue, Apr 20, 2010 at 21:09, John Singleton jhsin...@gmail.com wrote:
 I tried to upgrade to this version of the plugin, but am getting download
 errors on some of its dependencies, namely:

 org.codehaus.plexus:plexus-compiler-api:jar:1.8
 org.codehaus.plexus:plexus-compiler-manager:jar:1.8
 org.codehaus.plexus:plexus-compiler-javac:jar:1.8

 sample error message from artifactory log:

 repo1: Downloaded '
 http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.jar'
 with return code: 200.
 2010-04-20 14:24:17,955 [pool-1-thread-30] [WARN ]
 (o.a.e.DownloadServiceImpl:194) - Sending HTTP error code 409: Checksum
 policy 'GEN_IF_ABSENT' rejected the artifact
 'plexus-compiler-javac-1.8.jar'. Checksums info: [ChecksumInfo{type=SHA-1,
 original='69203d97d835ff6851ed1e622ebde635a54ef681',
 actual='8e8e1d4ef6c19ab4daaabe387218a74ea44b17c6'}, ChecksumInfo{type=MD5,
 original='dde75ac45679d2a639d25f01da55663e',
 actual='41a5a8bc0e92ace66d918c487b5fa345'}].

 Is there really an error in the posted checksums, or is this a problem on my
 end?

 This error occurs with artifactory 2.2.2 runing on Ubuntu Linux 9.10 (Karmic
 Koala), called from Maven 2.2.1


 On Sat, Apr 17, 2010 at 6:43 AM, Benjamin Bentmann bentm...@apache.orgwrote:

 The Maven team is pleased to announce the release of the Maven Compiler
 Plugin, version 2.3.

 This plugin is used to compile the sources of your project. See the
 plugin's site for more details:

  http://maven.apache.org/plugins/maven-compiler-plugin/

 To use the updated plugin in your projects, you need to add the
 following snippet to the plugins or plugin management section of your POM:

  plugin
    groupIdorg.apache.maven.plugins/groupId
    artifactIdmaven-compiler-plugin/artifactId
    version2.3/version
  /plugin

 Release Notes - Maven 2.x Compiler Plugin - Version 2.3

 ** Improvement
    * [MCOMPILER-80] - Change default source level to 1.5

 Enjoy,


 -The Maven team


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread Brett Porter
Yes, the checksums seem to be incorrect on central. I'll forward this to the 
dev list.

On 21/04/2010, at 5:48 AM, Raphael Ackermann wrote:

 I get the same/similar checksum errors with nexus 1.6.
 I deleted the plexus-compiler artefacts both from my local and the
 nexus repository but got the same error still.
 
 Raphael
 
 On Tue, Apr 20, 2010 at 21:09, John Singleton jhsin...@gmail.com wrote:
 I tried to upgrade to this version of the plugin, but am getting download
 errors on some of its dependencies, namely:
 
 org.codehaus.plexus:plexus-compiler-api:jar:1.8
 org.codehaus.plexus:plexus-compiler-manager:jar:1.8
 org.codehaus.plexus:plexus-compiler-javac:jar:1.8
 
 sample error message from artifactory log:
 
 repo1: Downloaded '
 http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.jar'
 with return code: 200.
 2010-04-20 14:24:17,955 [pool-1-thread-30] [WARN ]
 (o.a.e.DownloadServiceImpl:194) - Sending HTTP error code 409: Checksum
 policy 'GEN_IF_ABSENT' rejected the artifact
 'plexus-compiler-javac-1.8.jar'. Checksums info: [ChecksumInfo{type=SHA-1,
 original='69203d97d835ff6851ed1e622ebde635a54ef681',
 actual='8e8e1d4ef6c19ab4daaabe387218a74ea44b17c6'}, ChecksumInfo{type=MD5,
 original='dde75ac45679d2a639d25f01da55663e',
 actual='41a5a8bc0e92ace66d918c487b5fa345'}].
 
 Is there really an error in the posted checksums, or is this a problem on my
 end?
 
 This error occurs with artifactory 2.2.2 runing on Ubuntu Linux 9.10 (Karmic
 Koala), called from Maven 2.2.1
 
 
 On Sat, Apr 17, 2010 at 6:43 AM, Benjamin Bentmann 
 bentm...@apache.orgwrote:
 
 The Maven team is pleased to announce the release of the Maven Compiler
 Plugin, version 2.3.
 
 This plugin is used to compile the sources of your project. See the
 plugin's site for more details:
 
  http://maven.apache.org/plugins/maven-compiler-plugin/
 
 To use the updated plugin in your projects, you need to add the
 following snippet to the plugins or plugin management section of your POM:
 
  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
version2.3/version
  /plugin
 
 Release Notes - Maven 2.x Compiler Plugin - Version 2.3
 
 ** Improvement
* [MCOMPILER-80] - Change default source level to 1.5
 
 Enjoy,
 
 
 -The Maven team
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/





-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



[ANN] Maven Compiler Plugin 2.3 Released

2010-04-17 Thread Benjamin Bentmann

The Maven team is pleased to announce the release of the Maven Compiler
Plugin, version 2.3.

This plugin is used to compile the sources of your project. See the 
plugin's site for more details:


  http://maven.apache.org/plugins/maven-compiler-plugin/

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
version2.3/version
  /plugin

Release Notes - Maven 2.x Compiler Plugin - Version 2.3

** Improvement
* [MCOMPILER-80] - Change default source level to 1.5

Enjoy,


-The Maven team


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org