Re: FileNotFoundException: JAR entry META-INF/spring.tld not found

2013-09-26 Thread Mark Thomas
On 25/09/2013 10:11, Mark Thomas wrote: > On 25/09/2013 09:22, Ralph Schaer wrote: >> Hi >> >> I'm fiddling with the latest Tomcat 8.0.0-RC3 and get the following WARNING >> log message. This happens on Windows and on Linux. >> I created a simple maven project: >> https://github.com/ralscha/tomcat8

Re: FileNotFoundException: JAR entry META-INF/spring.tld not found

2013-09-25 Thread Mark Thomas
On 25/09/2013 09:22, Ralph Schaer wrote: > Hi > > I'm fiddling with the latest Tomcat 8.0.0-RC3 and get the following WARNING > log message. This happens on Windows and on Linux. > I created a simple maven project: > https://github.com/ralscha/tomcat8warning that > demonstrates the problem. > > C

FileNotFoundException: JAR entry META-INF/spring.tld not found

2013-09-25 Thread Ralph Schaer
Hi I'm fiddling with the latest Tomcat 8.0.0-RC3 and get the following WARNING log message. This happens on Windows and on Linux. I created a simple maven project: https://github.com/ralscha/tomcat8warning that demonstrates the problem. Clone it, create a war with mvn package and copy the war int