Re: [vote] Maven Linkcheck Plugin 1.4 for Maven 1.X

2006-04-17 Thread Lukas Theussl
+1 Lukas Arnaud HERITIER wrote: Hi all, We are ready to release a new version of the Linkcheck plugin. All the issues are closed. You can find the staging site here : http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/linkcheck/

Re: [vote] Maven EAR plugin 1.9 for Maven 1.X

2006-04-17 Thread Lukas Theussl
+1 Lukas Arnaud HERITIER wrote: Hi all, We are ready to release a new version of the EAR plugin. There's only one enhancement (MPEAR-17) added from the previous release but I would like to have it in m1.1 beta 3. You can find the staging site here : http://people.apache.org/~aheritier/ma

Re: [vote] maven-pmd-plugin 1.9 for maven 1.X

2006-04-17 Thread Lukas Theussl
+1 Lukas Arnaud HERITIER wrote: Hi all, We are ready to release a new version of the PMD plugin. There's only one enhancement opened in Jira. In this new release we just upgraded to pmd-3.6. Fixes MPPMD-26. You can find the staging site here : http://people.apache.org/~aheritier/maven-

RE: rsync-ability for maven-snapshot-repository on apache?

2006-04-17 Thread Mike Perham
Why on earth are you depending on the network at all? We have our build locked down by using an internal mirror of central + custom snapshots. Anything else is non-deterministic and then management starts asking questions... -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED]

Re: rsync-ability for maven-snapshot-repository on apache?

2006-04-17 Thread Daniel Kulp
Brett, > This is the main concern. We should be cutting releases this week, and > fewer people using the snapshots off of Apache. > > I'm curious why a maven-proxy in the middle doesn't alleviate this > issue for you. The maven-proxy doesn't help much on Monday mornings. The rest of the week

Re: rsync-ability for maven-snapshot-repository on apache?

2006-04-17 Thread Brett Porter
Daniel Kulp wrote: My biggest concern is our build reliability. If our builds fail, I'm not happy, my boss isn't happy, the developers aren't happy, etc Of course, if you guys would get releases of all the plugins (cobertura, site, checkstyle, PMD, project info, etc...) out sooner a

Re: Do you publish xmlParserAPIs on ibiblio ?

2006-04-17 Thread Michael Glavassevich
Xerces-J 2.8.0 also depends on the xml-commons resolver 1.1 [1]. It has been a dependency since Xerces-J 2.6.1. [1] http://www.ibiblio.org/maven2/xml-resolver/xml-resolver/1.1/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] [EMAIL

Re: rsync-ability for maven-snapshot-repository on apache?

2006-04-17 Thread Daniel Kulp
Carlos, I'm the one bugging John the most about the rsync issue. Since you guys moved the snapshots from codehaus's server to apache, my developers have been complaining a LOT about builds failing due to timeouts and such, and that's even with a maven-proxy instance sitting in the middle.

Re: Continuum start up errors

2006-04-17 Thread Emmanuel Venisse
Yes, it's probably the error. Emmanuel Mang Jun Lau a écrit : Hi, Check your path and classpath to see if there are quotes (") around any entry. Try removing those. _Mang "Rinku" <[EMAIL PROTECTED]> 04/15/2006 06:35 PM Please respond to continuum-dev@maven.apache.org To cc Subj

Re: [vote] Release Continuum 1.0.3

2006-04-17 Thread Emmanuel Venisse
During continuum build? Do you have define MAVEN_OPTS env var? You need to assign at least 128M to the build. Personally, I build Continuum on Win XP with 256M allowed. Emmanuel Rinku a écrit : Just did a latest SVN checkout of the 1.0.x branch and ran a build - I get OutOfMemoryErrors (notic

Re: [vote] Release Continuum 1.0.3

2006-04-17 Thread Emmanuel Venisse
Yes, it's fixed. Emmanuel Martin van den Bemt a écrit : Have you solved the xmlrpc problems with jpox ? A build from 2 days ago still had that problem.. Mvgr, Martin Emmanuel Venisse wrote: Hi, I've fixed some issues since latest RC (memory leak, performance...) Here is the latest RC. Ple

Re: j2ee archetype

2006-04-17 Thread alex_mayorga
Being one of the "number of people" and maybe the "someone on irc" I just would let you know that I consider that archetype useful and that it can actually help as a quick-start for many that would be more easily evangelized by firing just one archetype creation that running three and gluing them

Re: Running maven-site-plugin from svn

2006-04-17 Thread Elliot Metsger
Elliot Metsger wrote: > > > Wendy Smoak-3 wrote: >> >> On 4/17/06, Elliot Metsger <[EMAIL PROTECTED]> wrote: >> >>> 4. I checked out the maven skins (r394708) from >>> https://svn.apache.org/repos/asf/maven/skins/trunk, and performed a 'mvn >>> install': >> >> Try: mvn install -DupdateReleas

Re: Running maven-site-plugin from svn

2006-04-17 Thread Elliot Metsger
Wendy Smoak-3 wrote: > > On 4/17/06, Elliot Metsger <[EMAIL PROTECTED]> wrote: > >> 4. I checked out the maven skins (r394708) from >> https://svn.apache.org/repos/asf/maven/skins/trunk, and performed a 'mvn >> install': > > Try: mvn install -DupdateReleaseInfo=true > >

Re: Running maven-site-plugin from svn

2006-04-17 Thread Wendy Smoak
On 4/17/06, Elliot Metsger <[EMAIL PROTECTED]> wrote: > 4. I checked out the maven skins (r394708) from > https://svn.apache.org/repos/asf/maven/skins/trunk, and performed a 'mvn > install': Try: mvn install -DupdateReleaseInfo=true

Running maven-site-plugin from svn

2006-04-17 Thread Elliot Metsger
Hi, I'm trying to get the Maven Site plugin running. I'm interested in trying out some of the new features that have been added since 2.0-beta4, but I'm having some difficulty.I'm running Maven 2.0.4 on Linux with Java 1.4.2. I think the crux of the problem is that I'm not installing or ref

Re: j2ee archetype

2006-04-17 Thread John Casey
I'd like to see a set of j2ee-oriented archetypes, actually. I don't think it's reasonable to expect that everyone in the world will need to have a fully fledged ear/ejb/war project, and trying to push the archetype system as merely a way to publish best practices is a little too limiting, IMO. We

Re: rsync-ability for maven-snapshot-repository on apache?

2006-04-17 Thread John Casey
right. I guess what I was wondering is what the outstanding issues were to get this going. I know Jason asked about it, but I'd like to know how that conversation went, and what we can do to address any outstanding concerns. Whatever the policy is, maintaining a single source for maven snapshots do

j2ee archetype

2006-04-17 Thread Jesse McConnell
a number of people have been asking about the j2ee archetype that we have in the maven-archetypes project, something I threw together quite some time ago.. I know that vincent has other thoughts about a 'best practices' j2ee layout, but there was a suggestion by someone on irc that we have maybe s

Re: rsync-ability for maven-snapshot-repository on apache?

2006-04-17 Thread Carlos Sanchez
i think Jason already asked for that. Right now it is a policy from Apache that the repo shouldn't be mirrored. On 4/17/06, John Casey <[EMAIL PROTECTED]> wrote: > I'd like to propose that we enable the maven-snapshot-repository on > cvs.apache.org for use with the rsync server. This would allow p

rsync-ability for maven-snapshot-repository on apache?

2006-04-17 Thread John Casey
I'd like to propose that we enable the maven-snapshot-repository on cvs.apache.org for use with the rsync server. This would allow people to mirror the snapshots to a local network when traffic is low, and avoid hitting the main ASF snapshots repository for POMs, etc. all the time. Right now, I bel

Re: [vote] maven-pmd-plugin 1.9 for maven 1.X

2006-04-17 Thread Jason van Zyl
+1 Arnaud HERITIER wrote: Hi all, We are ready to release a new version of the PMD plugin. There's only one enhancement opened in Jira. In this new release we just upgraded to pmd-3.6. Fixes MPPMD-26. You can find the staging site here : http://people.apache.org/~aheritier/maven-stage-s

Re: [vote] Maven EAR plugin 1.9 for Maven 1.X

2006-04-17 Thread Jason van Zyl
+1 Arnaud HERITIER wrote: Hi all, We are ready to release a new version of the EAR plugin. There's only one enhancement (MPEAR-17) added from the previous release but I would like to have it in m1.1 beta 3. You can find the staging site here : http://people.apache.org/~aheritier/maven-sta

Re: [vote] Maven Linkcheck Plugin 1.4 for Maven 1.X

2006-04-17 Thread Jason van Zyl
+1 Arnaud HERITIER wrote: Hi all, We are ready to release a new version of the Linkcheck plugin. All the issues are closed. You can find the staging site here : http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/linkcheck/

M1 trunks

2006-04-17 Thread Arnaud HERITIER
Hi guys, As you certainly noticed it, I just added a virtual trunks directory under SVN using external entities to store the 3 sub-projects : core, plugins, plugins-sandbox. I'm trying to run the m1 boostrap under continuum and it's why I need it. cheers Arnaud

RE: svn commit: r394621 - /maven/plugins/trunk/maven-clover-plugin/pom.xml

2006-04-17 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: lundi 17 avril 2006 09:35 > To: commits@maven.apache.org > Subject: svn commit: r394621 - /maven/plugins/trunk/maven-clover- > plugin/pom.xml > > Author: vmassol > Date: Mon Apr 17 00:35:01 2006 > New Revisi