Re: POM rewriting with DecentXML

2008-07-29 Thread Aaron Digulla
Quoting John Casey <[EMAIL PROTECTED]>: I've got some code ready for you to try: http://www.pdark.de/decentxml-1.0-SNAPSHOT-src.tar.gz wrong list? :) still, sounds cool. Are you parking this at SF or Codehaus or anywhere like that? :-) Currently, I'm hosting that on my own server; this was a

Re: [VOTE] Release Maven Filtering version 1.0-alpha-1

2008-07-29 Thread Aaron Digulla
Quoting Olivier Lamy <[EMAIL PROTECTED]>: Hi, In preparation of the maven-war-plugin, I'd like to release and promote out of the sandbox the maven-filtering component version 1.0-alpha-1. The goal of this component is to provide a common tool for maven plugins to filtering resources. If you're

Re: POM rewriting with DecentXML

2008-07-29 Thread Aaron Digulla
Quoting Brett Porter <[EMAIL PROTECTED]>: I've got some code ready for you to try: http://www.pdark.de/decentxml-1.0-SNAPSHOT-src.tar.gz wrong list? :) I've seen three Maven plugins which use their own code to manipulate POM and other XML files in projects, so I guess this is the right list

Re: [VOTE] Release Maven Filtering version 1.0-alpha-1

2008-07-29 Thread Paul Benedict
Mea culpa. Okay, then I change my vote to +1. I would ask that the site doc would be given an extra 10 minutes and better explain your point. Thanks, Paul On Tue, Jul 29, 2008 at 9:16 PM, Brian E. Fox <[EMAIL PROTECTED]>wrote: > >2) I don't want yet-another-resource-filtering-plugin. Am I just

RE: [VOTE] Release Maven Filtering version 1.0-alpha-1

2008-07-29 Thread Brian E. Fox
>2) I don't want yet-another-resource-filtering-plugin. Am I just being too >harsh? Why can't this be merged with the resource plugin? This is a shared module that will be used to do filtering in multiple modules. It itself is not a new plugin. Having a common module to do filtering Is A Good Thi

Re: Maven 2.0.10-RC3 - Please Test!

2008-07-29 Thread John Casey
I think you're misunderstanding me: I was talking about test coverage within _wagon_ itself. Since wagon is on a separate release cycle to Maven core, Maven releases have to consume released versions of wagon. This means 72h of voting and so forth before releasing a new wagon version. I unders

Re: POM rewriting with DecentXML

2008-07-29 Thread John Casey
still, sounds cool. Are you parking this at SF or Codehaus or anywhere like that? :-) -j Brett Porter wrote: wrong list? :) On 30/07/2008, at 6:21 AM, Aaron Digulla wrote: Hi guys, It's official: I'm through with the W3C and the stupid XML parsers which came in it's wake. To allow to write

Re: POM rewriting with DecentXML

2008-07-29 Thread Brett Porter
wrong list? :) On 30/07/2008, at 6:21 AM, Aaron Digulla wrote: Hi guys, It's official: I'm through with the W3C and the stupid XML parsers which came in it's wake. To allow to write XML filters and editors which don't ruin the layout, I've started my own XML parser project "DecentXML". T

Re: [VOTE] Release Maven Filtering version 1.0-alpha-1

2008-07-29 Thread Paul Benedict
I am -1: 1) Site is incorrect. The overview links do not work. 2) I don't want yet-another-resource-filtering-plugin. Am I just being too harsh? Why can't this be merged with the resource plugin? Paul

[VOTE] Release Maven Filtering version 1.0-alpha-1

2008-07-29 Thread Olivier Lamy
Hi, In preparation of the maven-war-plugin, I'd like to release and promote out of the sandbox the maven-filtering component version 1.0-alpha-1. The goal of this component is to provide a common tool for maven plugins to filtering resources. Staging repo : http://people.apache.org/~olamy/staging-

Re: [VOTE] Release Maven DOAP plugin version 1.0

2008-07-29 Thread Olivier Lamy
+1 -- Olivier 2008/7/29 Vincent Siveton <[EMAIL PROTECTED]>: > Hi, > > We solved 10 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11310&styleName=Html&version=13182 > > There are just one issue left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pi

POM rewriting with DecentXML

2008-07-29 Thread Aaron Digulla
Hi guys, It's official: I'm through with the W3C and the stupid XML parsers which came in it's wake. To allow to write XML filters and editors which don't ruin the layout, I've started my own XML parser project "DecentXML". The main goals are to provide a library to manipulate exiting (small) XML

Re: nexus index of central

2008-07-29 Thread Hervé BOUTEMY
thanks Hervé Le mardi 29 juillet 2008, Jason van Zyl a écrit : > It is cron'd, but the property file was not being overwritten. Fixed > and updated. > > On 28-Jul-08, at 4:27 PM, Jason van Zyl wrote: > > I'll check the cron job, it should be done weekly. > > > > On 28-Jul-08, at 2:21 PM, Hervé BO

RE: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Brian E. Fox
I disabled the multiple email option, lets see how that works out. -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 10:45 AM To: Maven Developers List Subject: Re: Plugins at http://ci.sonatype.org/ needs to change That's right. It's a limit

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Arnaud HERITIER
That's right. It's a limitation in hudson compared to continuum in which we can setup builds in the group level. Thus what are we doing ? One or several builds in Hudson ?? On Tue, Jul 29, 2008 at 4:01 PM, Brian E. Fox <[EMAIL PROTECTED]>wrote: > Its not just a case of setting them up one time, i

Re: Is there a way to use a property as the version of a parent pom?

2008-07-29 Thread Stephen Connolly
On Tue, Jul 29, 2008 at 9:29 AM, Aaron Digulla <[EMAIL PROTECTED]> wrote: > Quoting Stephen Connolly <[EMAIL PROTECTED]>: > > you can use -DparentVersion=[1.3.4] >> >> to force a specific version and it rewrites the pom without changing >> any formatting or comments >> > > That sounds very promis

RE: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Brian E. Fox
Its not just a case of setting them up one time, it's a case of having to maintain many individual projects later, like if we want to change the schedule or some other options. I personally don't care if it runs all the plugins periodically even if they haven't changed...it's a good sanity check ag

Re: continous integration for maven plugins - broken link in plugin documentation

2008-07-29 Thread Vincent Siveton
Hi Mark, We need to release parent pom which have the correct url (see r651820) Cheers, Vincent 2008/7/29 Mark Struberg <[EMAIL PROTECTED]>: > hi folks! > > This is really a minor-minor, but good code maintenance starts with good > documentation. > > When checking maven-scm documentation page,

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Arnaud HERITIER
I changed the schedule of "maven plugins" to build them every 4 hours. It's taking between 30mn and 1hour to build all of them. On Tue, Jul 29, 2008 at 12:32 PM, Arnaud HERITIER <[EMAIL PROTECTED]>wrote: > It didn't like it :-( > The build is frozen and I cannot kill it > If someone who h

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Arnaud HERITIER
It didn't like it :-( The build is frozen and I cannot kill it If someone who have access to the host can try to kill the process. Arnaud On Tue, Jul 29, 2008 at 12:27 PM, Arnaud HERITIER <[EMAIL PROTECTED]>wrote: > Native support of Maven 2 in hudson requires Java 5 :-( > https://ci.sonatyp

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Arnaud HERITIER
Native support of Maven 2 in hudson requires Java 5 :-( https://ci.sonatype.org/job/maven-ant-plugin-trunk/1/console Any idea ? Arnaud On Tue, Jul 29, 2008 at 12:15 PM, Arnaud HERITIER <[EMAIL PROTECTED]>wrote: > Right. > it's an error I forgot to fix when I copied the Maven Plugins project. > I

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Arnaud HERITIER
Right. it's an error I forgot to fix when I copied the Maven Plugins project. I fixed it for the eclipse plugin. I'll create projects in hudson for others plugins this afternnon if you want. On Tue, Jul 29, 2008 at 11:58 AM, Benjamin Bentmann < [EMAIL PROTECTED]> wrote: > Arnaud HERITIER wrote:

continous integration for maven plugins - broken link in plugin documentation

2008-07-29 Thread Mark Struberg
hi folks! This is really a minor-minor, but good code maintenance starts with good documentation. When checking maven-scm documentation page, I came across the continous integration site, e.g. http://maven.apache.org/plugins/maven-javadoc-plugin/integration.html The link on this site (and many

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Benjamin Bentmann
Arnaud HERITIER wrote: (but it can be create by copy from the one I just added : https://ci.sonatype.org/job/maven-eclipse-plugin-trunk/). Just a suggestion: We have Java 1.4 as the minimum requirement for all the plugins, don't we? Then how about using a JDK 1.4 to run their ITs to make sur

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Arnaud HERITIER
It can help but as we already discussed with Jason there is few value to build all plugins when one is modified (we have no dependencies between them). The only interest to build them together is to not have to create one project per plugin in hudson (but it can be create by copy from the one I jus

Re: [vote] Release Wagon 1.0 beta 4

2008-07-29 Thread Emmanuel Venisse
+1 Emmanuel On Mon, Jul 28, 2008 at 5:51 AM, Brett Porter <[EMAIL PROTECTED]> wrote: > Hi > > The Wagon 1.0-beta-4 candidate has been staged. > > This release includes 4 fixes. You can take a look at the release notes > here: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10335&s

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Brian Fox
What if we just turn off the repeated build failure emails? Sent from my iPhone On Jul 28, 2008, at 6:42 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Hi I think that we need to change the setup in Hudson for Maven Plugins. Currently there is a job [1] called "Maven-Plugins" which has a

Re: Is there a way to use a property as the version of a parent pom?

2008-07-29 Thread Aaron Digulla
Quoting Stephen Connolly <[EMAIL PROTECTED]>: you can use -DparentVersion=[1.3.4] to force a specific version and it rewrites the pom without changing any formatting or comments That sounds very promising! In fact, I've just downloaded the "patch" and found it's a complete plugin. Here are

Re: Plugins at http://ci.sonatype.org/ needs to change

2008-07-29 Thread Arnaud HERITIER
I agree. I wanted to do it but I didn't have the time. We have also some build failing in plugins which are ok on my laptop. I think that we have a side effect in hudson but I don't know which one Arnaud On Tue, Jul 29, 2008 at 1:28 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 28-Jul

Re: Is there a way to use a property as the version of a parent pom?

2008-07-29 Thread Aaron Digulla
Quoting Ralph Goers <[EMAIL PROTECTED]>: It is currently working as designed. Maven won't resolve properties for any of the items in the parent section. The pom below would be a problem if it was actually installed into a repository as it would require that the property be specified even if the