Release Reports

2007-01-11 Thread John Tolentino
Hi Everyone, You can now generate release reports using the maven-swizzle-plugin. Here's the related documentation: http://people.apache.org/~jtolentino/staging_site/maven-swizzle-plugin/examples/generating-release-report.html This is an implementation on what's discussed in this thr

Re: Release Reports

2007-01-11 Thread Mike Perham
John, can you give us a sample of what the final report looks like? On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: Hi Everyone, You can now generate release reports using the maven-swizzle-plugin. Here's the related documentation: http://people.apache.org/~jtolentino/staging

Re: Release Reports

2007-01-11 Thread John Tolentino
TECTED]> wrote: > Hi Everyone, > > You can now generate release reports using the maven-swizzle-plugin. > Here's the related documentation: > > http://people.apache.org/~jtolentino/staging_site/maven-swizzle-plugin/examples/generating-release-report.html > > This is

Re: Release Reports

2007-01-11 Thread John Tolentino
: > John, can you give us a sample of what the final report looks like? > > On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > You can now generate release reports using the maven-swizzle-plugin. > > Here's the related documen

Re: Release Reports

2007-01-11 Thread robert burrell donkin
On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: Hi Everyone, hi john You can now generate release reports using the maven-swizzle-plugin. have you implemented your header checked yet? i'm interested in collaborating on release auditing (in particular for apache

Re: Release Reports

2007-01-11 Thread John Tolentino
n Tolentino <[EMAIL PROTECTED]> wrote: > Hi Everyone, hi john > You can now generate release reports using the maven-swizzle-plugin. have you implemented your header checked yet? i'm interested in collaborating on release auditing (in part

Re: Release Reports

2007-01-11 Thread Jason van Zyl
On 11 Jan 07, at 3:42 PM 11 Jan 07, robert burrell donkin wrote: On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: Hi Everyone, hi john You can now generate release reports using the maven-swizzle-plugin. have you implemented your header checked yet? i'm interested in co

Re: Release Reports

2007-01-11 Thread John Tolentino
1 Jan 07, robert burrell donkin wrote: > On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: >> Hi Everyone, > > hi john > >> You can now generate release reports using the maven-swizzle-plugin. > > have you implemented your header checked yet? > > i'm

Re: Release Reports

2007-01-11 Thread robert burrell donkin
On 1/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Jan 07, at 3:42 PM 11 Jan 07, robert burrell donkin wrote: > On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: >> Hi Everyone, > > hi john > >> You can now generate release reports using th

Re: Release Reports

2007-01-11 Thread John Tolentino
07, at 3:42 PM 11 Jan 07, robert burrell donkin wrote: > > > On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: > >> Hi Everyone, > > > > hi john > > > >> You can now generate release reports using the maven-swizzle-plugin. > > > >

Re: Release Reports

2007-01-11 Thread robert burrell donkin
On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: Not yet. Still looking for existing maven plugins that might be doing this already. Not sure if the verifier plugin could do this for us. there's quite a few wrinkles to release auditing which aren't immediately obvious RAT code's rubbish (

Re: Release Reports

2007-01-11 Thread John Tolentino
Hi Robert, Can you have a plexus component for the license header auditing then? I can hook it up to the plugin when it's ready. Only two information are needed: - check result (a boolean value) and - output file where the reports can link to Thanks, John On 1/12/07, robert burrell donkin <[

Re: Release Reports

2007-01-11 Thread robert burrell donkin
On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: Was thinking of integrating both docck and rat plugins by calling their execute() methods. Docck throws a MojoFailureException when documentation tests fails and test results could be redirected to a file through the output parameter. So inte

Re: Release Reports

2007-01-11 Thread robert burrell donkin
On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: Hi Robert, Can you have a plexus component for the license header auditing then? i think so but we may need to think about the best way to do it... RAT's half way through a redesign ATM but i'll move that onto a branch :-/ I can hook it

Re: Release Reports

2007-01-11 Thread Joakim Erdfelt
Jason van Zyl wrote: > > On 11 Jan 07, at 3:42 PM 11 Jan 07, robert burrell donkin wrote: > >> On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: >>> Hi Everyone, >> >> hi john >> >>> You can now generate release reports using the mav

Re: Release Reports

2007-01-13 Thread robert burrell donkin
On 1/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Jan 07, at 3:42 PM 11 Jan 07, robert burrell donkin wrote: > On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote: >> Hi Everyone, > > hi john > >> You can now generate release reports using th