Re: Subject: [VOTE] Release Maven Checkstyle Plugin version 2.9.1

2012-02-25 Thread Chris Graham
Hi Dennis. That doesn't quite do what I was looking for justice. I'll submit a patch that will show you what I mean. (basically a cross reference of maven checkstyle plugin versions vs check style versions - all the way back). As otherwise, that information is lost on a change of version of

Re: The svnpubsub project: looking for help with the scm provider

2012-02-25 Thread Benson Margulies
I now know what my problem is (I wasn't looking at the result object from the add operation), but i don't know what to do about it. svn is complaining that the site plugin produces files with 'inconsistent newlines'. On Tue, Feb 21, 2012 at 5:47 PM, Olivier Lamy ol...@apache.org wrote: javasv

Re: Inconsistent newlines in site output

2012-02-25 Thread Lukas Theussl
Benson Margulies wrote: The maven-project-info-reports-plugin generates files with 'inconsistent newlines'. Is it worthwhile to try to fix this, or is it the beginning of an unbounded collection of other examples. Shooting from the hip I would guess the latter. I know I started

Re: Inconsistent newlines in site output

2012-02-25 Thread Brett Porter
Possibly both :) On 25/02/2012, at 9:37 PM, Benson Margulies wrote: The maven-project-info-reports-plugin generates files with 'inconsistent newlines'. Is it worthwhile to try to fix this, or is it the beginning of an unbounded collection of other examples.

Re: Inconsistent newlines in site output

2012-02-25 Thread Hervé BOUTEMY
yes I fear it's worthwhile for svnpubsub: Joe sjhould give us an example site next week to try and confirm that, but since we'll need to commit generated content to svn, it should be a requirement. Notice that PDFBox used an Ants' fixcrlf task just for that [1] Regards, Hervé [1]

Re: Inconsistent newlines in site output

2012-02-25 Thread Benson Margulies
On Sat, Feb 25, 2012 at 11:38 AM, Hervé BOUTEMY herve.bout...@free.fr wrote: yes I fear it's worthwhile for svnpubsub: Joe sjhould give us an example site next week to try and confirm that, but since we'll need to commit generated content to svn, it should be a requirement. Notice that

Where to publish the site for a sandbox plugin?

2012-02-25 Thread Benson Margulies
I want to publish the site for the svnpubsub plugin for people to look at. Where? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Modifying the site lifecycle

2012-02-25 Thread Benson Margulies
To make the svnpubsub thing easier to use, I'd like to declare a customer lifecycle for it. Perhaps I need to break for lunch, but can I do that without a packaging? I just want to let someone type mvn svnpubsub and watch the fun.

Re: Inconsistent newlines in site output

2012-02-25 Thread Hervé BOUTEMY
yes, pragmatic: it's easier for the moment to fix the result than fix the real problem... I'll have a look at the problem later Regards, Hervé Le samedi 25 février 2012 11:51:20 Benson Margulies a écrit : On Sat, Feb 25, 2012 at 11:38 AM, Hervé BOUTEMY herve.bout...@free.fr wrote: yes

Re: Where to publish the site for a sandbox plugin?

2012-02-25 Thread Hervé BOUTEMY
in /sandbox/plugins? Le samedi 25 février 2012 11:51:49 Benson Margulies a écrit : I want to publish the site for the svnpubsub plugin for people to look at. Where? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

Re: Modifying the site lifecycle

2012-02-25 Thread Hervé BOUTEMY
why not consider it as a deploy protocol? like scp, file, webdav: svnpubsub then the existing site-deploy phase of site lifecycle is sufficient Le samedi 25 février 2012 11:58:36 Benson Margulies a écrit : To make the svnpubsub thing easier to use, I'd like to declare a customer lifecycle for

Re: Modifying the site lifecycle

2012-02-25 Thread Benson Margulies
On Sat, Feb 25, 2012 at 1:45 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: why not consider it as a deploy protocol? like scp, file, webdav: svnpubsub That only handles the last piece. Here's the lifecycle: svnpubsub:prepare: do an svn checkout site:site site:stage

Maven site svnpubsub

2012-02-25 Thread Benson Margulies
I've got my first offering in this department working, at least a little. org.apache.maven.plugins:asf-svnpubsub-plugin is a Maven plugin that published an entire site to a subversion tree. It has no CMS integration. Once this item is under control, I plan to pick up the trail of breadcrumbs that

Re : Maven site svnpubsub

2012-02-25 Thread herve.bout...@free.fr
For the main site, I worked with Joe: he incorporated site conventions to the CMS web UI to offert online editing and publishing Then extpaths.txt was added to let components sites published with svnpubsub You have half of the story, I have the other one in site branch :) Envoyé depuis mon

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 2.9.1

2012-02-25 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Daniel Kulp, Benson Margulies, Olivier Lamy, Mark Struberg, Emmanuel Venisse, Hervé Boutemy, Dennis Lundberg +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. On 2012-02-22 14:50, Dennis Lundberg

Re: Re : Maven site svnpubsub

2012-02-25 Thread Benson Margulies
Oh, by the way, this does not depend on svn 1.7; in fact, it should work just the same with any scm that has a Maven scm provider. How slow it turns out to be for a large site is another matter; it makes a brand new clean checkout for every publlcation cycle. I could make it trust the 'info'

Re: A discovery about lifecycles, now I just need to put document it someplace.

2012-02-25 Thread Chris Graham
Wouldn't you find a similar thing in the release plugin? It appears to define it's own. -Chris Sent from my iPhone On 26/02/2012, at 6:41 AM, Benson Margulies bimargul...@gmail.com wrote: What if you wanted to define a mojo to execute a custom lifecycle that included arbitrary goals of

Re: A discovery about lifecycles, now I just need to put document it someplace.

2012-02-25 Thread Benson Margulies
On Sat, Feb 25, 2012 at 6:05 PM, Chris Graham chrisgw...@gmail.com wrote: Wouldn't you find a similar thing in the release plugin? It appears to define it's own. I'll have a look. This seems suspiciously similar, now that you point it out. Except that the release plugin explicitly invokes

Re: A discovery about lifecycles, now I just need to put document it someplace.

2012-02-25 Thread Chris Graham
The other thought hit me. Scan the code base for life cycles.xml and/or @exectute. See where (if) it's used elsewhere. -Chris Sent from my iPhone On 26/02/2012, at 10:10 AM, Benson Margulies bimargul...@gmail.com wrote: On Sat, Feb 25, 2012 at 6:05 PM, Chris Graham chrisgw...@gmail.com

Re: Maven site svnpubsub

2012-02-25 Thread Joe Schaefer
Nice job Benson! A lot of things have changed recently with regard to the CMS to better make use of your plugin.  See INFRA-4466 and grep http://www.apache.org/dev/cmsref for extpaths.txt for the details. From: Benson Margulies bimargul...@gmail.com To: Maven

Intent to release Doxia and Site Plugin

2012-02-25 Thread Dennis Lundberg
Hi I've started planning for a release of Doxia and the Site Plugin. If anyone has issues they'd like to fix before this release now is the time to do it. Just let me know how much time you need. My main driver is to get the fix for MSITE-602 into a release so that we can start using it. That

TCK Tests

2012-02-25 Thread Chris Graham
Hi All. I've almost finished all of the work to fully implement the maven-scm-provider-jazz. Just the update (doable) and the changelog (at least three different calls to implement, but doable). I've JUnit tested most, if not all of what I can. So, it's now time to look at the TCK tests. Jazz

Re: TCK Tests

2012-02-25 Thread Olivier Lamy
2012/2/26 Chris Graham chrisgw...@gmail.com: Hi All. I've almost finished all of the work to fully implement the maven-scm-provider-jazz. Just the update (doable) and the changelog (at least three different calls to implement, but doable). I've JUnit tested most, if not all of what I can.