Hi, Am using Tomcat 7.0.41 and Struts 2.3.12 to build a web application. Got the below error when I try to compile the jsp's using Ant(1.8.1) task. I have used struts tags in my test.jsp file. Can some one throw lights to resolve this issue.
[java] 27 Jun, 2013 2:44:47 PM > org.apache.jasper.compiler.TldLocationsCache tldScanJar > [java] INFO: At least one JAR was scanned for TLDs yet contained no > TLDs. Enable debug logging for this logger for a complete list of JARs that > were scanned but no TLDs were found in them. Skipping unneeded JARs during > scanning can improve startup time and JSP compilation time. > [java] org.apache.jasper.JasperException: > file:/home/local/mani/jsp/test.jsp (line: 2, column: 131) File > "/META-INF/struts-tags.tld" not found I have searched related to this but couldn't find any solution. -- regards, Manikandan