I've written a custom ant task that performs Checkstyle only on modified
files. Or on files modified since some revision.
The purpose is to gradually introduce a code quality policy on legacy
projects.
I plan to submit a patch back, meantime if you need it *now*, then email me
(uses Checkstyle
On Tue, Jan 19, 2010 at 11:18 AM, Stefan Bodewig wrote:
> On 2010-01-19, Mitch Gitman wrote:
>> It seems that, since the project knows all its listeners to notify
>> them of an event, it wouldn't be so hard to add a method to query all
>> the listeners for their log level and then return the max
On 2010-01-19, Mitch Gitman wrote:
> It seems that, since the project knows all its listeners to notify
> them of an event, it wouldn't be so hard to add a method to query all
> the listeners for their log level and then return the max of that. The
> build listeners would also need a getter for t
Thanks, Dominique. You stated this quite clearly.
It seems that, since the project knows all its listeners to notify them of
an event, it wouldn't be so hard to add a method to query all the listeners
for their log level and then return the max of that. The build listeners
would also need a getter
-Original Message-
From: Stephan Müller [mailto:stephanr.muel...@gmx.de]
Sent: Tuesday, January 19, 2010 4:08 PM
To: Ant Users List
Subject: Re: JAVA_HOME not interpreted on XP
/*
[...]
I have no idea where this search path is
coming from, if it is something hardcoded.
Some people sug
> But the error is saying that it expects it in C:\Program
> Files\Java\j2re1.4.2_04\lib\tools.jar
>
Which is plain wrong. tools.jar is from the JDK.
The expected path shown above is clearly the
JRE.
> The question is why is it expecting it in a different directory? i.e.
> C:\Program Files\Jav
Look at the error. Your environment variable is pointing at
C:\>echo %JAVA_HOME%
C:\Program Files\j2sdk1.4.2_04
But the error is saying that it expects it in C:\Program
Files\Java\j2re1.4.2_04\lib\tools.jar
The question is why is it expecting it in a different directory? i.e.
C:\Program Files\J