Re: Project will not build

2012-07-24 Thread Mark Eggers
- Original Message - > From: "Caldarale, Charles R" > To: Tomcat Users List > Cc: > Sent: Tuesday, July 24, 2012 6:05 PM > Subject: RE: Project will not build > >> From: Cotton, Joseph B [mailto:bcot...@dpscs.state.md.us] >> Subject: RE: Pro

RE: Project will not build

2012-07-24 Thread Caldarale, Charles R
> From: Cotton, Joseph B [mailto:bcot...@dpscs.state.md.us] > Subject: RE: Project will not build > Isnt /WEB-INF/lib a Tomcat folder? Not really. It's usage is defined in the servlet spec; the Tomcat doc avoids duplicating information from the spec, since that's requ

RE: Project will not build

2012-07-24 Thread Tim Watts
sted 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 > > Are you asking here because you got no answers

RE: Project will not build

2012-07-24 Thread Cotton, Joseph B
: Tim Watts [mailto:t...@cliftonfarm.org] Sent: Tuesday, July 24, 2012 4:04 PM To: Tomcat Users List Subject: RE: Project will not build On Tue, 2012-07-24 at 15:46 -0400, Martin Gainty wrote: > http://grepcode.com/snapshot/repo1.maven.org/maven2/javax.servlet.jsp. > jstl/javax.servlet.jsp.jst

RE: Project will not build

2012-07-24 Thread Tim Watts
On Tue, 2012-07-24 at 15:46 -0400, Martin Gainty wrote: > http://grepcode.com/snapshot/repo1.maven.org/maven2/javax.servlet.jsp.jstl/javax.servlet.jsp.jstl-api/1.2.1 > > This is what youre looking for ..if the ant guy is looking the other > way you can easily integrate this depdency with maven3 an

RE: Project will not build

2012-07-24 Thread Cotton, Joseph B
what happens when And what each of the xml files are for. Is there a component list? -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 Are you asking here because you g

RE: Project will not build

2012-07-24 Thread Martin Gainty
http://grepcode.com/snapshot/repo1.maven.org/maven2/javax.servlet.jsp.jstl/javax.servlet.jsp.jstl-api/1.2.1 This is what youre looking for ..if the ant guy is looking the other way you can easily integrate this depdency with maven3 and insert this dependency into your depdendency list: jav

Re: Project will not build

2012-07-24 Thread Tim Watts
Are you asking here because you got no answers on the NetBeans list? Nor the Ant list? 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 >