RE: clover and cpd plugin clashes

2006-04-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 12 avril 2006 05:31 > To: Maven Developers List > Subject: Re: clover and cpd plugin clashes > > Yep, that's definitely a limitation. Something to think about. > > I didn't think CPD would check generat

Re: lifecycle configuration

2006-04-11 Thread Brett Porter
That doesn't sound right. I'm not sure what it looks like now - are you using cobertura as an example? - Brett Andreas Rudolf wrote: > Hi Brett, > > Thank you for your advice. I tried it in this way with the result, that the > classesDirectory for example is set for both phase. > > Is there no

Re: plugin releases

2006-04-11 Thread Brett Porter
Mike Perham wrote: > We've had calls for vote on 4-5 plugins in the last two weeks but I > haven't seen anything released yet. Where's pmd, clover, war and the > rest of the gang? Who's slacking off? :-) That'd be me. I'm holding them all until they are all ready, because some other issues have

Re: clover and cpd plugin clashes

2006-04-11 Thread Brett Porter
Yep, that's definitely a limitation. Something to think about. I didn't think CPD would check generated sources, though - perhaps that's something to change? The only workaround I can think of is to bind the cpd check to something later than clover executes, such as "verify". - Brett Vincent M

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Brett Porter
If it's stable, then it should be 1.1 and things pushed off to 1.2, not called rc1 - that was really my point. The only reason I thought it might still be beta was because some things are still not stable (eg, is xerces back in yet?) - Brett Felipe Leme wrote: > Dion Gillard wrote: > >> In this

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Felipe Leme
Dion Gillard wrote: In this context, I'd call 1.1 beta 2 a 'Stable' release. People are definitely using it as such. It's (in my mind anyways), v1.1.0. Since Maven is nothing without the plugins, upgrading those is reason enough for a new release (1.1.1). Thoughts? I'm a +1 - even though our

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Dion Gillard
On 4/12/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > I would have put more into beta-4 > > There are more issues to resolve in beta-3 now than before... :( Do you really want a rolling list of betas ala Maven 1.0 ? Remember beta 10 anyone? >From the Tomcat home page: " Almost every To

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Lukas Theussl
Ok, I was not aware of that policy. We've had a whole bunch of issues scheduled for rc1 since a long time, in fact, if I'm not mistaken, going back to when you were still active in m1... In that case I'd opt to push a few issues into 1.2-beta-10 :) -Lukas Brett Porter wrote: Please, don't l

Re: svn commit: r393327 - /maven/maven-1/plugins/trunk/project.xml

2006-04-11 Thread Brett Porter
[EMAIL PROTECTED] wrote: > Author: aheritier > Date: Tue Apr 11 15:50:35 2006 > New Revision: 393327 > > URL: http://svn.apache.org/viewcvs?rev=393327&view=rev > Log: > Use a fake version Why? - Brett - To unsubscribe, e-mail:

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Brett Porter
Please, don't label anything rc1 unless it is an internal test that is actually what will be released. There should be no scheduling for it in JIRA. We were horribly burned by that in Maven 1.0. - Brett Lukas Theussl wrote: > I am surprised about that, too. > > Arnaud, you seem to have schedule

Modifing the contents of an artifact before install

2006-04-11 Thread Felipe Leme
Hi all, Is it posible to remove/replace a file from the generated M2 artifact after the test phase (but before install)? Let me try to explain my case to make it clear: I have a Struts-based web application built with Maven 2 which depends on some DAO interfaces defined in another project. D

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Lukas Theussl
I am surprised about that, too. Arnaud, you seem to have scheduled all bugs for beta-3 and all tasks/improvements for beta-4. But there is nothing left to do for rc1 anymore! I thought we had agreed that beta does not properly represent the current state of m11, so why this additional beta-4

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Dion Gillard
Are you guys still going to do beta releases? On 4/12/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > I would have put more into beta-4 > > There are more issues to resolve in beta-3 now than before... :( > > -Lukas > > > Arnaud HERITIER wrote: > > I just updated our m1 roadmap. > > > > So

RE: clover and cpd plugin clashes

2006-04-11 Thread Vincent Massol
Hi Mike and all, > -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: mercredi 12 avril 2006 00:35 > To: Maven Developers List > Subject: clover and cpd plugin clashes > > So this is an interesting bug. > > I have clover and pmd:cpd-check configured. Clover injects

Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Lukas Theussl
I would have put more into beta-4 There are more issues to resolve in beta-3 now than before... :( -Lukas Arnaud HERITIER wrote: I just updated our m1 roadmap. Sorry for the noise on [EMAIL PROTECTED] cheers arnaud ---

Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Arnaud HERITIER
I just updated our m1 roadmap. Sorry for the noise on [EMAIL PROTECTED] cheers arnaud

clover and cpd plugin clashes

2006-04-11 Thread Mike Perham
So this is an interesting bug. I have clover and pmd:cpd-check configured. Clover injects a block of source into every source file for instrumentation purposes. cpd sees this block of code as copy/pasted code because it occurs in every source file and fails my build. Who's in the wrong here? I

maven-site-plugin and plexus-velocity

2006-04-11 Thread Mike Perham
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? As a side note, the directions to get the Plexus code are wrong and the link is dead

RE: plugin releases

2006-04-11 Thread Mike Perham
Regarding the aggregation, it's ok. I understood your point and now I understand why it worked for me. At least we can generate an aggregate report by hand. That'll work in the short term but it would be nice to see fixed in 2.0.5. I think this feature (and report aggregation in general) is

RE: plugin releases

2006-04-11 Thread Vincent Massol
Hi Mike, I've sent a vote for the clover release not long ago. We need to wait for 72 hours at least. Also, I didn't see a vote from Brett yet which I think is important. You've also raised some issues about the plugin and I'm waiting for you to answer my last email and tell me it's all good... :-

Re: plugin releases

2006-04-11 Thread dan tran
most of them got called back to work on maven1 ;-) just a humor! On 4/11/06, Mike Perham <[EMAIL PROTECTED]> wrote: > > We've had calls for vote on 4-5 plugins in the last two weeks but I > haven't seen anything released yet. Where's pmd, clover, war and the > rest of the gang? Who's slacking o

plugin releases

2006-04-11 Thread Mike Perham
We've had calls for vote on 4-5 plugins in the last two weeks but I haven't seen anything released yet. Where's pmd, clover, war and the rest of the gang? Who's slacking off? :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [m2-site] link to ant task

2006-04-11 Thread John Casey
Actually, I'm not seeing that...can you verify that this is still the case? -j On 4/11/06, Raphaël Piéroni <[EMAIL PROTECTED]> wrote: > > Hello, > > The links to the ant tasks in > http://maven.apache.org/download.html > are set to the embedder. > > Raphaël > > ---

Re: [m2-site] link to ant task

2006-04-11 Thread John Casey
I'll fix that now. Thanks, john On 4/11/06, Raphaël Piéroni <[EMAIL PROTECTED]> wrote: > > Hello, > > The links to the ant tasks in > http://maven.apache.org/download.html > are set to the embedder. > > Raphaël > > - > To unsubs

[m2-site] link to ant task

2006-04-11 Thread Raphaël Piéroni
Hello, The links to the ant tasks in http://maven.apache.org/download.html are set to the embedder. Raphaël - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: clover aggregation broken?

2006-04-11 Thread Vincent Massol
Hi Mike, > -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: mardi 11 avril 2006 19:56 > To: Maven Developers List > Subject: RE: clover aggregation broken? > > I'm absolutely positive it was working. I showed the aggregated report > to my coworkers and boss as the

RE: clover aggregation broken?

2006-04-11 Thread Mike Perham
I'm absolutely positive it was working. I showed the aggregated report to my coworkers and boss as the coolest new feature from Maven in the last 2 months. It's a big loss to us. The only difference between then and now was that I compiled the HEAD of near everything whereas this time I worked f

RE: clover aggregation broken?

2006-04-11 Thread Vincent Massol
Hi Mike, > -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: lundi 10 avril 2006 18:47 > To: Maven Developers List > Subject: clover aggregation broken? > > One of clover's awesome new features is generating an aggregate unit > test coverage report when running site

Re: [M2] Distribution and SCP trouble

2006-04-11 Thread Kenney Westerhof
On Tue, 11 Apr 2006 [EMAIL PROTECTED] wrote: Hi, please post user questions to the user list in the future. Your SCP url is wrong. It should be scp://host/directory/ -- Kenney > Hi > > I am having a serious issue with the distributionManagement and scp. > > If I try : > > > >

Re: [M2] Distribution and SCP trouble

2006-04-11 Thread Stephen Duncan
I think your urls should look like this: scp://sdlut003/Apache2/htdocs/wasplugin/ scp://sdlut003.sandslimarka55.dnb.no/Apache2/htdocs/wasplugin/ See http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20deploy%20my%20jar%20in%20my%20remote%20repository? -Stephen On 4/11/06,

[M2] Distribution and SCP trouble

2006-04-11 Thread hermod.opstvedt
Hi I am having a serious issue with the distributionManagement and scp. If I try : dnbnoritu-repo scp:sdlut003://Apache2/htdocs/wasplugin/ dnbnoritu-repo Repository Name

Re: New patch to support ScmProvider.listFiles for svn and cvs

2006-04-11 Thread Emmanuel Venisse
Zsolt a écrit : Hi, I have added a new patch to support ScmProvider.listFiles for svn and cvs: http://jira.codehaus.org/browse/SCM-183 I would like to implement them also for the CvsJava and SvnJava but don't know how to do that? For cvsJava, the command must be implemented in cvs commons

Re: lifecycle configuration

2006-04-11 Thread Andreas Rudolf
Hi Brett, Thank you for your advice. I tried it in this way with the result, that the classesDirectory for example is set for both phase. Is there no way to set the configuration especially for test phase only, or is it a bug? Regards Andreas -- View this message in context: http://ww