On 01/10/17 20:30, Nicholas Cottrell wrote:
> /Users/nic/git/sprawk/etc/build.xml:493: java.lang.NoClassDefFoundError:
> org/apache/tomcat/util/buf/UriUtil
> I've confirmed that the jars downloaded by maven do not include this class.
> Should it be there? If not, how do I get it? I see the
Hi!
I have the following in my pom.xml
...
7.0.78
org.apache.tomcat
tomcat-catalina
${tomcat.version}
org.apache.tomcat
tomcat-jasper
${tomcat.version}
org.apache.tomcat
tomcat-util
${tomcat.version}
And my Ant build.xml has:
However I can't compile my JSPs,