RE: Description of fixes to memory leak

2004-01-20 Thread Brett Porter
Sounds good. Thanks Mike. I'll try and get the current code cleaned up ASAP so you can test multiproject:site. You can probably get away with it if you disable checkstyle, pmd, simian and tasklist as they are the ones that have the issues, and if you don't do anything abnormal like maven does with

RE: Description of fixes to memory leak

2004-01-20 Thread Mike Melia
I'm checking out the branch now. I'll report any quirks I find. I'm happy for transitive deps to NOT be part of 1.0, I understand that a bit more thought needs to go into the use case for general use and that will not be until 1.1. I can carry on with my patch satisfying my own use case for now.

RE: Description of fixes to memory leak

2004-01-20 Thread Brett Porter
The CVS version works now for everything except running the site in my opinion. Give it a bash - if you find bugs, put them in JIRA (but check the roadmap for RC2 first to see if they aren't already there). I think I posted to the transitive dependencies: I'm not sure we can add that to 1.0. I'd h

RE: Description of fixes to memory leak

2004-01-20 Thread Mike Melia
Brett, the patches have already been submitted - I think one will be part of 1.0 Final and the other (transitive dependencies) will be part of 1.1. I will wait until next week for the branch to become stable and use that. Can you give me a shout when (in your opinion) it is, more or less, stable.

RE: PROPOSAL: plugin categories

2004-01-20 Thread Brett Porter
> I think we need just 3 of them: > > artifact:install > artifact:deploy > artifact:artifact > > > install-snapshot and deploy-snapshot should be kick out asap > and install and > deploy goals jus should look at pom.version. > (if it is something like 1.0-rc-1-SNAPSHOT sanpshot shuld be deploye

RE: Description of fixes to memory leak

2004-01-20 Thread Brett Porter
Mike, You've got no hope. To remove the leak required the complete restructuring that is on the branch. What patches do you have, and can they be incorporated into Maven for others benefit? As an aside I've made additional fixes to the branch and now have everything working except for some class

RE: PROPOSAL: deprecate pom.id, dependency.id, pom.currentVersion for Maven 1.0 RC2

2004-01-20 Thread Brett Porter
Michal, That was exactly my point. Let the users of 1.0 continue to use what they have, but also let them use the new versions now rather than cutting them off at the knees for 1.1 :) It's only a deprecation at this point, not a removal. Cheers, Brett > -Original Message- > From: Maczka

Problem with dist:deploy - Enhancement ??

2004-01-20 Thread Heritier Arnaud
Hi guys, I'm using maven for several weeks but I have a problem. I created an intermediate repository for my company on an AIX 4.3.3 server. I'm working on Win 2000. I configure ssh to deploy distributions and sites on the server but I have an error with the tar comman

RE: PROPOSAL: plugin categories

2004-01-20 Thread Eric Pugh
I wrote a little plugin for my company that does just that.. When they call upstate:deploy it figures out what kind or artifact it is. The only ickyness is on deploying a plugin file.. Running ${maven.multiproject.type}:${maven.multiproject.type} for ${pom.name}

[jira] Commented: (MPWAR-16) war plugin cannot add other files to web-inf without workaround

2004-01-20 Thread jira
The following comment has been added to this issue: Author: Tim Chen Created: Tue, 20 Jan 2004 4:14 AM Body: EXTERNAL MESSAGE: SUBJECT: RE: [jira] Commented: (MPWAR-16) war plugin cannot add other files to web-inf without workaround Thanks Michal. But that's exactly what I was ta

[jira] Commented: (MAVEN-919) improve windows .exe installer

2004-01-20 Thread jira
The following comment has been added to this issue: Author: Kristen Gillard Created: Tue, 20 Jan 2004 4:13 AM Body: EXTERNAL MESSAGE: SUBJECT: Re: [jira] Commented: (MAVEN-919) improve windows .exe installer great stuff guys. Kristen. -- Kristen Gillard Multitask Consulting Pty L

cvs commit: maven-components/maven-mboot/src/main Bootstrapper.java TestRunnerBooter.java

2004-01-20 Thread evenisse
evenisse2004/01/20 00:53:39 Modified:maven-mboot build maven-mboot/src/bash maven.functions maven-mboot/src/main Bootstrapper.java TestRunnerBooter.java Log: Revert Jason commit Revision ChangesPath 1.6 +1 -1 maven-components/maven

RE: PROPOSAL: plugin categories

2004-01-20 Thread Maczka Michal
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 12:15 AM > To: Maven Developers List ([EMAIL PROTECTED]) > Subject: PROPOSAL: plugin categories > > > Hi, > > I've had a thought about whether we might have the following plugin > cat

Re: PROPOSAL: plugin categories

2004-01-20 Thread Emmanuel Venisse
definitively +1. I purpose to have multiple type in type tag for plugin that present in pultiple categories. Emmanuel - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 12:15 AM Subject: PROPOSAL: plugin categories > Hi

Re: PROPOSAL: deprecate pom.id, dependency.id, pom.currentVersion for Maven 1.0 RC2

2004-01-20 Thread Emmanuel Venisse
I'm +1. I think it's better to do this now for don't disturb users when we'll release 1.0. Emmanuel - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 12:04 AM Subject: PROPOSAL: deprecate pom.id, dependency.id, pom.curre

RE: PROPOSAL: deprecate pom.id, dependency.id, pom.currentVersion for Maven 1.0 RC2

2004-01-20 Thread Maczka Michal
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 12:05 AM > To: Maven Developers List ([EMAIL PROTECTED]) > Subject: PROPOSAL: deprecate pom.id, dependency.id, pom.currentVersion > for Maven 1.0 RC2 > > > Hi, > > I was wondering whe

Description of fixes to memory leak

2004-01-20 Thread Mike Melia
Folks, I know you've been applying fixes to the multiproject memory leak problem and I would like to incorporate those fixes if I can. I am reluctant to use the 1.0 RC2 branch as I have patches of my own that I would like to keep easily. Does anyone have a couple of minutes to spare to describe th