Re: Checkstyle Behind A Firewall

2006-11-22 Thread Barrie Treloar
On 10/1/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: In the Maven2 build of Shale, I'm having a problem generating the site when running behind a firewall. A bit of research indicates that the problem relates to the following configuration setting for the Checkstyle plugin.

RE: Checkstyle Behind A Firewall

2006-09-30 Thread Andreas Guther
needed. That configuration would avoid the need to define the Checkstyle usage and configuration in every single module. Andreas -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Saturday, September 30, 2006 4:55 PM To: Maven Users List Subject: Re: Checkstyle Behind

Re: Checkstyle Behind A Firewall

2006-09-30 Thread Wendy Smoak
On 9/30/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: You could put the config file into a jar project, and depend on that project as a build extension, and use a relative url to that file. That's how I set it up originally for Struts, but then I realized we would have to release this jar, jus

Re: Checkstyle Behind A Firewall

2006-09-30 Thread Stephen Duncan
rk for me, but it would break the build for everyone else. Andreas Craig -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig > McClanahan > Sent: Saturday, September 30, 2006 2:44 PM > To: Maven Users List > Subject: Checkstyle Behind

Re: Checkstyle Behind A Firewall

2006-09-30 Thread Craig McClanahan
Users List Subject: Checkstyle Behind A Firewall In the Maven2 build of Shale, I'm having a problem generating the site when running behind a firewall. A bit of research indicates that the problem relates to the following configuration setting for the Checks

RE: Checkstyle Behind A Firewall

2006-09-30 Thread Andreas Guther
reference to it. Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Saturday, September 30, 2006 2:44 PM To: Maven Users List Subject: Checkstyle Behind A Firewall In the Maven2 build of Shale, I'm having a problem generatin

Checkstyle Behind A Firewall

2006-09-30 Thread Craig McClanahan
In the Maven2 build of Shale, I'm having a problem generating the site when running behind a firewall. A bit of research indicates that the problem relates to the following configuration setting for the Checkstyle plugin. maven-checkstyle-plugin