Re: Creating a fileset from a list of filenames

2010-01-19 Thread jasper.blues
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

Re: I think the answer to this question is no

2010-01-19 Thread Dominique Devienne
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

Re: I think the answer to this question is no

2010-01-19 Thread Stefan Bodewig
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

Re: I think the answer to this question is no

2010-01-19 Thread Mitch Gitman
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

RE: JAVA_HOME not interpreted on XP

2010-01-19 Thread Rebhan, Gilbert
-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

Re: JAVA_HOME not interpreted on XP

2010-01-19 Thread Stephan Müller
> 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

Re: JAVA_HOME not interpreted on XP

2010-01-19 Thread Ziggy
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