Re: RC4 bug in create*

2007-01-31 Thread Thierry Boileau
The deprecated tag has been removed. Best regards, Thierry Boileau Jérôme, I noticed also that the "style" tag seems to be deprecated and should be replaced by "xslt" in macrodef "checkstyleModule". Thierry Hi Thierry, I tried to build from the SVN repository and got the following error:

Re: RC4 bug in create*

2007-01-29 Thread Thierry Boileau
Jérôme, I noticed also that the "style" tag seems to be deprecated and should be replaced by "xslt" in macrodef "checkstyleModule". Thierry Hi Thierry, I tried to build from the SVN repository and got the following error: [checkstyle] Running Checkstyle 4.2 on 84 files [style] DEPRECATE

Re: RC4 bug in create*

2007-01-29 Thread Thierry Boileau
Hello Sean, I've not reproduced your problem maybe because I use a distinct release of "ant" packages => 1.7.0. Thierry Hi Thierry, I tried to build from the SVN repository and got the following error: [checkstyle] Running Checkstyle 4.2 on 84 files [style] DEPRECATED - xalan processor i

Re: RC4 bug in create*

2007-01-29 Thread Sean Landis
Hi Thierry, Thierry Boileau gmail.com> writes: > Hello Sean, > > I've committed a new release of Finder class in the SVN repository. > I've not updated Router class, since the Router logic seems a bit > different to me. You are right about Router. I tried to build from the SVN repository an

Re: RC4 bug in create*

2007-01-27 Thread Thierry Boileau
Hello Sean, I've committed a new release of Finder class in the SVN repository. I've not updated Router class, since the Router logic seems a bit different to me. thank you! Thierry I think there is a bug in Finder.createResource() and Router.createFinder(). Both have some code like this:

RC4 bug in create*

2007-01-26 Thread Sean Landis
I think there is a bug in Finder.createResource() and Router.createFinder(). Both have some code like this: try { constructor = getTargetClass().getConstructor(Context.class, Request.class, Response.class); if (constructor != nu