Re: Enforcer PluginVersionsDefined

2007-08-14 Thread Jason van Zyl
Just looking at that enforcer again, that's crazy that you need all those components in there to do again what Maven just already did internally. You have to, and I'm not faulting you. You probably learned more about the internals then you wanted to. We can't do anything in 2.0.x but this c

Enforcer PluginVersionsDefined

2007-08-14 Thread Jason van Zyl
Hi Brian, Thanks for adding that rule, I have incorporated into the best practices guide for the client I'm working with and it stands generally I believe as something any good build should do. There are a couple things to note just so I convey the goal, and I think the work that John is

Re: [maven2 build branches/maven-2.0.x - FAILED - update] Wed Aug 15 02:45:00 GMT 2007

2007-08-14 Thread Brett Porter
John - is this your isSnapshot change? On 15/08/2007, at 2:55 AM, [EMAIL PROTECTED] wrote: Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2- build-log-20070815.024500.txt - To unsubscribe, e-mail: [EMAI

RE: [maven-dependency-plugin] Analyze HTML Report

2007-08-14 Thread Brian E. Fox
Thanks Jeremy, I'll get that applied shortly. -Original Message- From: copernic Jeremy [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 10:26 AM To: dev@maven.apache.org Subject: [maven-dependency-plugin] Analyze HTML Report I find the maven-dependency-plugin really powerful and

Re: svn commit: r565947 - /maven/plugins/trunk/maven-enforcer-plugin/src/main/java/org/apache/maven/plugin/enforcer/PluginVersionsDefined.java

2007-08-14 Thread Brett Porter
You'll need to close the file reader in a finally block - the Xpp3Reader doesn't do it for you. On 15/08/2007, at 8:17 AM, [EMAIL PROTECTED] wrote: Author: jvanzyl Date: Tue Aug 14 15:17:48 2007 New Revision: 565947 URL: http://svn.apache.org/viewvc?view=rev&rev=565947 Log: o a little pom re

Re: Maven Artifact

2007-08-14 Thread Brett Porter
Yes, that's what I meant by supercede. Nobody would use the downloader any more. On 15/08/2007, at 7:12 AM, Jason van Zyl wrote: On 13 Aug 07, at 4:43 AM 13 Aug 07, Brett Porter wrote: All looks good. My preference is to keep going with 2.1-SNAPSHOT as the version (I've found in the past

Re: Maven Artifact

2007-08-14 Thread Jason van Zyl
On 13 Aug 07, at 4:43 AM 13 Aug 07, Brett Porter wrote: All looks good. My preference is to keep going with 2.1-SNAPSHOT as the version (I've found in the past going backwards was found to be confusing), but I'm not that worried either way. I assume Jan's facade would supercede maven-downl

Re: Enforcer Sources

2007-08-14 Thread Jason van Zyl
On 14 Aug 07, at 9:30 PM 14 Aug 07, Paul Gier wrote: Kenney Westerhof wrote: Brian E. Fox wrote: Sure. I've been thinking that the standard rules should come out of the plugin into a separate module too. The thing I'd ultimately like to do is be able to release the rules separate from the

Re: Enforcer Sources

2007-08-14 Thread Paul Gier
Kenney Westerhof wrote: Brian E. Fox wrote: Sure. I've been thinking that the standard rules should come out of the plugin into a separate module too. The thing I'd ultimately like to do is be able to release the rules separate from the plugin since the majority of changes occur to the rules.

Re: Enforcer Sources

2007-08-14 Thread Jason van Zyl
On 14 Aug 07, at 3:51 PM 14 Aug 07, Kenney Westerhof wrote: Brian E. Fox wrote: Sure. I've been thinking that the standard rules should come out of the plugin into a separate module too. The thing I'd ultimately like to do is be able to release the rules separate from the plugin since th

[maven-dependency-plugin] Analyze HTML Report

2007-08-14 Thread copernic Jeremy
I find the maven-dependency-plugin really powerful and more specifically the analyze goal. I wanted to have a HTML report of the analyze mojo results. I think that this new feature can be useful for others developers. So I proposed a patch adding this new feature. cf. http://jira.codehaus.org/brow

Re: Enforcer Sources

2007-08-14 Thread Kenney Westerhof
Brian E. Fox wrote: Sure. I've been thinking that the standard rules should come out of the plugin into a separate module too. The thing I'd ultimately like to do is be able to release the rules separate from the plugin since the majority of changes occur to the rules. The problem is that I'

RE: Plexus container 1/2 artifact problems [was: Bad links on plugin index page]

2007-08-14 Thread Brian E. Fox
I had these problems with the dependency plugin too. They kept coming in through other dependencies that didn't have the exclusions. To stop/detect that, I made an enforcer execution for detecting when the new containers have crept in and warn me. From: Kenney

Re: Umask on minotaur

2007-08-14 Thread Kenney Westerhof
Ssh into minotaur and: if your shell is bash, do: "touch .bashrc && echo umask 002 >> .bashrc" if your shell is tcsh: "touch .tcshrc && echo umask 002 >> .tcschrc" etc etc.. Note that putting the umask command in .profile does NOT work since wagon uses a non-login shell. -- Kenney

Re: Plexus container 1/2 artifact problems [was: Bad links on plugin index page]

2007-08-14 Thread Kenney Westerhof
Hi, I added a sleep to the test and quickly copied /tmp/surefire*tmp to examine them. The following 2 entries in the surefire tmp file are the cause: surefire45886tmp:classPathUrl.30=/home/forge/.m2/repository/org/codehaus/plexus/plexus-component-api/1.0-alpha-20/plexus-component-api-1.0-alpha-

Re: Enforcer Sources

2007-08-14 Thread Christian Gruber
You could write the rules in an XML file, the default of which is in the artifact jar, but allow for a java system property to provide a location to an overriding xml rules file at runtime. Christian On Aug 14, 2007, at 8:30 AM, Brian E. Fox wrote: Sure. I've been thinking that the standard

RE: Enforcer Sources

2007-08-14 Thread Brian E. Fox
Sure. I've been thinking that the standard rules should come out of the plugin into a separate module too. The thing I'd ultimately like to do is be able to release the rules separate from the plugin since the majority of changes occur to the rules. The problem is that I'd like to be able to defa

Re: svn commit: r565709 - /maven/archiva/trunk/archiva-base/archiva-indexer/src/main/java/org/apache/maven/archiva/indexer/search/DefaultCrossRepositorySearch.java

2007-08-14 Thread Brett Porter
well spotted! just wondering, should this be in a finally block? (I'm not sure where the IOException actually comes from, and whether it occurs after the searcher is opened or not). - Brett On 14/08/2007, at 9:34 PM, [EMAIL PROTECTED] wrote: Author: oching Date: Tue Aug 14 04:34:04 2007

Enforcer Sources

2007-08-14 Thread Jason van Zyl
Brian, Can we follow the same pattern we use for Surefire, and the Release tools where they are all collected together under one umbrella. I was playing around with the enforcer and then noticed I need something from shared and looking at them together is hard, one being in a plugin and o

Re: Maven Artifact

2007-08-14 Thread Carlos Sanchez
I'm with you, I think a 3.0 would make more sense ;) specially if it keeps evolving from 1.0.0 and gets to 2.0, 2.0.1..., then it'd be really confusing On 8/14/07, John Casey <[EMAIL PROTECTED]> wrote: > Whatever works, it just seemed like a confusing move to me...but > then, I am often confused b

Re: [vote] Olivier Lamy as Continuum committer

2007-08-14 Thread John Tolentino
+1 On 8/14/07, Fabrice Bellingard <[EMAIL PROTECTED]> wrote: > +1 > > Fabrice > > On 8/13/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'd like to give to Olivier commit access to Continuum. > > He provided lot of good patches, implemented new features > > (installations/pro

Re: Maven Artifact

2007-08-14 Thread Milos Kleint
lately I've read this: http://ancientprogramming.blogspot.com/2007/08/badly-packaged-project-will-break.html can we get into the same packaging/classloading issues? what happens to the plugins? I haven't checked the changes yet, just recalled the maven artifact when reading the blog post.. Milos

Re: [vote] Olivier Lamy as Continuum committer

2007-08-14 Thread Fabrice Bellingard
+1 Fabrice On 8/13/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > Hi, > > I'd like to give to Olivier commit access to Continuum. > He provided lot of good patches, implemented new features > (installations/profiles) and help users on the mailing lists > > here, my +1 > > Emmanuel > > >

Re: Feedback on maven repository managers

2007-08-14 Thread Brett Porter
Hi Farhan, There's no need to cross-post your messages - the purpose of this list is for Maven development matters. You should receive the answer you are looking for on [EMAIL PROTECTED] Thanks, Brett On 14/08/2007, at 10:07 AM, Farhan Sarwar wrote: Hello Guys, Well we are in the proc