This question concerns a Project that used to work nicely. Now it will not build. I am using NetBeans IDE 7.1.1 with Apache Tomcat 7.0.22 I left this project alone for a few months.
Now when I come back and try to build or run, it errors with this message: Copying 1 file to D:\Documents and Settings\cottonjb\My Documents\NetBeansProjects\MAFSS2\build\web\WEB-INF\lib D:\Documents and Settings\cottonjb\My Documents\NetBeansProjects\MAFSS2\nbproject\build-impl.xml:687: Warning: Could not find file D:\Documents and Settings\cottonjb\My Documents\Downloads\javax.servlet.jsp.jstl-api-1.2.1-javadoc.jar to copy. BUILD FAILED (total time: 0 seconds) It refers to this in build-impl.xml: <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"> <copyfiles files="${file.reference.winzipaes-20100321.jar}" todir="${build.web.dir}/WEB-INF/lib"/> <copyfiles files="${file.reference.javax.servlet.jsp.jstl-api-1.2.1-javadoc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> <copyfiles files="${file.reference.javax.servlet.jsp.jstl-api-1.2.1-sources.jar}" todir="${build.web.dir}/WEB-INF/lib"/> <copyfiles files="${file.reference.javax.servlet.jsp.jstl-api-1.2.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/> <copyfiles files="${file.reference.jstl-1.2.jar}" todir="${build.web.dir}/WEB-INF/lib"/> <copyfiles files="${libs.JSP121.classpath}" todir="${build.web.dir}/WEB-INF/lib"/> </target> I manually added the javax.servlet.jsp.jstl-api-1.2.1-javadoc.jar to the NetBeans library and the Project library. The winzip jar is found. The jsp jars are not found. Am I reading this correctly? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org