RE: Releasing Plugins

2003-12-14 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 15 December 2003 06:20 > To: Maven Developers List > Subject: RE: Releasing Plugins > > "Vincent Massol" <[EMAIL PROTECTED]> wrote on 14/12/2003 09:39:24 AM: > > > Hi Jason, > > > > Cool. Here's my checklis

Re: multiproject:site and project interdependencies (gather fails)

2003-12-14 Thread John Casey
I contributed a patch for the reactor (along with the multiproject plugin) to do precisely that, at least in the case of the reactor tag execution...I'm not sure how to push it further into the maven core. I'm sure it would go into the plugin manager, I'm just not confident enough about the potenti

RE: Releasing Plugins

2003-12-14 Thread dion
"Vincent Massol" <[EMAIL PROTECTED]> wrote on 14/12/2003 09:39:24 AM: > Hi Jason, > > Cool. Here's my checklist (from the top of my head): > > 1/ modify project.xml and remove -SNAPSHOT > 2/ modify project.xml to change the : move HEAD to > MAVEN_[plugin name]_[version major]_[version minor] > 3

Re: multiproject:site and project interdependencies (gather fails)

2003-12-14 Thread dion
This extends beyond multiproject. Maven needs the ability to load a project without satisfying all it's dependencies. This would allow the reactor to happily succeed as well. Let's *NOT* make it the default, instead, just a configurable property with good error messages. -- dIon Gillard, Multi

[jira] Closed: (MAVEN-1071) ProjectInheritanceTest test fails

2003-12-14 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1071 Here is an overview of the issue: -

[jira] Updated: (MAVEN-1082) improve reactor tag to allow collection of included projects without execution

2003-12-14 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sun, 14 Dec 2003 10:27 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see:

[jira] Updated: (MAVEN-1081) maven.mode.online=true not specified in 1.0 CVS build

2003-12-14 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sun, 14 Dec 2003 10:26 PM Changes: timeoriginalestimate changed from 60 timeestimate changed from 1 minute Fix Version changed to 1.0-rc2 -

RE: multiproject:site and project interdependencies (gather fails )

2003-12-14 Thread John Casey
Got a proposed fix, although I'm still having problems with the linkcheck plugin...something about a NoSuchMethodException the HttpClient.setHostConfiguration() from the HTTPLinkVerifier, or something...I'm still working on figuring that out. For the JIRA issues relating to the interdependencies p

[jira] Commented: (MPMULTIPROJECT-16) multiproject:site fails in multiproject:site-init when projects are interdependent

2003-12-14 Thread jira
The following comment has been added to this issue: Author: John Casey Created: Sun, 14 Dec 2003 6:20 PM Body: accompanying maven JIRA issue is MAVEN-1082. - View the issue: http://jira.codehaus.org/secure/ViewI

[jira] Updated: (MAVEN-1082) improve reactor tag to allow collection of included projects without execution

2003-12-14 Thread jira
The following issue has been updated: Updater: John Casey (mailto:[EMAIL PROTECTED]) Date: Sun, 14 Dec 2003 6:19 PM Comment: patch as promised. Changes: Attachment changed to reactor-tag-collectOnly-collectionVars-enhancement.patch -

[jira] Created: (MAVEN-1082) improve reactor tag to allow collection of included projects without execution

2003-12-14 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1082 Here is an overview of the issue: -

[jira] Updated: (MPMULTIPROJECT-16) multiproject:site fails in multiproject:site-init when projects are interdependent

2003-12-14 Thread jira
The following issue has been updated: Updater: John Casey (mailto:[EMAIL PROTECTED]) Date: Sun, 14 Dec 2003 6:09 PM Comment: patch as promised. Changes: Attachment changed to multiproject-gather-dependency-defer-fix.patch

[jira] Created: (MPMULTIPROJECT-16) multiproject:site fails in multiproject:site-init when projects are interdependent

2003-12-14 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-16 Here is an overview of the issue: --

RE: multiproject:site and project interdependencies (gather fails )

2003-12-14 Thread Brett Porter
Yep, add it to JIRA. The solution I've used before is to have multiproject run install on any dependencies with the same groupId, but it is only a quickish solution. Reactor probably needs to take care of this itself - this is probably something to look at in 1.1 - Brett > -Original Message-

RE: maven.mode.online not specified in defaults.properties for 1. 0 branch

2003-12-14 Thread Brett Porter
Yeah, it sounds like the right way to go... But I thought it was already the case. I'll look into it. - Brett > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Monday, 15 December 2003 9:05 AM > To: Maven Developers List > Subject: RE: maven.mode.online not specif

RE: maven.mode.online not specified in defaults.properties for 1. 0 branch

2003-12-14 Thread John Casey
I filed a jira issue for this...MAVEN-1081 I'm not sure if it's of any use, but there is a patch included which I think should help. -john On Sun, 2003-12-14 at 16:59, Brett Porter wrote: > Not sure how it happened, but I'll look into it. I've seen the warnings, but > I thought something else wa

RE: maven site failures

2003-12-14 Thread Brett Porter
> > Solutions: > > 1) push/pop plugin contexts around goal attainment (I'm > worried about the > > memory usage here though - will compare and look at necessity) > > Shouldn't be. I bootstrapped with all the plugins with 23mb > of memory. What's the figure currently? I'm getting up to 47Mb all

RE: Releasing Plugins

2003-12-14 Thread Brett Porter
There's doco on the website that shows the process, but not all these steps are there. Vincent, would you like to update it? Cheers, Brett > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Sunday, 14 December 2003 9:39 AM > To: 'Maven Developers List' > Subjec

RE: maven.mode.online not specified in defaults.properties for 1. 0 branch

2003-12-14 Thread Brett Porter
Not sure how it happened, but I'll look into it. I've seen the warnings, but I thought something else was amiss as it seemed to be operating online ok for me. Cheers, Brett > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Sunday, 14 December 2003 2:58 PM > To: [E

Re: multiproject:site and project interdependencies (gather fails)

2003-12-14 Thread John Casey
Sorry, wrong list!!! I'm cross-posting to the correct list... -john On Sun, 2003-12-14 at 14:59, John Casey wrote: > Here is my scenario: I'm trying to run multiproject:site on a collection > of mavenized projects in which some projects depend upon others. The > multiproject plugin sorts them co

multiproject:site and project interdependencies (gather fails)

2003-12-14 Thread John Casey
Here is my scenario: I'm trying to run multiproject:site on a collection of mavenized projects in which some projects depend upon others. The multiproject plugin sorts them correctly in order of dependency, but then launches into some sort of gathering process (specified in the multiproject:site-in