Re: [discussion] archiva-site version specific documentation.

2007-05-31 Thread Joakim Erdfelt
To be frank, I haven't payed attention to maven-dev's discussion, as it seems focused on plugin docs. I'm too focused on fixing JIRA's, and preparing for 1.0-alpha-1 to worry about documentation on maven. -Joakim Brett Porter wrote: Joakim, What do you think? I think the discussion has

Re: Progress towards 1.0 alpha 1

2007-05-31 Thread Joakim Erdfelt
(Catching up on emails) They are a pretty close match. about ~90% accurate at this moment. I propose that we move those pages OUT of wiki and into archiva-site/src/site instead. - Joakim Wendy Smoak wrote: On 5/15/07, Joakim Erdfelt [EMAIL PROTECTED] wrote: This is just an update

Re: Progress towards 1.0 alpha 1

2007-05-31 Thread Alex Mayorga Adame
I guess moving text from one place than another is something I can finally step in and get done. Please share the details. I can try to tacke this one as I get to bring up the local Archiva now other random stuff is out of the way. Corporate policy has cut my access to irc.codehaus.org so keep

Re: [VOTE] release continuum-1.1-alpha-2

2007-05-31 Thread Emmanuel Venisse
+1 Emmanuel Jesse McConnell a écrit : I would like to get alpha-2 released to the community now. Highlights are: revamped xml-rpc support converted to use rebranded plexus-security, aka redback continuum maven plugin many bug fixes and ui improvements. I have it staged at:

Re: [VOTE] release continuum-1.1-alpha-2

2007-05-31 Thread Maria Odea Ching
+1 -Deng Jesse McConnell wrote: I would like to get alpha-2 released to the community now. Highlights are: revamped xml-rpc support converted to use rebranded plexus-security, aka redback continuum maven plugin many bug fixes and ui improvements. I have it staged at:

Re: Trunk won't build

2007-05-31 Thread Emmanuel Venisse
It build fine for me fron the top level or only this module on windows and OSX. It build fine on the maven zone too. Emmanuel Brett Porter a écrit : Anyone else have the problem of the 5 failing tests in continuum-core on trunk? I only get them building from the top level, and it's been a

Re: Trunk won't build

2007-05-31 Thread Emmanuel Venisse
Yes, you resolved it few days ago. Emmanuel Jesse McConnell a écrit : I haven't seen this issue for a while now, I thought it was all resolved...:/ On 5/31/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: It build fine for me fron the top level or only this module on windows and OSX. It build

Re: [VOTE] release continuum-1.1-alpha-2

2007-05-31 Thread Brett Porter
+1. Gave it a quick fire up on the Mac. - Brett On 31/05/2007, at 6:38 AM, Jesse McConnell wrote: I would like to get alpha-2 released to the community now. Highlights are: revamped xml-rpc support converted to use rebranded plexus-security, aka redback continuum maven plugin many bug

Re: useSystemClassLoader problems

2007-05-31 Thread Kenney Westerhof
Brett Porter wrote: Hi Kenney, Would be interested to get your thoughts on the issues being seen with useSystemClassLoader and the reasoning for going with a JAR to execute it that way. Before I can continue with the release I need to put them to bed. I'll have to see what the issues

New maven-runtime shared component

2007-05-31 Thread Mark Hobson
Hi there, I've submitted a new shared component, maven-runtime, which can be used to introspect a runtime Maven environment: http://jira.codehaus.org/browse/MNG-3026 I remember a long while back there was some talk on this list about reading pom.properties from a given ClassLoader. Hopefully

Re: release plugin dependency resolution (was: svn commit: r502089 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java)

2007-05-31 Thread Mark Hobson
On 30/05/07, Mark Hobson [EMAIL PROTECTED] wrote: On 29/05/07, Brett Porter [EMAIL PROTECTED] wrote: So the sequence might need to be: - resolve the project dependencies, filtering out the reactor projects - add the reactor projects to the list of resolved artifacts - iterate through the

Re: New maven-runtime shared component

2007-05-31 Thread Jason van Zyl
On 31 May 07, at 11:25 AM 31 May 07, Mark Hobson wrote: Hi there, I've submitted a new shared component, maven-runtime, which can be used to introspect a runtime Maven environment: http://jira.codehaus.org/browse/MNG-3026 I remember a long while back there was some talk on this list about

Site Generation Struggles

2007-05-31 Thread Brent Kersanske
I've been struggling with some of maven's custom site generation tools for a few days now. It seems there is very little helpful information out there, and the few bits of good information that do exist are difficult to find. I've gotten to the point where I have a working velocity template

Re: New maven-runtime shared component

2007-05-31 Thread Mark Hobson
Hi Jason, On 31/05/07, Jason van Zyl [EMAIL PROTECTED] wrote: Couple comments: 1. Classloaders are dictated by how ClassWorlds works and simply looking at URLClassloaders isn't going to give you the whole picture and might be misleading as ClassWorlds supports imports and can change the

Unable to prepare a release because tests fail, but the tests run fine on their own

2007-05-31 Thread Dennis Lundberg
Hi I'm preparing to release maven-idea-plugin, but I ran into trouble running the tests. I've tried both Maven 2.0.5 and 2.0.6 on Windows, against the svn trunk of maven-idea-plugin. If I run mvn test all tests pass. But if I run mvn release:prepare -DdryRun=true the tests fail with the

Re: Unable to prepare a release because tests fail, but the tests run fine on their own

2007-05-31 Thread Stephane Nicoll
Had that one a couple of weeks ago. Lemme check. Stéphane On 5/31/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi I'm preparing to release maven-idea-plugin, but I ran into trouble running the tests. I've tried both Maven 2.0.5 and 2.0.6 on Windows, against the svn trunk of maven-idea-plugin.

Re: Unable to prepare a release because tests fail, but the tests run fine on their own

2007-05-31 Thread Stephane Nicoll
buy a mac? :) Runs fine here. You want me to stage it? Stéphane On 5/31/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi I'm preparing to release maven-idea-plugin, but I ran into trouble running the tests. I've tried both Maven 2.0.5 and 2.0.6 on Windows, against the svn trunk of

Re: Unable to prepare a release because tests fail, but the tests run fine on their own

2007-05-31 Thread Dennis Lundberg
Stephane Nicoll wrote: buy a mac? :) :) Runs fine here. You want me to stage it? Yes please. It would be nice to find out what is going wrong, but that can be done later. Stéphane On 5/31/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi I'm preparing to release maven-idea-plugin, but

Re: Unable to prepare a release because tests fail, but the tests run fine on their own

2007-05-31 Thread Stephane Nicoll
Ah fun, it crashes with the embedder. g :( On 5/31/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Stephane Nicoll wrote: buy a mac? :) :) Runs fine here. You want me to stage it? Yes please. It would be nice to find out what is going wrong, but that can be done later. Stéphane

[VOTE] Release maven-one-plugin 1.1

2007-05-31 Thread Dennis Lundberg
Hi, I'd like to release maven-one-plugin 1.1. Half of the issues filed against 1.0 have been closed in this release. The main reason for the release is the addition of the M1 to M2 pom converter. Release Notes:

Re: [VOTE] Release maven-one-plugin 1.1

2007-05-31 Thread Arnaud HERITIER
+1 Arnaud On 31/05/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi, I'd like to release maven-one-plugin 1.1. Half of the issues filed against 1.0 have been closed in this release. The main reason for the release is the addition of the M1 to M2 pom converter. Release Notes:

Re: [VOTE] Release maven-one-plugin 1.1

2007-05-31 Thread Jason van Zyl
+1 On 31 May 07, at 4:49 PM 31 May 07, Dennis Lundberg wrote: Hi, I'd like to release maven-one-plugin 1.1. Half of the issues filed against 1.0 have been closed in this release. The main reason for the release is the addition of the M1 to M2 pom converter. Release Notes:

Re: Site Generation Struggles

2007-05-31 Thread Eric Redmond
This is a user group question - but look below. On 5/31/07, Brent Kersanske [EMAIL PROTECTED] wrote: I've been struggling with some of maven's custom site generation tools for a few days now. It seems there is very little helpful information out there, and the few bits of good information

[jira] Subscription: Design Best Practices

2007-05-31 Thread jira
Issue Subscription Filter: Design Best Practices (35 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

Re: [jira] Closed: (MNG-50) Coding standard descriptor

2007-05-31 Thread Brett Porter
Jason, Bit confused about this one - is it done, not being done, or on the roadmap (and if so, why closed?) - Brett On 01/06/2007, at 12:36 PM, Jason van Zyl (JIRA) wrote: [ http://jira.codehaus.org/browse/MNG-50? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Re: [jira] Closed: (MNG-50) Coding standard descriptor

2007-05-31 Thread Brett Porter
Cool. But we will tie them back into JIRA eventually, right? That particular issue seemed like a pretty self-contained goal. - Brett On 01/06/2007, at 1:43 PM, Jason van Zyl wrote: On 31 May 07, at 11:16 PM 31 May 07, Brett Porter wrote: Jason, Bit confused about this one - is it done,

Re: release plugin dependency resolution (was: svn commit: r502089 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java)

2007-05-31 Thread Brett Porter
Hi Mark, Sure, jump on in your morning (or grab me on google talk, yahoo, skype :). I'll still be here. Emmanuel should be around then too, and he's done the most work on the release plugin recently. We can post back with what we figure out... - Brett On 01/06/2007, at 1:36 AM, Mark

Re: [jira] Closed: (MNG-50) Coding standard descriptor

2007-05-31 Thread Jason van Zyl
On 31 May 07, at 11:16 PM 31 May 07, Brett Porter wrote: Jason, Bit confused about this one - is it done, not being done, or on the roadmap (and if so, why closed?) I put it in here: http://docs.codehaus.org/display/MAVEN/Architectural+Goals+for+Maven+2.1 I'm going to cleanse JIRA and

Re: [jira] Closed: (MNG-2521) Using JDK 1.5+ annotations for mojos metadata

2007-05-31 Thread Brett Porter
Jason, I'm interested in playing with these, but I haven't been able to find them (though I do recall seeing commits). Can you point me in the right direction? - Brett On 01/06/2007, at 1:32 PM, Jason van Zyl (JIRA) wrote: [ http://jira.codehaus.org/browse/MNG-2521?

Re: [jira] Closed: (MNG-1910) Allow jdk 1.4+ as profile requirement

2007-05-31 Thread Brett Porter
Is this the same thing? turning profiles on/off vs stopping the build if it's not seems different. - Brett On 01/06/2007, at 1:53 PM, Jason van Zyl (JIRA) wrote: [ http://jira.codehaus.org/browse/MNG-1910? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason

Re: [jira] Closed: (MNG-1910) Allow jdk 1.4+ as profile requirement

2007-05-31 Thread John Casey
It's not the same thing. The issue refers to profile activation, not to criteria for failing the build. -j On Jun 1, 2007, at 12:07 AM, Brett Porter wrote: Is this the same thing? turning profiles on/off vs stopping the build if it's not seems different. - Brett On 01/06/2007, at

Re: [jira] Subscription: Outstanding Repository Maintenance: Evangelism

2007-05-31 Thread Henri Yandell
Suggest we close the following: MEV-325 - Too minor to bother with. WONTFIX. MEV-201 - No org/relaxngdatatype. INVALID. MEV-401 - Dead issue? MEV-483 - ActiveMQ's problem. INVALID. MEV-511 - Struts2 snapshot dep. WONTFIX MEV-499 - Apart from the magic release, this issue is FIXED. Close issue

Re: [jira] Subscription: Outstanding Repository Maintenance: Evangelism

2007-05-31 Thread Henri Yandell
I've closed the top list. Not sure I have an account yet for the latter. Any idea? Hen On 5/31/07, Carlos Sanchez [EMAIL PROTECTED] wrote: go for it, but keep the poms for the corrupt jars (just delete the wrong stuff) On 5/31/07, Henri Yandell [EMAIL PROTECTED] wrote: Suggest we close the

Re: [jira] Closed: (MNG-2121) mvn launch script should use jpackage.org config if available

2007-05-31 Thread Brett Porter
Jason, There was hardly consensus on this issue. More generally, maybe it'd be better to leave it open and unscheduled and let user votes drive it? - Brett On 01/06/2007, at 2:23 PM, Jason van Zyl (JIRA) wrote: [ http://jira.codehaus.org/browse/MNG-2121?

Re: [jira] Subscription: Outstanding Repository Maintenance: Evangelism

2007-05-31 Thread Carlos Sanchez
brett or jason are the despots in the machine you can start with the apache side too On 5/31/07, Henri Yandell [EMAIL PROTECTED] wrote: I've closed the top list. Not sure I have an account yet for the latter. Any idea? Hen On 5/31/07, Carlos Sanchez [EMAIL PROTECTED] wrote: go for it, but

Re: [jira] Closed: (MNG-2203) Problem with duplicates

2007-05-31 Thread Brett Porter
Is this still an issue though? Maybe it should be left open for a simpler fix. - Brett On 01/06/2007, at 2:19 PM, Jason van Zyl (JIRA) wrote: [ http://jira.codehaus.org/browse/MNG-2203? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason van Zyl closed

Re: [jira] Subscription: Outstanding Repository Maintenance: Evangelism

2007-05-31 Thread Brett Porter
Hen, Yep, you already have access. - Brett On 01/06/2007, at 2:52 PM, Carlos Sanchez wrote: brett or jason are the despots in the machine you can start with the apache side too On 5/31/07, Henri Yandell [EMAIL PROTECTED] wrote: I've closed the top list. Not sure I have an account yet for

Re: [jira] Closed: (MNG-2121) mvn launch script should use jpackage.org config if available

2007-05-31 Thread Jason van Zyl
On 1 Jun 07, at 12:50 AM 1 Jun 07, Brett Porter wrote: Jason, There was hardly consensus on this issue. There were definitely more users who were in the who cares camp. And I will always be -1 for adding anything that is location specific based on platform/distribution. We have enough