Re: [proposal] Donation of Aardvark to Maven

2008-09-19 Thread Brett Porter
It just fell off my radar. It still needs some work, so if there is still some interest and volunteers what want to get it into shape I can work that out with them. Anyone interested? - Brett On 16/09/2008, at 1:42 AM, Wendy Smoak wrote: On Tue, May 22, 2007 at 7:05 PM, Brett Porter [EMAIL

Some More Memory for Hudson?

2008-09-19 Thread Benjamin Bentmann
Hi, the last four builds of our CI job plugins-CI-with-maven-2.0.x failed with FATAL: GC overhead limit exceeded java.lang.OutOfMemoryError: GC overhead limit exceeded The related CI jobs plugins-CI-with-maven-2.1.x and plugins-IT-with-maven-2.0.x seem to suffer the same fate. Does the

Re: Some More Memory for Hudson?

2008-09-19 Thread Stephen Connolly
Is that not more a question of changing the MAVEN_OPTS for the jobs in question to give them more memory -Xmx*BigAmount*m AFAIK, Hudson always forks a new JVM for all jobs... even the Crazy Maven2 project type (as oposed to freestyle Maven2 builds which are not crazy at all) -Stephen On Fri,

Re: svn commit: r696865 - /maven/site/trunk/pom.xml

2008-09-19 Thread Benjamin Bentmann
John Casey wrote: Sure, I can re-update the site. Was the site build/deployment OK? It seems to be using the wrong skin. Benjamin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: svn commit: r696865 - /maven/site/trunk/pom.xml

2008-09-19 Thread Brett Porter
On 19/09/2008, at 6:18 PM, Benjamin Bentmann wrote: John Casey wrote: Sure, I can re-update the site. Was the site build/deployment OK? It seems to be using the wrong skin. It worked when I built it again - maybe John had a very old 9-SNAPSHOT maven parent. I set that to the release

central repository cleanup please

2008-09-19 Thread nicolas de loof
sync to central for groupId com.extjs occured just during a content update.I now have a gxt-1.1.jar.fileparthttp://repo1.maven.org/maven2/com/extjs/gxt/1.1/gxt-1.1.jar.filepartfile in http://repo1.maven.org/maven2/com/extjs/gxt/1.1/ Can someone please delete this 1.1 folder, so that it gets a

Re: central repository cleanup please

2008-09-19 Thread Brett Porter
done On 19/09/2008, at 9:08 PM, nicolas de loof wrote: sync to central for groupId com.extjs occured just during a content update.I now have a gxt-1.1.jar.fileparthttp://repo1.maven.org/maven2/com/extjs/gxt/1.1/gxt-1.1.jar.filepart file in http://repo1.maven.org/maven2/com/extjs/gxt/1.1/

Re: central repository cleanup please

2008-09-19 Thread Henri Gomez
sync to central for groupId com.extjs occured just during a content update.I now have a gxt-1.1.jar.fileparthttp://repo1.maven.org/maven2/com/extjs/gxt/1.1/gxt-1.1.jar.filepartfile in http://repo1.maven.org/maven2/com/extjs/gxt/1.1/ Can someone please delete this 1.1 folder, so that it

Re: central repository cleanup please

2008-09-19 Thread Brett Porter
it will need to resync... the jar isn't there either. - Brett On 19/09/2008, at 9:52 PM, Henri Gomez wrote: sync to central for groupId com.extjs occured just during a content update.I now have a gxt-1.1.jar.fileparthttp://repo1.maven.org/maven2/com/extjs/gxt/1.1/gxt-1.1.jar.filepart file

Re: central repository cleanup please

2008-09-19 Thread nicolas de loof
Brett, could you please fully cleanup the folder so that I can double check the orginial folder ? 2008/9/19 Brett Porter [EMAIL PROTECTED] it will need to resync... the jar isn't there either. - Brett On 19/09/2008, at 9:52 PM, Henri Gomez wrote: sync to central for groupId com.extjs

Re: central repository cleanup please

2008-09-19 Thread Brett Porter
Not a big deal, but I usually don't delete real artifacts that are already there. These all have checksums to check against. Shouldn't the next sync just pick up the missing files? - Brett On 19/09/2008, at 10:08 PM, nicolas de loof wrote: Brett, could you please fully cleanup the folder

Re: central repository cleanup please

2008-09-19 Thread nicolas de loof
It should, but as my first upload failed (network error) I prefer to drop a full replacement for this content. 2008/9/19 Brett Porter [EMAIL PROTECTED] Not a big deal, but I usually don't delete real artifacts that are already there. These all have checksums to check against. Shouldn't the

Re: central repository cleanup please

2008-09-19 Thread Brett Porter
alright, I moved it out of the way - once it is fixed up I can confirm whether it was consistent. On 19/09/2008, at 10:38 PM, nicolas de loof wrote: It should, but as my first upload failed (network error) I prefer to drop a full replacement for this content. 2008/9/19 Brett Porter [EMAIL

Re: Error reading settings.xml: Error reading settings file

2008-09-19 Thread Nick Stolwijk
Could you execute mvn -X install and see if any errors pop up? With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Fri, Sep 19, 2008 at 4:07 PM, niceguyi [EMAIL PROTECTED] wrote: Maven 2.0.7 is installed in my system for long time,

Re: [VOTE] Release maven-reactor-plugin 1.0

2008-09-19 Thread Brett Porter
Hi Dan, The plugin is great and I'm in favour of the release. I checked all the source and binaries and seems ready. The site seems to be for 1.1- SNAPSHOT though. However, I can't get 1.0 to run reactor:make-scm-changes, with this error: java.lang.NoClassDefFoundError:

Re: m-eclipse-p: use ~/.m2/repository for cache files?

2008-09-19 Thread Eugene Kuleshov
Out of curiosity, why are you prefer m-e-p plugin over IDE support? For example, m2eclipse [1] can import Maven projects without running intermediate commands and it does cache if source artifacts are present or not (among bunch of other things). regards, Eugene [1]

Re: m-eclipse-p: use ~/.m2/repository for cache files?

2008-09-19 Thread Arnaud HERITIER
In my case I'm using more and more m2eclipse. But it seems that there are some issues of slowness reported by some of my coworkers. For my customer the problem is that they are using myeclipse. I'm trying to see if we can remove it to use WTP and others plugins to improve teams efficiency. Arnaud

RE: Some More Memory for Hudson?

2008-09-19 Thread Brian E. Fox
We have a huge new machine with 8 cores and 32gb of ram that the Hudson grid will be built up on. I'll see about changing the options for the current one. -Original Message- From: Stephen Connolly [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 3:46 AM To: Maven Developers