Lunce 2.1 for trunk

2008-02-27 Thread James William Dumay
Hey guys, Just looking over the change log for Lucene 2.1 - might be worth an upgrade. http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_1_0/CHANGES.txt Any objections? James

Re: Lunce 2.1 for trunk

2008-02-27 Thread James William Dumay
After a few words on IRC with Joakim we should jump straight to 2.3.1 James On Thu, 2008-02-28 at 12:08 +1100, James William Dumay wrote: Hey guys, Just looking over the change log for Lucene 2.1 - might be worth an upgrade.

Re: Lunce 2.1 for trunk

2008-02-27 Thread Brett Porter
It's probably worth going all the way up to 2.3.1 and re-testing things. On 28/02/2008, at 12:08 PM, James William Dumay wrote: Hey guys, Just looking over the change log for Lucene 2.1 - might be worth an upgrade. http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_1_0/CHANGES.txt

Re: Lunce 2.1 for trunk

2008-02-27 Thread Joakim Erdfelt
+1 for going all the way to Lucene 2.3.1 - Joakim James William Dumay wrote: After a few words on IRC with Joakim we should jump straight to 2.3.1 James On Thu, 2008-02-28 at 12:08 +1100, James William Dumay wrote: Hey guys, Just looking over the change log for Lucene 2.1 - might be

Re: Lunce 2.1 for trunk

2008-02-27 Thread James William Dumay
Issue and patch can be found here: http://jira.codehaus.org/browse/MRM-720 Ive tested this functionally and it appears to work great. James On Thu, 2008-02-28 at 12:15 +1100, James William Dumay wrote: After a few words on IRC with Joakim we should jump straight to 2.3.1 James On

Re: Lunce 2.1 for trunk

2008-02-27 Thread James William Dumay
This upgrade also works for the 1.0.x branch. Thanks James On Thu, 2008-02-28 at 12:40 +1100, James William Dumay wrote: Issue and patch can be found here: http://jira.codehaus.org/browse/MRM-720 Ive tested this functionally and it appears to work great. James On Thu, 2008-02-28

Re: [discuss] Archiva TLP proposal

2008-02-27 Thread Maria Odea Ching
On Wed, Feb 27, 2008 at 2:20 PM, Joakim Erdfelt [EMAIL PROTECTED] wrote: Fabrice Bellingard wrote: On Mon, Feb 25, 2008 at 3:04 AM, Brett Porter [EMAIL PROTECTED] wrote: Ok, seems there is some interest in putting together a proposal. I'm going to follow the same format we used at

Re: [discuss] Archiva TLP proposal

2008-02-27 Thread Maria Odea Ching
On Thu, Feb 28, 2008 at 3:12 PM, Brett Porter [EMAIL PROTECTED] wrote: On 28/02/2008, at 5:31 PM, Maria Odea Ching wrote: +1 to this list. Is this a list of existing commiters in the project only? Would it be inappropriate to get James Dumay involved in this too? I don't have any

Re: ContinuumStore refactoring

2008-02-27 Thread Rahul Thakur
Hi, Some code using a couple of Entities as examples would be nice :-) I still think the API would be verbose. Thanks, Rahul On Fri, Feb 22, 2008 at 11:06 PM, Emmanuel Venisse [EMAIL PROTECTED] wrote: On Fri, Feb 22, 2008 at 10:45 AM, Rahul Thakur [EMAIL PROTECTED] wrote: 2)

Re: trunk shading

2008-02-27 Thread [EMAIL PROTECTED]
The reason for this is that commons-logging in the root classloader makes plugins unhappy (and the error reporting seems to be swallowed now) Just out of curiosity, what version of commons-logging was in use? Version 1.1 and above should not throw an exception under any circumstances...

Re: trunk shading

2008-02-27 Thread Rahul Thakur
Thanks for the rationale, Jason. My intent was to understand from a classloading and modularity perspective. Cheers, Rahul Jason van Zyl wrote: On 26-Feb-08, at 6:29 PM, Rahul Thakur wrote: On a related note, I have always wondered why Maven was not using OSGi underneath? Because

Re: trunk shading

2008-02-27 Thread Brett Porter
On 27/02/2008, at 7:13 PM, [EMAIL PROTECTED] wrote: The reason for this is that commons-logging in the root classloader makes plugins unhappy (and the error reporting seems to be swallowed now) Just out of curiosity, what version of commons-logging was in use? Version 1.1 and above

Re: trunk shading

2008-02-27 Thread [EMAIL PROTECTED]
Brett Porter schrieb: On 27/02/2008, at 7:13 PM, [EMAIL PROTECTED] wrote: The reason for this is that commons-logging in the root classloader makes plugins unhappy (and the error reporting seems to be swallowed now) Just out of curiosity, what version of commons-logging was in use?

Re: [discuss] Archiva TLP proposal

2008-02-27 Thread Brett Porter
On 26/02/2008, at 9:21 PM, Fabrice Bellingard wrote: On Mon, Feb 25, 2008 at 3:04 AM, Brett Porter [EMAIL PROTECTED] wrote: Ok, seems there is some interest in putting together a proposal. I'm going to follow the same format we used at Continuum last month. Before we continue to vote on a

MAVENUPLOAD : jni library best practices ?

2008-02-27 Thread nicolas de loof
I have a requirement to add a LGPL lib to our corporate repo. I'd like to make it also available in maven central. The lib is jNative (http://sourceforge.net/projects/jNative, http://jnative.free.fr/SPIP-v1-8-3/) This is a JNI base library with both a JAR and a dll + so What is the best-practice

Re: An Attribute Based POM

2008-02-27 Thread Milos Kleint
I think there could be one not yet discussed drawback of attribute based pom content. Most (or all?) xml parsers will not keep track of spacing between attributes, so any tool that writes the pom (release plugin?) might mess up formatting.. Disclaimer: I haven't actually checked.. Milos On Mon,

Re: An Attribute Based POM

2008-02-27 Thread Fabian Christ
Hi there, I read through this discussion as a Maven user and (sometimes) plugin developer and also like the idea of more readable POMs. But I also agree with Jörg's opinion: +1 for more readable POMs I personally like the idea of the attributes because it makes it a lot easier to write

Re: An Attribute Based POM

2008-02-27 Thread Arik Kfir
On Wed, 2008-02-27 at 12:51 +0100, Fabian Christ wrote: The problem with the pattern dependency groupId=org.apache.maven.archiva artifactId= are the missing line breaks and spaces. Your can't find the information of interest in such a string. So people will start adding line breaks and you

Re: from plexus to spring...

2008-02-27 Thread nicolas de loof
I've solved the main issues, added some tiny doc and unit tests. Still early alpha code but now stable and ready for review if you want to test it on Continuum. Some tests (like DefaultPathParserTest) migrate succesfully to spring context execution using the PlexusInSpringTestCase without any

Resources plugin issues

2008-02-27 Thread Paul Gier
Hi Everyone, The resources plugin seems be a bit neglected lately ;), so I took a look through the current open issues. These issues have relatively simple patches attached: http://jira.codehaus.org/browse/MRESOURCES-39 http://jira.codehaus.org/browse/MRESOURCES-20

Re: [MNG-3410] Plugin managed versions are ignored

2008-02-27 Thread Carlos Sanchez
On Tue, Feb 26, 2008 at 9:37 PM, Brian E. Fox [EMAIL PROTECTED] wrote: I didnt quite understand this. depMngmt in plugins you use is ignored, so how could you override a plugin dependency using this bug? My understanding of the bug is that if you specify depMgt in _your_ project, it will

Re: MAVENUPLOAD : jni library best practices ?

2008-02-27 Thread Carlos Sanchez
In the repo they should have same groupId/artifactId/version and change the type But dont do a bundle. Why don't you put that and the other uploads that you usually do in a repo and I'll setup an automatic sync from there for the groups you contribute On Wed, Feb 27, 2008 at 1:20 AM, nicolas de

Re: from plexus to spring...

2008-02-27 Thread nicolas de loof
I just committed partial support for PlexusConfiguration : - as XML validation is disabled the XML configuration doesn't require to be in a CDATA section - the namespaceHandler detects structured configuration and creates a DomPlexusConfiguration for it. - Still have to implement

Re: MAVENUPLOAD : jni library best practices ?

2008-02-27 Thread nicolas de loof
Right for rsync, I just asked for the correct format. 2008/2/27, Carlos Sanchez [EMAIL PROTECTED]: In the repo they should have same groupId/artifactId/version and change the type But dont do a bundle. Why don't you put that and the other uploads that you usually do in a repo and I'll

RE: [MNG-3410] Plugin managed versions are ignored

2008-02-27 Thread Brian E. Fox
Ok got it. Then +1 to fixing it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Wednesday, February 27, 2008 11:40 AM To: Maven Developers List Subject: Re: [MNG-3410] Plugin managed versions are ignored On Tue, Feb 26, 2008 at 9:37

Re: Resources plugin issues

2008-02-27 Thread James William Dumay
Id also like to see these patches merged in. Thanks James On Wed, 2008-02-27 at 10:04 -0600, Paul Gier wrote: Hi Everyone, The resources plugin seems be a bit neglected lately ;), so I took a look through the current open issues. These issues have relatively simple patches attached: