Re: svn commit: r413818 - in /maven/repository-manager/trunk: maven-repository-discovery/src/main/java/org/apache/maven/repository/discovery/ maven-repository-discovery/src/test/java/org/apache/maven/

2006-06-12 Thread Brett Porter
I don't really like when a map is used for a list of objects with two properties. Couldn't we have a little object for this? - Brett [EMAIL PROTECTED] wrote: Author: epunzalan Date: Mon Jun 12 23:53:38 2006 New Revision: 413818 URL: http://svn.apache.org/viewvc?rev=413818&view=rev Log: Added

plexus-utils 1.1 giving me a hard time

2006-06-12 Thread henrikwl
Running Maven 2.0.4 release, and am trying to build the latest cobertura-maven-plugin from SVN. The compiler throws a "symbol not found" for the getDefaultExcludesAsList() method in the FileUtils class. This is regardless of the fact that plexus-utils-1.1.jar is present in my classpath, as well a

Re: Plugin documentation

2006-06-12 Thread Brett Porter
I'm going to start a separate thread on documentation. - Brett Wendy Smoak wrote: The plugin documentation is improving, but there's a wealth of information being posted to the user list that gets lost in the archives. In my opinion, you're missing out on some great contributions by not promot

Re: [jira] Created: (MJAR-42) Add LICENCE and NOTICE files to the jar

2006-06-12 Thread Brett Porter
Isn't a better workaround just to use the resources mechanism until something more flexible is in place? Jeremy Boynes wrote: Any comments on this issue or patch? Is it possible to have it applied? Thanks -- Jeremy Jeremy Boynes (JIRA) wrote: Add LICENCE and NOTICE files to the jar --

Re: Dealing with XML content filters

2006-06-12 Thread Brett Porter
Oh, please don't tell me that EJB3 still requires that you bake configuration into the deployed artifact. :( I generally would use a JNDI based lookup for the connection that would always be the same inside the code/configuration, and then you just need to configure your server depending on wh

Re: plugin extensions

2006-06-12 Thread Brett Porter
It is an optimisation to ensure you don't need to look at all of the plugins first. Possibly a better alternative is to resolve plugins in two phases (get all the plugins up front, figure this stuff out, get dependencies of the plugins later when the code is actually executed). I think that is

Re: Merge it0105 and it0107 to 2.0.x branch

2006-06-12 Thread Brett Porter
I don't see the need for either, since the trunk set is a superset of what is on the branch. Kenney Westerhof wrote: On Mon, 12 Jun 2006, Carlos Sanchez wrote: Just tossing in an idea: Perhaps a more sophisticated system where you specify which version of maven is needed for the it test - esp

Re: [result] Re: [vote] Dennis Lundberg as a Maven Plugins committer

2006-06-12 Thread Brett Porter
Dennis Lundberg wrote: Are there any special docs that are required reading for a new committer? I have found this one: http://maven.apache.org/guides/development/guide-m2-development.html That's pretty much it. We have a draft development process on the wiki too. -- Brett Porter <[EMAIL PROT

Dealing with XML content filters

2006-06-12 Thread Rinku
Hi, I have a use case where I am trying to figure what might be an ideal (if not best) way to deal with it. For an EJB3 project I need to toy around with a "META-INF/persistence.xml" which contains all the entity mappings. There are two constraints: 1) Developers using Eclipse should not

Re: MRM Build Broken

2006-06-12 Thread Allan Ramirez
Build your maven-jar-plugin from svn then try to build mrm again. -allan David Beckedorff wrote: What is the fix for this? I'm using maven-2.0.4. [INFO] Installing D:\MRM\maven-repository-manager-site\maven-repository-application\target\m aven-repository-application-1.0-SNAPSHOT.j

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Dion Gillard
We got rid of using the custom jsl and are moving to the way that commons email etc do it. On 6/13/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: >> >> Do you have a component where there is a title? - I don't see one >> anywhere, but you have that problem already on your current site (eg >> htt

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Lukas Theussl
Do you have a component where there is a title? - I don't see one anywhere, but you have that problem already on your current site (eg http://jakarta.apache.org/commons/beanutils/dependencies.html) which was built with xdoc-plugin-1.9.2 (I presume). It's due to an issue with your custom sit

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Lukas Theussl
If the Downloads link problem above and another problem I found (will send another mail about that) can be solved, I'm +1. The rest seems to be Commons specific, which shouldn't hold back the release of the xdoc plugin. I deployed another snapshot, please test. Cheers, -Lukas -

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Lukas Theussl
Ok, I get the same error when downgrading the jxr plugin to your version 1.4.2, it works with the latest 1.5. Don't ask me why... You might consider upgrading a number of plugins anyway, just be careful with artifact: 1.5.2 is the highest that works with m1.0.2. -Lukas Dennis Lundberg wrote

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Dennis Lundberg
Installed plugins: maven-abbot-plugin-1.1 maven-announcement-plugin-1.4 maven-ant-plugin-1.9 maven-antlr-plugin-1.2.1 maven-appserver-plugin-2.0 maven-artifact-plugin-1.4.1 maven-ashkelon-plugin-1.2 maven-aspectj-plugin-3.2 maven-aspectwerkz-plugin-1.2 maven-caller-plugin-1.1

Re: [result] Re: [vote] Dennis Lundberg as a Maven Plugins committer

2006-06-12 Thread Arnaud HERITIER
Done. Your account dennislundbergis now in the group maven-developers. Welcome Arnaud On 6/13/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Thank you for giving me this opportunity. I hope that I can be of use to

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Lukas Theussl
I'd rather suspect a classloader issue. Can you send me the list of your installed plugins (maven -i)? Because of the single classloader, another plugin can load the required class (StringUtils), which in the xdoc plugin, should be from commons.lang.StringUtils. -Lukas Dennis Lundberg wrot

Re: [result] Re: [vote] Dennis Lundberg as a Maven Plugins committer

2006-06-12 Thread Dennis Lundberg
Thank you for giving me this opportunity. I hope that I can be of use to the Maven community. On the practical side, my commit privileges are working - I just made my first commit. Who can I contact to get some more privileges in JIRA? I'd like to assign issues to myself. Are there any speci

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Arnaud HERITIER
I'm not what were the cases when the empty function failed. I remember that it didn't work on empty lists. It seems that there was also a problem with if the parameter is null. I don't know if we can have the same error somewhere else. Arnaud On 6/13/06, Lukas Theussl <[EMAIL PROTECTED]> wrote:

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Lukas Theussl
Right on, I replaced by and now it works also with m1.0.2. The point is: the empty function is used all over the place in the xdoc plugin (plugin.jelly, site.jsl, various templates), do I have to replace it everywhere? -Lukas Arnaud HERITIER wrote: In the Jelly release bundled in ma

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Dennis Lundberg
Looks like it could be jelly related as well. BUILD FAILED org.apache.velocity.exception.MethodInvocationException: Invocation of method 'anonymousAccessCVS' in class org.apache.maven.xdoc.util.ScmUtil threw except ion class java.lang.NoClassDefFoundError : org/codehaus/plexus/util/StringUti

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Lukas Theussl
I cannot reproduce this one, neither with m1.0.2 nor m11b3. I'd be surprised, too, as the xdoc-plugin doesn't use plexus. Can you run with -e, to see the full stack trace? -Lukas Dennis Lundberg wrote: I decided to try out a Sourceforge project that I work on, but it failed miserably with th

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Arnaud HERITIER
In the Jelly release bundled in maven 1.0.x there was some bugs in the empty() function. cheers Arnaud On 6/12/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > I just did a "maven clean site" and I still get the "Downloads" link > when building it using the 1.10-SNAPSHOT version. > Ok, I can

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Lukas Theussl
I just did a "maven clean site" and I still get the "Downloads" link when building it using the 1.10-SNAPSHOT version. Ok, I can reproduce it now using maven-1.0.2, I don't see it with m1.1-beta-3. Certainly a jelly issue, I'll look into it. -Lukas -

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Dennis Lundberg
I decided to try out a Sourceforge project that I work on, but it failed miserably with the new plugin. Just to make sure it wasn't something specific to that project I checked out another Sourceforge project that you are all familiar with: maven-plugins. Steps to reproduce: * check out maven-

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Dennis Lundberg
Lukas Theussl wrote: Thanks Dennis! See my comments in-line. - There is no longer a pdf.gif file under /images/. This was deleted by Arnaud in rev 386905 (http://svn.apache.org/viewvc?view=rev&revision=386905), and moved to the pdf plugin. Is there an issue with that? Nope, no problem. J

MRM Build Broken

2006-06-12 Thread David Beckedorff
What is the fix for this? I'm using maven-2.0.4. >>> [INFO] Installing D:\MRM\maven-repository-manager-site\maven-repository-application\target\m aven-repository-application-1.0-SNAPSHOT.jar to C:\Documents and Settings\dbeckedorff\.m2\re pository\org\apache\maven\repository\maven-repos

Re: Eclipse/OSGi and Maven 2

2006-06-12 Thread Wendell Beckwith
Does maven currently support or can be extend to support the notion of Repository Groups? Background on why this would be needed: To properly deal with OSGi bundles, you really need a set of bundles you will compile against. If you take an eclipse install for example there could be 130+ osgi bu

Re: Please sync Lucene to ibiblio

2006-06-12 Thread Torsten Curdt
Great, thanks :) On 6/13/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: yep all apache was synced On 6/12/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: > Could you also sync > > http://www.apache.org/dist/maven-repository/org/apache/bcel/bcel/ > > cheers > -- > Torsten > > On 6/13/06, Carlos San

Re: Please sync Lucene to ibiblio

2006-06-12 Thread Carlos Sanchez
yep all apache was synced On 6/12/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: Could you also sync http://www.apache.org/dist/maven-repository/org/apache/bcel/bcel/ cheers -- Torsten On 6/13/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > done > > On 6/11/06, Martin Cooper <[EMAIL PROTECTED]

Re: Please sync Lucene to ibiblio

2006-06-12 Thread Torsten Curdt
Could you also sync http://www.apache.org/dist/maven-repository/org/apache/bcel/bcel/ cheers -- Torsten On 6/13/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: done On 6/11/06, Martin Cooper <[EMAIL PROTECTED]> wrote: > I've just deployed Lucene Core 1.9.1 and 2.0.0 to the ASF M2 repo: > > http

Re: Please sync Lucene to ibiblio

2006-06-12 Thread Carlos Sanchez
done On 6/11/06, Martin Cooper <[EMAIL PROTECTED]> wrote: I've just deployed Lucene Core 1.9.1 and 2.0.0 to the ASF M2 repo: http://www.apache.org/dist/maven-repository/org/apache/lucene/lucene-core/ Please sync to ibiblio. TIA. -- Martin Cooper -- I could give you my word as a Spaniard.

MRM

2006-06-12 Thread David Beckedorff
What is the current status & likely availability date for MRM? Is it recommended to use Maven Proxy in the interim? If so, what repository names should be set up for Proxy to allow for a amooth transition to MRM? Thanks, David ___ David Beckedorff Senior D

Re: Merge it0105 and it0107 to 2.0.x branch

2006-06-12 Thread Kenney Westerhof
On Mon, 12 Jun 2006, Carlos Sanchez wrote: Just tossing in an idea: Perhaps a more sophisticated system where you specify which version of maven is needed for the it test - especially useful for new feature testing that's not available in some versions of m2. So instead of #commenting out you hav

Re: Merge it0105 and it0107 to 2.0.x branch

2006-06-12 Thread Carlos Sanchez
I think the question here is, should we merge the itxxx folders and then just have the test deactivated in the branch? that would make the differencies between trunk and branch minimal which I see as a good thing (TM) On 6/12/06, Brett Porter <[EMAIL PROTECTED]> wrote: jerome lacoste wrote: > So

Re: suggestion for mvn --help message

2006-06-12 Thread Mark Hobson
I agree some further plugin information would be useful - I raised a similar issue the other day: http://jira.codehaus.org/browse/MNG-2310 Mark On 12/06/06, Marc Weber <[EMAIL PROTECTED]> wrote: Hi . I'm still new to maven. A problem which I and other encounter is : Where to get information a

plugin extensions

2006-06-12 Thread Kenney Westerhof
Hi, I was wondering if the true couldn't be auto-detected by maven by looking at the components.xml in the plugin's jar or something similar, or wheter it could on by default. It seems that when a plugin defines packaging/lifecycle extensions and you do not specify true you get a ComponentLookup

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Carlos Sanchez
+1 On 6/12/06, Brett Porter <[EMAIL PROTECTED]> wrote: I propose that we move v2.1 of maven-archiver to the /shared/ area of SVN. I think we should leave it on the branch for now, though. This will allow it it's own release cycle, so that plugins can depend on it sooner than Maven releases. Not

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Kenney Westerhof
On Mon, 12 Jun 2006, Jochen Wiedmann wrote: > > +1 (Non-binding) > > But that pops up the question: When can we expect the move? The vote has to pass first. I expect Brett to announce the move in the resulting mail. All in all I'd say about 2 days from now. :) -- Kenney > > > Regards, > > Joche

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Jochen Wiedmann
+1 (Non-binding) But that pops up the question: When can we expect the move? Regards, Jochen Brett Porter wrote: > I propose that we move v2.1 of maven-archiver to the /shared/ area of > SVN. I think we should leave it on the branch for now, though. > > This will allow it it's own release

RE: clover and cpd plugin clashes

2006-06-12 Thread Vincent Massol
> -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: mardi 30 mai 2006 17:56 > To: Vincent Massol > Subject: RE: clover and cpd plugin clashes > > I would argue that the modified Clover code should not be reported on at > all. Agreed > You wouldn't want JXR, ja

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Kenney Westerhof
On Mon, 12 Jun 2006, Brett Porter wrote: +1 > I propose that we move v2.1 of maven-archiver to the /shared/ area of > SVN. I think we should leave it on the branch for now, though. > > This will allow it it's own release cycle, so that plugins can depend on > it sooner than Maven releases. Nothin

suggestion for mvn --help message

2006-06-12 Thread Marc Weber
Hi . I'm still new to maven. A problem which I and other encounter is : Where to get information about what I can do with maven, wehre to look it up? My first attempt (most unix users will do) mvn --help. Which prints nice information but not: Which plugins are availible and where to get the des

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Emmanuel Venisse
+1 Emmanuel Brett Porter a écrit : I propose that we move v2.1 of maven-archiver to the /shared/ area of SVN. I think we should leave it on the branch for now, though. This will allow it it's own release cycle, so that plugins can depend on it sooner than Maven releases. Nothing in Maven its

Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Arnaud HERITIER
+1 Arnaud On 6/12/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: Thanks Dennis! See my comments in-line. > - There is no longer a pdf.gif file under /images/. This was deleted by Arnaud in rev 386905 (http://svn.apache.org/viewvc?view=rev&revision=386905), and moved to the pdf plugin. Is ther

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Fabrizio Giustina
+1 fabrizio On 6/12/06, Brett Porter <[EMAIL PROTECTED]> wrote: I propose that we move v2.1 of maven-archiver to the /shared/ area of SVN. I think we should leave it on the branch for now, though. This will allow it it's own release cycle, so that plugins can depend on it sooner than Maven rel

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Stephane Nicoll
+1, nice. s/ On 6/12/06, Brett Porter <[EMAIL PROTECTED]> wrote: I propose that we move v2.1 of maven-archiver to the /shared/ area of SVN. I think we should leave it on the branch for now, though. This will allow it it's own release cycle, so that plugins can depend on it sooner than Maven re