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 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