Re: [build]Fails to get file when building maven.

2006-11-03 Thread Dan Tran
http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.4/README.txt may help ;-) On 11/3/06, Leo Li <[EMAIL PROTECTED]> wrote: Hi, all I encountered a problem when building maven 2.0.4. After checking out source code from http://svn.apache.org/repos/asf/maven/components/tags/

[build]Fails to get file when building maven.

2006-11-03 Thread Leo Li
Hi, all I encountered a problem when building maven 2.0.4. After checking out source code from http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.4, I use "mvn compile" to build it, but found errors when downloading files. For example, one of them is: [WARNING] Unable to g

Re: Both 'maven' poms need updates

2006-11-03 Thread Wendy Smoak
On 11/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On both the trunk maven/components/pom.xml and the 2.0 branch maven-2.0.x/pom.xml, - the poms have minotaur.a.o when it should be people.a.o, and - the for the site doesn't match the development procedures http://docs.codehaus.org/display/M

Re: DOCCK plugin busted for all Apache hosted Maven 2 plugins

2006-11-03 Thread Brett Porter
On 04/11/2006, at 8:26 AM, Dennis Lundberg wrote: I've put this in JIRA: http://jira.codehaus.org/browse/MDOCCK-4 I've fixed the permissions issues. There's a lot of code needed from the site-plugin to make this work, about 500 lines of code. So far I've just copied over everything th

Re: Publishing schemas

2006-11-03 Thread Brett Porter
On 04/11/2006, at 1:29 AM, Wendy Smoak wrote: On 11/2/06, Brett Porter <[EMAIL PROTECTED]> wrote: The navigation one comes from Maven 1.0. It's time we start getting these consistent: - deploy all the new ones to /xsd/ - actually change the version when we change the file :) I found .../xs

Re: website "ui updates" ?

2006-11-03 Thread Brett Porter
On 04/11/2006, at 7:11 AM, Eric Redmond wrote: The VM changes (which are just the menu expansion) are not related to the CSS. Cool, for some reason I was having troubles getting them working, and I'd made some more recent fixes to the doxia-site-renderer vm, but they should be easy to ro

Re: DOCCK plugin busted for all Apache hosted Maven 2 plugins

2006-11-03 Thread Dennis Lundberg
Dennis Lundberg wrote: I've put this in JIRA: http://jira.codehaus.org/browse/MDOCCK-4 I can't assign this issue to myself. Also I can't edit the issue. Does the MDOCCK project have different rights than the other Maven 2 plugins? Could someone with admin privileges please have a look? Th

Re: DOCCK plugin busted for all Apache hosted Maven 2 plugins

2006-11-03 Thread Dennis Lundberg
I've put this in JIRA: http://jira.codehaus.org/browse/MDOCCK-4 There's a lot of code needed from the site-plugin to make this work, about 500 lines of code. So far I've just copied over everything that was needed, without cleaning it up. Should I have look at extracting this code into utili

Re: Please sync Wicket repo from http://wicketframework.org/maven2

2006-11-03 Thread Jason van Zyl
On 3 Nov 06, at 9:48 PM 3 Nov 06, Martijn Dashorst wrote: I'm complaining because of this comment: On 11/3/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: I pulled Wicket out of the automated sync If we were not auto-sync'd, then how could we be pulled out of it? I should have qualified that

Re: Please sync Wicket repo from http://wicketframework.org/maven2

2006-11-03 Thread Jason van Zyl
On 3 Nov 06, at 7:13 PM 3 Nov 06, Martijn Dashorst wrote: On 11/3/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: I pulled Wicket out of the automated sync because it required Carlos' password which means it can't be run by cron. If you want so sort this out subscribe to the repository list: repos

Re: website "ui updates" ?

2006-11-03 Thread Eric Redmond
OK, OK, sheesh. I know when I've been licked. On 11/3/06, Brett Porter <[EMAIL PROTECTED]> wrote: Ok, I'm done. Sorry to be impatient, but I felt like I had unfinished business after creating that branch, and it is a Friday afternoon :) So, what I've done: - rolled back the CSS/site.vm changes

Re: Time to release the Release plugin?

2006-11-03 Thread Daniel Kulp
Just a quick inquiry... > maven-dependency-plugin: John Tolentino or Brian Fox > maven-surefire-plugin: Kenney > maven-pmd-plugin: Joakim > maven-checkstyle-plugin: Joakim > maven-release-plugin: Jason > maven-rar-plugin: ? > maven-war-plugin: ? > maven-assembly-plugin: ? Any updates on the sta

Re: Re: Re: Re: Please sync Wicket repo from http://wicketframework.org/maven2

2006-11-03 Thread Martijn Dashorst
Oh, and one last thing: I don't mind having to wait a couple of days before a sync happens. That's all in the game for having a central repository and you guys providing the gateway service for it. I really appreciate the repo sync, it saves me (and you I suppose) a lot of work. Martijn On 11/3

Re: Re: Re: Please sync Wicket repo from http://wicketframework.org/maven2

2006-11-03 Thread Martijn Dashorst
I'm complaining because of this comment: On 11/3/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: I pulled Wicket out of the automated sync If we were not auto-sync'd, then how could we be pulled out of it? I know we were not in auto-sync, so this came across on me that our script was completely r

Re: Re: Please sync Wicket repo from http://wicketframework.org/maven2

2006-11-03 Thread Carlos Sanchez
Martijn, it has never been automatically synced. Nothing has changed for you, so I don't know why you are complaining. I've synced it manually this time. On 11/3/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: On 11/3/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: > I pulled Wicket out of the auto

Re: Publishing schemas

2006-11-03 Thread Wendy Smoak
On 11/2/06, Brett Porter <[EMAIL PROTECTED]> wrote: The navigation one comes from Maven 1.0. It's time we start getting these consistent: - deploy all the new ones to /xsd/ - actually change the version when we change the file :) I found .../xsd after I wrote the original note. If that's the

Re: Re: Please sync Wicket repo from http://wicketframework.org/maven2

2006-11-03 Thread Martijn Dashorst
On 11/3/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: I pulled Wicket out of the automated sync because it required Carlos' password which means it can't be run by cron. If you want so sort this out subscribe to the repository list: repository- [EMAIL PROTECTED] Nice to be notified of this at a

Re: website "ui updates" ?

2006-11-03 Thread Vincent Siveton
Hi Brett, Good stuff :o) Some general comments: - IMHO, the array "Get Maven 2.0.4" on the front page is too squeeze - the issue tracking page MPA is not really useful from an user point of view - CI page needs to be reviewed - I dont like "Index (category)" in the doc but I have no suggestion ;

Re: Releasing Maven 2.0.5

2006-11-03 Thread Brett Porter
Are you referring to the fix I put in for MNG-1908? For all my testing, this time it looks ok - no performance problems. But I'd really like some others to test this heavily to make sure there aren't any side effects I haven't noticed. - Brett On 02/11/2006, at 10:00 PM, Stephane Nicoll wr

Re: [jira] Created: (MSITE-188) Execution order of report plugins is arbitrary if inheritance is involved

2006-11-03 Thread Gisbert Amm
Your Dashboard plugin seems to be further developed than mine. Would you mind me voting for http://jira.codehaus.org/browse/MSITE-189 and probably provide your implementation as a starting point for an official Maven 2 Dashboard plugin? I'd like to contribute whatever parts of my work that ar

Re: website "ui updates" ?

2006-11-03 Thread Brett Porter
Ok, I'm done. Sorry to be impatient, but I felt like I had unfinished business after creating that branch, and it is a Friday afternoon :) So, what I've done: - rolled back the CSS/site.vm changes. My suggestions for moving them both forward again are in the commit log (there's good stuff in