Can you double-check that the JSTL, JSP and Servlet JARs are not included in
the WEB-INF/lib directory inside your WAR file? Please also make sure you
delete the Tomcat work directory and a previously deployed version (WAR file
under webapps and it's exploded dir).

The providedCompile scope for JSP and Servlet API should be fine:

providedCompile 'javax.servlet:servlet-api:2.5',
                         'javax.servlet:jsp-api:2.0'

Ben 
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/ant-gradle-build-inconsistencies-tp3326100p3326214.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to