Shouldn't that be *providedRuntime*? 2011/1/3 StormeHawke <[email protected]>
> > Ben - no joy. > > I tried changing the ones you suggested, as well as these guys: > > runtime 'javax.servlet:servlet-api:2...@jar' > runtime 'javax.servlet:jsp-api:2...@jar' > > all to no effect. > > > Benjamin Muschko wrote: > > > > You might have a library conflict with libraries that are already > provided > > by your runtime container - Tomcat. Try to change the JSTL dependencies > to > > the runtime scope. > > > > runtime 'javax.servlet.jsp.jstl:jstl-api:1.2' > > runtime 'taglibs:standard:1.1.2' > > > > Ben > > > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/ant-gradle-build-inconsistencies-tp3326100p3326194.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 > > >
