Hi Thierry,
Thierry Boileau <thboileau <at> 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 and got the following error:
[checkstyle] Running Checkstyle 4.2 on 84 files
[style] DEPRECATED - xalan processor is deprecated. Use trax instead.
[style] DEPRECATED - xslp processor is deprecated. Use trax instead.
[style] java.lang.ClassNotFoundException:
org.apache.tools.ant.taskdefs.optional.XslpLiaison
[style] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
[style] at java.security.AccessController.doPrivileged(Native Method)
[style] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
[...deleted...]
BUILD FAILED
/home/slandis/tmp/restlet/build/build.xml:935: The following error occurred
while executing this line:
/home/slandis/tmp/restlet/build/build.xml:621:
java.lang.ClassNotFoundException:
org.apache.tools.ant.taskdefs.optional.TraXLiaison
I'm using ant, not maven.
Sean