RE: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-11 Thread Brian E. Fox
+1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Siveton Sent: Monday, March 10, 2008 7:53 AM To: Maven Developers List Subject: [Vote] Release Maven Plugin Tools 2.4 projects (take 3) Hi, It s again me :) I would like to release (again) the Ma

RE: [VOTE] Release maven-shared-components parent 9

2008-03-11 Thread Brian E. Fox
+1 -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 7:52 PM To: Maven Developers List Subject: [VOTE] Release maven-shared-components parent 9 Hi To get the latest version of maven-source-plugin into our toolchain, I'd like to release the s

Re: [VOTE] Release maven-shared-components parent 9

2008-03-11 Thread Vincent Siveton
Hi, In r636143, I removed testing modules due to [1] and in r636154, I added missing modules. +1 Cheers, Vincent [1] http://www.nabble.com/-proposal--Plugin-tools-and-shared-reorganization-td15916254s177.html 2008/3/10, Dennis Lundberg <[EMAIL PROTECTED]>: > Hi > > To get the latest version

Re: [proposal] Plugin tools and shared reorganization

2008-03-11 Thread Vincent Siveton
Hi, I finished the move in r636149. Waiting for MPA-110. Snapshots are deployed. Cheers, Vincent 2008/3/8, Vincent Siveton <[EMAIL PROTECTED]>: > Hi, > > Yes. The Jira projects will be: > * plugintools: MPLUGIN (or MPA-107 if someone think it will be better) > * testingtools: see MPA-110 > >

Re: svn commit: r634131 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3341-metadataUpdatedFromDeploymentRepository/

2008-03-11 Thread Brett Porter
Yeah, I noticed this on some others too. I'm going to have a go at getting this all in line now. - Brett On 12/03/2008, at 8:26 AM, Vincent Siveton wrote: Hi Brett, Could you reduce the dir names for mng-3341-metadataUpdatedFromDeploymentRepository? I am unable to do an update on windows .

RE: Development process (was: Controlling extension-exported classes)

2008-03-11 Thread Brian E. Fox
I for one would like to see some design docs on the various changes so we can grok them. I'm not sure rolling everything out is really what we need at this point. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 6:15 PM To: Maven Developers List

Development process (was: Controlling extension-exported classes)

2008-03-11 Thread John Casey
That's completely true. I've implemented a new extension mechanism with little or no documentation in the wiki or on the developers' list. I was just about the only one committing on trunk at the time, I was pretty careful to avoid bugs with this new implementation (and made it number one p

JUnit 3.8.x

2008-03-11 Thread Benjamin Bentmann
Hi, I noticed that Maven is using junit:3.8.1 quite everywhere for its tests although a later maintenance release of the 3.x line exists with junit:3.8.2. Is there a known issue with 3.8.2 that makes one stick to 3.8.1? Benjamin -

Re: svn commit: r634131 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3341-metadataUpdatedFromDeploymentRepository/

2008-03-11 Thread Vincent Siveton
Hi Brett, Could you reduce the dir names for mng-3341-metadataUpdatedFromDeploymentRepository? I am unable to do an update on windows ... Thanks. Vincent 2008/3/5, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Author: brett > Date: Wed Mar 5 18:35:59 2008 > New Revision: 634131 > > URL: http://

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread Jason van Zyl
Additionally Igor, who's working on m2eclipse, has also done a bunch of classloading magic with Plexus and OSGi stuff specifically so when you write something up I'll make sure he and Dain comment. Dain and Igor both have classloaders that have modeled this to some extent. On 11-Mar-08, at

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread Jason van Zyl
On 11-Mar-08, at 9:55 AM, John Casey wrote: On Mar 11, 2008, at 11:26 AM, Jason van Zyl wrote: On 11-Mar-08, at 8:09 AM, John Casey wrote: I can see solving this in a generalized extension mechanism for Plexus - which is different from a plugin situation, since plugins are assumed to b

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread John Casey
I'll prepare a formal proposal on the wiki, and produce a proof-of- concept on a branch to aid this discussion. I'll need to get Dain and anyone else with OSGi or related experience to look this over, though, since I'd be willing to bet that applications need to have the ability to manage th

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread Jason van Zyl
On 11-Mar-08, at 8:39 AM, John Casey wrote: On Mar 11, 2008, at 10:37 AM, Jason van Zyl wrote: The experiment that this mechanism works must be done at the Classworlds level first. Can you please provide some reasoning why this is an absolute, rather than just making an assertion? Wh

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread John Casey
On Mar 11, 2008, at 11:26 AM, Jason van Zyl wrote: On 11-Mar-08, at 8:09 AM, John Casey wrote: I can see solving this in a generalized extension mechanism for Plexus - which is different from a plugin situation, since plugins are assumed to be leaf nodes of the classloader hierarchy, and

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread Jason van Zyl
On 11-Mar-08, at 8:09 AM, John Casey wrote: I can see solving this in a generalized extension mechanism for Plexus - which is different from a plugin situation, since plugins are assumed to be leaf nodes of the classloader hierarchy, and are therefore simpler to manage - but not for ClassW

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread John Casey
On Mar 11, 2008, at 10:37 AM, Jason van Zyl wrote: The experiment that this mechanism works must be done at the Classworlds level first. Can you please provide some reasoning why this is an absolute, rather than just making an assertion? That we have enough information to mimic what nee

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread Jason van Zyl
The experiment that this mechanism works must be done at the Classworlds level first. That we have enough information to mimic what need there alone, I certainly agree with you but that can be closely modeled before we start tearing about the internals of Maven. The source of information

Re: Reading pom.xml in Java

2008-03-11 Thread konkere
same question but for writing POMs. MavenXpp3Writer writes empty pom.xml for unknown reason. -- View this message in context: http://www.nabble.com/Reading-pom.xml-in-Java-tp9352387s177p15976681.html Sent from the Maven Developers mailing list archive at Nabble.com. ---

Re: [VOTE] Release maven-shared-components parent 9

2008-03-11 Thread John Casey
+1 -john On Mar 10, 2008, at 7:51 PM, Dennis Lundberg wrote: Hi To get the latest version of maven-source-plugin into our toolchain, I'd like to release the shared components parent r635758 as version 9. A site.xml has been added in this release. Source: https://svn.apache.org/viewvc/ma

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread John Casey
I can see solving this in a generalized extension mechanism for Plexus - which is different from a plugin situation, since plugins are assumed to be leaf nodes of the classloader hierarchy, and are therefore simpler to manage - but not for ClassWorlds. Milos is completely correct on this on

MavenXpp3Writer writes an empty pom.xml?

2008-03-11 Thread konkere
subj. tried to read a valid POM with MavenXpp3Reader and write it and got the same result. is there any special requirements to be able to write with this guy? -- View this message in context: http://www.nabble.com/MavenXpp3Writer-writes-an-empty-pom.xml--tp15976506s177p15976506.html Sent from t

Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 2)

2008-03-11 Thread Raphaël Piéroni
Hi, I tested the helpmojo goal. It worked fine but has some flaws that could be improved. - the goal should generate an aggregated mojo - the goal should generate a non project requirement mojo. I don't have tested the remaining of the tools. So i am -0 (Committer vote = non binding). Please do

Re: [proposal] Controlling extension-exported classes

2008-03-11 Thread Milos Kleint
i'm not convinced it can be solved on the classworlds level alone. The import of single packages needs to be done for a whole tree of jars that the extension depends on. And it needs to be defined in one place and that is the extension jar. The classworlds-internal solution doesn't have any idea ab

Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-11 Thread Lukas Theussl
+1 -Lukas Vincent Siveton wrote: Hi, It s again me :) I would like to release (again) the Maven Plugin Tools projects: * maven-plugin-plugin-2.4 * maven-plugin-tools-beanshell-2.4 * maven-plugin-tools-java-2.4 * maven-plugin-tools-2.4 * maven-plugin-tools-javadoc-2.4 * maven-plugin-tools-ant-

Re: [VOTE] Release maven-shared-components parent 9

2008-03-11 Thread Lukas Theussl
+1 -Lukas Dennis Lundberg wrote: Hi To get the latest version of maven-source-plugin into our toolchain, I'd like to release the shared components parent r635758 as version 9. A site.xml has been added in this release. Source: https://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?r1=5873

Re: [Vote] Release maven-javadoc-plugin 2.4

2008-03-11 Thread Lukas Theussl
+1 -Lukas Brian E. Fox wrote: It's time to release the next Javadoc plugin. Besides the fixes listed below, the most important change is the reverting of javadoc acting as an aggregator. This caused most users tons of grief during releases. The issue for this is MJAVADOC-137 (reverted MJAVADOC

Re: [VOTE] Release maven-shared-components parent 9

2008-03-11 Thread Olivier Lamy
+1 -- Olivier 2008/3/11, Dennis Lundberg <[EMAIL PROTECTED]>: > Hi > > To get the latest version of maven-source-plugin into our toolchain, I'd > like to release the shared components parent r635758 as version 9. A > site.xml has been added in this release. > > Source: > > https://svn.apache