Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread Jochen Kuhnle
On 2007-07-12 15:47:31 +0200, David Holroyd <[EMAIL PROTECTED]> said: Hi, On Thu, Jul 12, 2007 at 12:08:53PM +0200, Jochen Kuhnle wrote: I tried out the antlr3 plugin and ran into a dependency problem: antlr-3.0 depends on stringtemplate-3.0 which depends on antlr-2.7.x. Since antlr-2 and -3 a

eclipse:m2eclipse

2007-07-12 Thread Timothy Reilly
I was thinking about the need for m2eclipse support in the maven eclipse mojo. I was starting to think of what changes might be needed and how a different goal eclipse:m2eclipse (or such) might be used. Anyhow, I thought to first checkout jira and see what's been proposed in the past and I found

Re: [VOTE] Graduate maven-patch-plugin from sandbox and release version 1.0

2007-07-12 Thread John Casey
*sigh* I'll take another look at this tomorrow. -john On Jul 12, 2007, at 4:31 PM, Brett Porter wrote: Hi John, Unfortunately, you didn't update the SCM element first, so it created the tag in the sandbox again. I also noticed that there is an incorrect element in there - that can be

RE: MNG-1323 - discussion about available fixes

2007-07-12 Thread Brian E. Fox
a) and c) seem like essentially the same amount of work (to code and to execute) but c) feels cleaner. -Original Message- From: Piotr Tabor [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 9:46 PM To: Maven Developers List Subject: Re: MNG-1323 - discussion about available fixes I

[jira] Subscription: Design & Best Practices

2007-07-12 Thread jira
Issue Subscription Filter: Design & Best Practices (32 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
I prepare more statistics: I tested the problem on two projects: * it0124 (from MNG-1323) ( 3 artifacts) * medium_real_project(40 artifacts) The current version on maven (2.0.8-SNAPSHOT) with "-X -o": it0124 : 9 seconds; 8 seconds; 9 seconds (all didn't finish because of the MNG

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
I prepare more statistics: I tested the problem on two projects: * it0124 (from MNG-1323) ( 3 artifacts) * medium_real_project(40 artifacts) The current version on maven (2.0.8-SNAPSHOT) with "-X -o": it0124 : 9 seconds; 8 seconds; 9 seconds (all didn't finish because of the MNG

Re: Heads up regarding VMBuild

2007-07-12 Thread Brett Porter
On 12/07/2007, at 8:15 PM, Trygve Laugstøl wrote: Brett Porter wrote: Hi folks, I'm currently doing the rounds of all the people using Continuum on VMBuild. The set up on there ballooned despite the box being underpowered and the installation intended to be experimental, so was never very

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
I will prepare detailed statistics tonight. The statistic bellow was from "dirty" environment (eclipse, another processes working, etc.). Thanks, Piotr Carlos Sanchez pisze: > I have seen other caching problems when using the embedder, like > plugin versions not updated if the pom changes. I wou

Re: Release of javadoc plugin

2007-07-12 Thread Vincent Siveton
FYI we are just waiting for a new release of plexus-utils:1.4.3 Cheers, Vincent 2007/7/12, Vincent Siveton <[EMAIL PROTECTED]>: Hi Paul! It is planned for this month. Cheers, Vincent 2007/7/12, Paul Gier <[EMAIL PROTECTED]>: > Can we have a release of the javadoc plugin (version 2.3)? It

Re: Release of javadoc plugin

2007-07-12 Thread Vincent Siveton
Hi Paul! It is planned for this month. Cheers, Vincent 2007/7/12, Paul Gier <[EMAIL PROTECTED]>: Can we have a release of the javadoc plugin (version 2.3)? It looks like all the relevant jira issues have been closed. Thanks! -

Release of javadoc plugin

2007-07-12 Thread Paul Gier
Can we have a release of the javadoc plugin (version 2.3)? It looks like all the relevant jira issues have been closed. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread David Holroyd
On Fri, Jul 13, 2007 at 06:21:24AM +1000, Brett Porter wrote: > I also didn't think stringtemplate used antlr2 at runtime, I thought > it was just at compile time? The StringTemplate build needs the ANTLRv2 tool to compile its grammar and the StringTemplate artifact needs the ANTLRv2 'runtime' t

Re: [VOTE] Graduate maven-patch-plugin from sandbox and release version 1.0

2007-07-12 Thread Brett Porter
Hi John, Unfortunately, you didn't update the SCM element first, so it created the tag in the sandbox again. I also noticed that there is an incorrect element in there - that can be removed. Otherwise looking good. Cheers, Brett On 13/07/2007, at 1:50 AM, John Casey wrote: Okay, I've

Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread Brett Porter
I agree with David. I also didn't think stringtemplate used antlr2 at runtime, I thought it was just at compile time? - Brett On 12/07/2007, at 11:47 PM, David Holroyd wrote: Hi, On Thu, Jul 12, 2007 at 12:08:53PM +0200, Jochen Kuhnle wrote: I tried out the antlr3 plugin and ran into a d

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread John Casey
I'd tend to agree, though caching in some situations has been the only thing to save us from some serious API shortcomings. For example, the fact that you cannot access the MavenProject instance corresponding to a resolved Artifact...the cache in the project builder is the only thing keepin

Re: Can't commit because of a locked dir

2007-07-12 Thread Richard van der Hoff
On Jul 12, 2007, at 10:36 AM, Fabrice Bellingard wrote: Today, I've tried several times to commit code in the maven-assembly-plugin, and I always get the same message: --- Att

Re: Maven 2.1-alpha-1?

2007-07-12 Thread Carlos Sanchez
On 7/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Jul 07, at 8:15 AM 11 Jul 07, John Casey wrote: > Hi everyone, > > We've been trying for quite a long time to get into a mode of > faster, more incremental releases. However, when it comes to > actually doing this, we seem married to th

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Carlos Sanchez
I have seen other caching problems when using the embedder, like plugin versions not updated if the pom changes. I would go for correctness first and speed second On 7/12/07, John Casey <[EMAIL PROTECTED]> wrote: So, if we don't ever cache the plugin container, it's a 2-second penalty on a singl

RE: Submitting enhancement to Maven Plugin

2007-07-12 Thread Brian E. Fox
Start here:http://maven.apache.org/guides/development/guide-helping.html Basically write a jira and attach a patch. From: Sailaja Rekapalli [mailto:[EMAIL PROTECTED] Sent: Thu 7/12/2007 10:38 AM To: dev@maven.apache.org Subject: Submitting enhancement to Maven P

Re: Can't commit because of a locked dir

2007-07-12 Thread John Casey
~/workspace/maven/plugins/maven-assembly-plugin/src jdcasey$ svn unlock --force . svn: warning: 'src' is not locked in the repository Not sure what might be causing that. You're sure it's not some strange windows thing, right? Like, an interrupted process that was in the middle of doing som

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread John Casey
So, if we don't ever cache the plugin container, it's a 2-second penalty on a single project using debug output with corrected algorithm? -john On Jul 12, 2007, at 11:29 AM, Piotr Tabor wrote: John Casey pisze: While #3 might have the best performance in terms of speed, I really wonder abo

Re: Submitting enhancement to Maven Plugin

2007-07-12 Thread John Casey
Please select the plugin from the project list at http:// jira.codehaus.org (Make sure you get the Maven 2.x version of the plugin, not the Maven 1.x version, if applicable). From that project, either select the issue you're trying to address from the existing list, or add a new issue...then

Re: [VOTE] Graduate maven-patch-plugin from sandbox and release version 1.0

2007-07-12 Thread John Casey
Okay, I've addressed all of the concerns below, and fixed the FAQ (mentioned earlier). The results are in: Repository: http://people.apache.org/~jdcasey/stage/maven-patch-plugin/repo/ Site: http://people.apache.org/~jdcasey/stage/maven-patch-plugin/site/ Tag: https://svn.apache.org/repos/a

Submitting enhancement to Maven Plugin

2007-07-12 Thread Sailaja Rekapalli
Hello, I would like to submit an enhancement to a maven-plugin.. Could you please let me know the procedure to do it ? Thank you, Sairam. _ Real Estate classifieds on MSN - for free.www.yello.in http://www.yello.in/home.php?u

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
John Casey pisze: > While #3 might have the best performance in terms of speed, I really > wonder about memory performance. Leaving all those old antrun plugin > instances laying around but still reachable means that in very large > projects that use antrun, we'll have some pretty significant memor

Re: [VOTE] Graduate maven-patch-plugin from sandbox and release version 1.0

2007-07-12 Thread John Casey
Yeah, that misspelling is a frequent typo of mine. :( -john On Jul 11, 2007, at 9:21 PM, Brett Porter wrote: +1 to graduation from the sandbox, it has passed IP clearance and is almost ready for release. -1 to release for a few reasons: a) the license in the ApplyMojo.java is legally corre

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread John Casey
While #3 might have the best performance in terms of speed, I really wonder about memory performance. Leaving all those old antrun plugin instances laying around but still reachable means that in very large projects that use antrun, we'll have some pretty significant memory problems. If you

Can't commit because of a locked dir

2007-07-12 Thread Fabrice Bellingard
Today, I've tried several times to commit code in the maven-assembly-plugin, and I always get the same message: --- Attempted to lock an already-locked dir svn: Working copy 'C:\Mav

RE: Re: Proposal: Required declaration of properties in pom.xml

2007-07-12 Thread Brian E. Fox
I think almost of the required functionality of this proposal can be achieved using the latest enforcer release. The requireProperty[1] rule can check if a property is set and optionally regex the value. There is also a beanShell[2] rule that allows similar checks. The same reasons[3] we decided

Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread David Holroyd
Hi, On Thu, Jul 12, 2007 at 12:08:53PM +0200, Jochen Kuhnle wrote: > I tried out the antlr3 plugin and ran into a dependency problem: > antlr-3.0 depends on stringtemplate-3.0 which depends on antlr-2.7.x. > Since antlr-2 and -3 are fundamentally incompatible (API packages > renamed, grammar fi

Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread crowne
Thanks Guys, javancss looks good, and it counts comments separately. It probably wasn't immediately obvious to me when I googled for existing line count reports. At least I learnt a bit about mojo reporting. Neil. Fabrice Bellingard-3 wrote: > > As Brett said, the codehaus JavaNCSS plugin a

Re: features scheduled after 1.1-beta-1

2007-07-12 Thread Emmanuel Venisse
We don't have new features in beta-2. Emmanuel Emmanuel Venisse a écrit : CONTINUUM-761 is in 1.1-beta-1 and closed now. I'll review beta-2 issues to see if we have new features and I'll move them if necessary. Emmanuel Brett Porter a écrit : Hi, I haven't looked beyond this issue - so th

Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread Fabrice Bellingard
As Brett said, the codehaus JavaNCSS plugin already gives this information (and even more), so I'm not sure we want to add this to the JXR plugin... Fabrice. On 7/12/07, crowne <[EMAIL PROTECTED]> wrote: Hi All, A few days ago I was asked (yet again) for a count of the "Lines of Code" for a

Re: features scheduled after 1.1-beta-1

2007-07-12 Thread Emmanuel Venisse
CONTINUUM-761 is in 1.1-beta-1 and closed now. I'll review beta-2 issues to see if we have new features and I'll move them if necessary. Emmanuel Brett Porter a écrit : Hi, I haven't looked beyond this issue - so there may be more - but I see CONTINUUM-761 is a new feature scheduled for 1.1-

[jira] Subscription: Design & Best Practices

2007-07-12 Thread jira
Issue Subscription Filter: Design & Best Practices (37 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread Jochen Kuhnle
Hi, I tried out the antlr3 plugin and ran into a dependency problem: antlr-3.0 depends on stringtemplate-3.0 which depends on antlr-2.7.x. Since antlr-2 and -3 are fundamentally incompatible (API packages renamed, grammar file format changed), this does not work. I propose to change the arti

Re: Proposal: Required declaration of properties in pom.xml

2007-07-12 Thread Jochen Kuhnle
On 2007-07-10 13:04:50 +0200, Kenney Westerhof <[EMAIL PROTECTED]> said: currently, Maven does not require declaration of properties used in the pom, you just use them anywhere you like. Usually, if a property is missing, bad things tend to happen because it is replaced with the string "null

Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread crowne
Hi Brett, It could be added to the maven-jxr-plugin module, however maybe as a separate mojo, as I have used a doxia report format whereas, jxr uses an external report format that has a similar structure to javadoc. I haven't seen javancss yet, going to have a look now. Regards, Neil. brettpo

Re: new maven-loc-plugin, committer help required.

2007-07-12 Thread Brett Porter
Can it be added to the existing jxr plugin instead? Have you seen the javancss plugin at codehaus? On 12/07/2007, at 6:51 PM, crowne wrote: Hi All, A few days ago I was asked (yet again) for a count of the "Lines of Code" for a project that we have been working on. Needless to say that I

new maven-loc-plugin, committer help required.

2007-07-12 Thread crowne
Hi All, A few days ago I was asked (yet again) for a count of the "Lines of Code" for a project that we have been working on. Needless to say that I got a bee in my bonnet and built a maven-loc-plugin-1.0-snapshot over the weekend. I started by copying the maven-jxr-plugin, and I had to make a fe

Re: Introducing eclipse:configure-workspace goal

2007-07-12 Thread Dan Tran
Hi Mark, Thanks for the feedback. Let first have it configured thru the workspace, as more users asking for per project code style, we can add it to eclipse:eclipse goal as well. Thanks -D On 7/12/07, Mark Hobson <[EMAIL PROTECTED]> wrote: Looks useful, although how about allowing codestyl

Re: Introducing eclipse:configure-workspace goal

2007-07-12 Thread Mark Hobson
Looks useful, although how about allowing codestyle to be configured per project? It could be used in eclipse:eclipse to set project specific settings - handy when you're working on projects with varying codestyles. Mark On 12/07/07, Dan Tran <[EMAIL PROTECTED]> wrote: Hello every one, I woul

Re: Submitting patch to Maven Plugin

2007-07-12 Thread Stephane Nicoll
hi, Open an issue in Jira[1] and I'll have a look to it Cheers, Stéphane [1] http://jira.codehaus.org/browse/MEAR On 7/12/07, Sailaja Rekapalli <[EMAIL PROTECTED]> wrote: Hi, I have a small patch that is useful to put in under maven-ear-plugin.. How can I get in that fix/feature in to it..