On Tue, 2012-07-24 at 16:00 -0400, Cotton, Joseph B wrote:
> Actually, no.  But a little more poking around fixed it. 

Glad you worked it out.

> By the way, is there any really good reference for Tomcat?  I have
> three O'reiley books and they don’t seem to help much. I can read the
> How-To pages all day and nothing seems to stick.  I am looking for
> somehting that decribes what happens when .... And what  each of the
> xml files are for.  Is there a component list?  
> 

Well, as far as an actual *Reference* it's hard to get more
authoritative than the online docs.  Based on some of the traffic here,
there seem to be a number of dubious "tutorials" floating around the
'net but I'm sure there are quality ones as well.  Perhaps you would
find the wiki helpful:

http://wiki.apache.org/tomcat/FrontPage

It has a link for suggested books although some look pretty outdated.

HTH


> -----Original Message-----
> From: Tim Watts [mailto:t...@cliftonfarm.org] 
> Sent: Tuesday, July 24, 2012 3:36 PM
> To: Tomcat Users List
> Subject: Re: Project will not build
> 
> <hint> Are you asking here because you got no answers on the NetBeans list?  
> Nor the Ant list? </hint>
> 
> 
> On Tue, 2012-07-24 at 15:11 -0400, Cotton, Joseph B wrote:
> > 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
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to