[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-04-05 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (12 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-827SVG Salamander - tools and utilities for parsing and rendering SVG http://jira.codehaus.org/browse/MAVENUPLOAD-827 MAVENUPLOAD-826Revised Rel

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-04-05 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (29 issues) Subscriber: mavendevlist Key Summary MEV-358 Missing POMs for Spring 2.0-m3 http://jira.codehaus.org/browse/MEV-358 MEV-364 Fix dependencies of common-lang 1.0 (add test scope for jun

Re: [m2 trunk] build test failures

2006-04-05 Thread sdixit
I am having the exact same error on WinXP. Is there any resolution to this error? Thanks, Sandeep -- View this message in context: http://www.nabble.com/-m2-trunk-build-test-failures-t1377834.html#a3771422 Sent from the Maven - Dev forum at Nabble.com. -

Re: Feedback needed on clover aggregation feature I'd like to implement...

2006-04-05 Thread John Casey
You'd need an ArtifactFactory and an ArtifactResolver, along with the repository list and the local repository...I think that's it. Once you have these, you can use the original artifact to create a new one with the "clover" classifier, then feed that into the ArtifactResolver, along with the

RE: Feedback needed on clover aggregation feature I'd like to implement...

2006-04-05 Thread Vincent Massol
Here's an update so far (see below). > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: mercredi 5 avril 2006 12:58 > To: 'Maven Developers List' > Subject: Feedback needed on clover aggregation feature I'd like to > implement... > > Hi, > > I've just realized

RE: Feedback needed on clover aggregation feature I'd like to implement...

2006-04-05 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: mercredi 5 avril 2006 17:51 > To: 'Maven Developers List' > Subject: RE: Feedback needed on clover aggregation feature I'd like to > implement... > > While trying to implement what's below, I've found a snag. >

RE: Feedback needed on clover aggregation feature I'd like to implement...

2006-04-05 Thread Vincent Massol
While trying to implement what's below, I've found a snag. Here's a typical pom using clover for checking code coverage: org.apache.maven.plugins maven-clover-plugin 1% main verify

Re: [vote] Release Maven Help plugin 2.0.1

2006-04-05 Thread John Casey
+1 Brett Porter wrote: Based on: maven-help-plugin 2.0.1-20060403.014226-1 (r390935) [ ] +1 [ ] +0 [ ] -1 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141&styleName=Html&version=12534 * [MPH-10] - NPE when -Dplugin value can not find specified plugin * [MPH-11] - effective-se

Re: Creating a notifier for Confluence

2006-04-05 Thread Emmanuel Venisse
I think the best way it to create a wrapper on it like we do it for irc (with plexus-irc) and jabber (with plexus-jabber) and use use the wrapper in the notifier. But perhaps, it isn't necessary, i didn't look at swizzle. Emmanuel Mang Jun Lau a écrit : Great thanks :), I don't have to struggl

Re: Bulding MRM

2006-04-05 Thread Felipe Leme
Hi Brett, I've just tried to build it, and got the same issue (out of the box :-( BTW, is there a web page for the MRM yet? []s, -- Felipe On 3/31/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > It requires 2.1-SNAPSHOT of the jar plugin fro the jar:sign goal. I've > deployed a new snapshot -

Re: Creating a notifier for Confluence

2006-04-05 Thread Mang Jun Lau
Great thanks :), I don't have to struggle with implementing it then. How do I use this with Continuum? _Mang Lau David Blevins <[EMAIL PROTECTED]> 04/05/2006 05:14 AM Please respond to continuum-dev@maven.apache.org To continuum-dev@maven.apache.org cc Subject Re: Creating a notifier f

RE: Feedback needed on clover aggregation feature I'd like to implement...

2006-04-05 Thread Vincent Massol
> -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: mercredi 5 avril 2006 15:52 > To: Maven Developers List > Subject: RE: Feedback needed on clover aggregation feature I'd like to > implement... > > Wow, that sounds cool. We're already blown away by the aggregate

Re: Creating a notifier for Confluence

2006-04-05 Thread Mang Jun Lau
If it is successful, I will definitely donate. I'm only a co-op student working and my term is almost done. Think it's possible to finish this by the end of the month? _Mang Lau Emmanuel Venisse <[EMAIL PROTECTED]> 04/05/2006 03:39 AM Please respond to continuum-dev@maven.apache.org T

RE: Feedback needed on clover aggregation feature I'd like to implement...

2006-04-05 Thread Mike Perham
Wow, that sounds cool. We're already blown away by the aggregated report. On second thought, I think that feature, while nifty, is not high priority. In fact I believe we would disable it if possible. A module's unit tests should exercise its code as much as possible and not rely on other mod

Re: [vote] Release Maven Help plugin 2.0.1

2006-04-05 Thread Piéroni Raphaël
+1 (user vote) 2006/4/5, Vincent Siveton <[EMAIL PROTECTED]>: > > +1 > > Vincent > > 2006/4/4, Emmanuel Venisse <[EMAIL PROTECTED]>: > > +1 > > > > Emmanuel > > > > Brett Porter a écrit : > > > Based on: > > > maven-help-plugin 2.0.1-20060403.014226-1 (r390935) > > > > > > [ ] +1 > > > [ ] +0 > >

Re: [vote] Release Maven Help plugin 2.0.1

2006-04-05 Thread Vincent Siveton
+1 Vincent 2006/4/4, Emmanuel Venisse <[EMAIL PROTECTED]>: > +1 > > Emmanuel > > Brett Porter a écrit : > > Based on: > > maven-help-plugin 2.0.1-20060403.014226-1 (r390935) > > > > [ ] +1 > > [ ] +0 > > [ ] -1 > > > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141&styleName=Htm

Feedback needed on clover aggregation feature I'd like to implement...

2006-04-05 Thread Vincent Massol
Hi, I've just realized that there's work to be done on the clover plugin if we want it to support aggregated clover reports. By aggregated reports, I mean getting a single report for all modules. Right now this is possible but each module will only contribute coverage for its own code. I'd like th

Re: Problem with compile/install goal

2006-04-05 Thread Kenney Westerhof
On Tue, 4 Apr 2006 [EMAIL PROTECTED] wrote: Hi, This question should've been asked on the user list. Your repository configuration is probably incorrect; Maven tries to download a SNAPSHOT version from the central repository at ibiblio. This repository does not contain snapshots. My guess is th