sorry for the noise...

2006-03-26 Thread Brett Porter
for those on the notifications list, sorry for the noise. I had to start from scratch on the continuum server as I managed to corrupt the DB and didn't have a recent backup. - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Please synch Apache m2 repository for Struts

2006-03-26 Thread Wendy Smoak
Assuming everything looks okay, please synch dist/maven-repository/org/apache/struts with ibiblio. The Shale Test Framework 1.0.2 jar has been deployed, including signatures for the jar and pom. Release vote: http://www.nabble.com/Re%3A-VOTE-Struts-Shale-v1.0.2-Quality-p3603973.html (For the pom

Re: [aheritier] java-repository/maven/plugins/maven-pmd-plugin-1.8.jar

2006-03-26 Thread Arnaud HERITIER
Hi Henk, Sorry about that. I didn't know (and I'm not sure I'm the only one in our team) we needed to do it from now. I'll fix it ASAP. cheers Arnaud On 27 Mar 2006 01:02:40 -, Henk Penning <[EMAIL PROTECTED]> wrote: > > Hi Arnaud Heritier, > > I see you published some files on www.

Re: Release Plans - Maven 2.0.3 and Spring 1.2.7

2006-03-26 Thread Stephen Duncan
Thanks for the info. My work was delayed too, so no biggie. :) -Stephen On 3/26/06, John Casey <[EMAIL PROTECTED]> wrote: > I'm releasing Maven 2.0.3 tomorrow. I haven't had enough time to make > sure the release is done properly, so I didn't want to attempt it yet. > > Sorry for the wait. > > J

Re: bump surefire to plexus-utils 1.1

2006-03-26 Thread Carlos Sanchez
I'm fine On 3/25/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Fri, 24 Mar 2006, Brett Porter wrote: > > > > I'm talking about surefire, not the plugin. The surefire trunk version > > > is currently 1.5.3-SNAPSHOT, containing a dep on 1.0.5. > > > > surefire plugin 2.2 -> surefire 2.0 -> pl

Re: Repository navigation

2006-03-26 Thread Laurie Harper
Brett Porter wrote: Laurie Harper wrote: As far as I could tell, m2eclipse uses the same Indexer code, but runs it against the local repo only. Are you saying that maven repositories will, at some point in the future, contain an index as generated by that code? I'm sure it has the ability to d

Re: Release Plans - Maven 2.0.3 and Spring 1.2.7

2006-03-26 Thread John Casey
I'm releasing Maven 2.0.3 tomorrow. I haven't had enough time to make sure the release is done properly, so I didn't want to attempt it yet. Sorry for the wait. John Stephen Duncan wrote: I have some work coming up this week that depends on these, so I was wondering if I could get some hints

Re: Status of 2.0.3?

2006-03-26 Thread John Casey
It's become my mission in life to release this tomorrow. ;-) I've been up to my eyeballs in other stuff since the vote passed, and wanted to make sure I have enough time to get the release out correctly. Sorry for the wait. John Brian E. Fox wrote: Hey all, I've been travelling and on and o

[ANN] Maven PMD Plugin 1.8 for Maven 1.x released

2006-03-26 Thread aheritier
We are pleased to announce the Maven PMD Plugin 1.8 release! http://maven.apache.org/maven-1.x/plugins/pmd/ The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for poten

Status of 2.0.3?

2006-03-26 Thread Brian E. Fox
Hey all, I've been travelling and on and offline for the past week and 1/2. I saw the vote pass and work started to do the release about 2 weeks ago if memory serves me right, but I haven't seen any notice about the release. Did something happen that I missed? Thanks, Brian

[ANN] Maven JDepend Plugin 1.6.1 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven JDepend Plugin 1.6.1 release! http://maven.apache.org/maven-1.x/plugins/jdepend/ JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in

[ANN] Maven Java Plugin 1.6 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven Java Plugin 1.6 release! http://maven.apache.org/maven-1.x/plugins/java/ === Changes in this version include: New Features: o New property maven.compile.failonerror. Fixes MPJAV

[ANN] Maven Checkstyle Plugin 3.0.1 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven Checkstyle Plugin 3.0.1 release! http://maven.apache.org/maven-1.x/plugins/checkstyle/ === Changes in this version include: Fixed bugs: o The links to source xref files does not

[ANN] Maven Changelog Plugin 1.9.1 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven Changelog Plugin 1.9.1 release! http://maven.apache.org/maven-1.x/plugins/changelog/ The Changelog plugin generates reports about recent changes to the SCM repository. === Changes

Re: [vote] [m1] PMD plugin v1.8 for maven 1.x

2006-03-26 Thread Arnaud HERITIER
We have 3 binding +1 : Stephane, Lukas and me. Vote thread: http://www.nabble.com/-vote-m1-PMD-plugin-v1.8-for-maven-1.x-t1303153.html#a3471978 I do the release Cheers, Arnaud On 3/21/06, Arnaud HERITIER <[EMAIL PROTECT

Re: Repository navigation

2006-03-26 Thread Brett Porter
Laurie Harper wrote: > As far as I could tell, m2eclipse uses the same Indexer code, but runs > it against the local repo only. Are you saying that maven repositories > will, at some point in the future, contain an index as generated by that > code? I'm sure it has the ability to download the inde

Re: svn commit: r388945 - /maven/maven-1/plugins/trunk/test/plugin.jelly

2006-03-26 Thread Lukas Theussl
Fixed. Thanks! -Lukas Arnaud HERITIER wrote: + Hi Lukas, Did you test it with maven 1.0.X ? I remember that there were several problems with variables with dots in their names. Arnaud - To unsubscribe, e-ma

Re: svn commit: r388945 - /maven/maven-1/plugins/trunk/test/plugin.jelly

2006-03-26 Thread Arnaud HERITIER
> > + Hi Lukas, Did you test it with maven 1.0.X ? I remember that there were several problems with variables with dots in their names. Arnaud > == > > @@ -298,7 +298,7 @@ >

Re: Repository navigation

2006-03-26 Thread Mattias Olofsson
There is a very good example on expanding tree in the book "Swing Second Edition", source code free available. http://www.manning.com/books/robinson2/source look in chapter, 17, 23 and 24. These trees grows as they discover new content. If you then use one of the html-parser