Re: suggestions for handling native libraries

2006-05-14 Thread Brett Porter
You seem to be on the right track. We'd certainly welcome contributions along these lines, and there are a few people working on this elsewhere already as you've highlighted. Have you seen http://docs.codehaus.org/display/MAVEN/Support+for+other+languages? - Brett Richard van der Hoff wrote

Re: multi-project pain

2006-05-14 Thread Brett Porter
Torsten Curdt wrote: First thought: Why "modules"? Everyone talks about "multi-projects" and "artifacts" I try to avoid calling it multiproject for this reason. When I tried to build the (main) project I got told off that packaging was meant to be "pom" not "jar" ...ok - but why? Currentl

Re: [vote] [m1] release antlr and cruisecontrol plugins

2006-05-14 Thread Lukas Theussl
This vote is cancelled for lack of participation. I will try again another time. -Lukas Lukas Theussl wrote: Hi, I'd like to release the following plugins for inclusion in maven-1.1-beta-3: [] maven-antlr-plugin-1.2.2 [] maven-cruisecontrol-plugin-1.8 I am not using either of them so I'd

Re: forcing resolution of dependencies from a plugin

2006-05-14 Thread Brett Porter
Brian E. Fox wrote: Question 1: (I think I tried this a long time ago and it didn't work) If I include a war as a dependency, will maven transitively get those dependencies, or is it ignored since it's a war? ignored. There's an open jira for skinny wars that don't bundle their deps and inst

Re: multi-page reports

2006-05-14 Thread Brett Porter
Hey Kenney, Did you make any progress on this. A couple of things about reports definitely need to be sorted out in 2.1 - this is one of them. - Brett Kenney Westerhof wrote: Hi, I'm trying to implement a multi-page report. The problem is that currently the ReportDocumentRenderer from mav

Re: maven-jar-plugin fixes to be reviewed committed

2006-05-14 Thread Brett Porter
Heh, this was 13/4 not 14/5 as I thought. Are these still needing to be looked at? Brett Porter wrote: I'm not going to have time this week (and I'm utterly sick of working on plugins right now :) Anyone else available? jerome lacoste wrote: On 4/12/06, jerome lacoste <[EMAIL PROTECTED]> wr

Re: maven-jar-plugin fixes to be reviewed committed

2006-05-14 Thread Brett Porter
I'm not going to have time this week (and I'm utterly sick of working on plugins right now :) Anyone else available? jerome lacoste wrote: On 4/12/06, jerome lacoste <[EMAIL PROTECTED]> wrote: Hi Fellow Riders of the Lost good code, Message to the commiters of the plexus-archiver and maven-

Re: Modifing the contents of an artifact before install

2006-05-14 Thread Brett Porter
This sounds like a really crappy way to have to run your tests. Can't MockStrutsTestCase look at an alternate location for the XML file? Perhaps some functionality to add to Cactus since it does WAR modification for this purpose? :) - Brett Felipe Leme wrote: Hi all, Is it posible to remov

Re: maven-site-plugin and plexus-velocity

2006-05-14 Thread Brett Porter
Mike Perham wrote: The only thing keeping the site plugin from compiling out of the box on my machine is a reliance on an unpublished plexus-velocity version. If this component is stable, can it be released for ease of development? This was sorted out a few days ago, for the record. As a si

Re: Need some help from a Confluence wiki admin

2006-05-14 Thread Brett Porter
done. Dennis Lundberg wrote: Hello I've been doing some work on the Maven Confluence wiki lately. There is one thing that I am not allowed to do though and that is remove pages. There are currently 4 orphaned pages [1] that are the results of people trying to learn the wiki. It would be ni

Re: 2.1 Design and Process

2006-05-14 Thread Kenney Westerhof
On Sun, 14 May 2006, Jason van Zyl wrote: [snip] > I think this would make it easier for each person to grok if we had a > common pattern. And common patterns is what we're about. True, although you have to read the entire issue to completely understand it, so for me personally it doesn't matt

Re: design issue

2006-05-14 Thread Kenney Westerhof
On Sun, 14 May 2006, Jason van Zyl wrote: > > On 12 May 06, at 11:02 AM 12 May 06, Kenney Westerhof wrote: > > > > > Hi, > > > > (none of this is committed) > > > > Jerome and I have added support for an 'implementation' parameter > > to the @parameter tag, so that you can use interfaces as field-

Re: Missing ${modulesItems} in maven-site-plugin 2.0-beta-5

2006-05-14 Thread Brett Porter
It shouldn't be required (as you can use ref + name, in theory). If the name isn't working, please file a bug. - Brett Dennis Lundberg wrote: Hello I'm trying to upgrade the Maven 2 site build for the Jakarta Commons Sandbox [1] to use the release 2.0-beta-5 version of the maven-site-plugin

[vote] maven war 2.0.1

2006-05-14 Thread Brett Porter
Maven 2.0 had a fairly decent regression: http://jira.codehaus.org/browse/MWAR-38 which appears to have been caused by: http://jira.codehaus.org/browse/MWAR-7 (though the fix should support both) I'm surprised nobody noticed this during the testing period. Is nobody using EJBs any more? :) An

2.1 Design and Process

2006-05-14 Thread Jason van Zyl
Hi, I was just looking at the wiki for the 2.1 design stuff and was wondering if we could use a common format for each issue? I was thinking that we may borrow from a Pattern Language and for each issue have a Context, Problem, Solution, and maybe Implementation Details. So for something

Re: [proposal] terminating the maven-2.0.x branch

2006-05-14 Thread Jason van Zyl
On 14 May 06, at 11:55 AM 14 May 06, Brett Porter wrote: Hi, I propose we focus on developing Maven 2.1 with both a mix of new features and bug fixes. If we identify the need for a 2.0.5, we should manually merge changes there based on revisions from trunk, bearing in mind our new dev p

[proposal] terminating the maven-2.0.x branch

2006-05-14 Thread Brett Porter
Hi, I propose we focus on developing Maven 2.1 with both a mix of new features and bug fixes. If we identify the need for a 2.0.5, we should manually merge changes there based on revisions from trunk, bearing in mind our new dev process. Thoughts? - Brett -

Re: [maven2 build branches/maven-2.0.x - FAILED - update] Sun May 14 18:15:03 GMT 2006

2006-05-14 Thread Brett Porter
Anyone know what changed here? I can't see anything. [EMAIL PROTECTED] wrote: Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060514.181504.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: design issue

2006-05-14 Thread Jason van Zyl
On 12 May 06, at 11:02 AM 12 May 06, Kenney Westerhof wrote: Hi, (none of this is committed) Jerome and I have added support for an 'implementation' parameter to the @parameter tag, so that you can use interfaces as field-types. So this will essentially work in the same way that component

Missing ${modulesItems} in maven-site-plugin 2.0-beta-5

2006-05-14 Thread Dennis Lundberg
Hello I'm trying to upgrade the Maven 2 site build for the Jakarta Commons Sandbox [1] to use the release 2.0-beta-5 version of the maven-site-plugin. This has been using 2.0-SNAPSHOT before and uses the special property ${modulesItems} in the site.xml file. That property doesn't seem to exis