Ben - you're a genius.  I totally missed a trio of dependency exceptions in
my pom.xml for jstl-api, and sure enough jsp-api v2.2 was sitting there in
my lib dir.  I just changed to this:
                compile 'javax.servlet.jsp.jstl:jstl-api:1...@jar'

and it started working.  

Thanks for the help, this has had me banging my head against my desk for
several days!

~Brian


Benjamin Muschko wrote:
> 
> Can you double-check that the 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-tp3326100p3326254.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