Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-25 Thread Gisbert Amm
Tim Kettler wrote: thebugslayer schrieb: 1. The archetype:create plugin generate webapp that has web descriptor(web.xml) set to version 2.3!!! big nono if you want EL stuff to work. Would be nice to upgrade to latest, or at least 2.4 You should file a request for it in jira [1]. I just did

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-25 Thread Tim Kettler
thebugslayer schrieb: Hi all, My problem is finally resolved! There are couple feedbacks I like to give back to Maven users/developers: 1. The archetype:create plugin generate webapp that has web descriptor(web.xml) set to version 2.3!!! big nono if you want EL stuff to work. Would be nice to up

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-24 Thread thebugslayer
Hi all, My problem is finally resolved! There are couple feedbacks I like to give back to Maven users/developers: 1. The archetype:create plugin generate webapp that has web descriptor(web.xml) set to version 2.3!!! big nono if you want EL stuff to work. Would be nice to upgrade to latest, or at l

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-18 Thread Jim Sellers
Z: when you say that it's not working, do you mean on the .classpath file for eclipse? Does this seem like the same problem as you are having: http://jira.codehaus.org/browse/MECLIPSE-79#action_99459 Jim On 9/18/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Google for "maven exclusion". > > Wayn

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-18 Thread thebugslayer
Max, How would I exclude the javax.servlet:jsp-api one? I tried provided scope, but it's still not working. -Z On 9/15/07, Max Bowsher <[EMAIL PROTECTED]> wrote: > thebugslayer wrote: > > Hi, > > I understand this problem is more of Eclipse related, but it also > > involves Maven setup, so I thou

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-18 Thread Wayne Fay
Google for "maven exclusion". Wayne On 9/18/07, thebugslayer <[EMAIL PROTECTED]> wrote: > Max, > How would I exclude the javax.servlet:jsp-api one? I tried provided > scope, but it's still not working. > > -Z > > On 9/15/07, Max Bowsher <[EMAIL PROTECTED]> wrote: > > thebugslayer wrote: > > > Hi,

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-15 Thread Max Bowsher
thebugslayer wrote: > Hi, > I understand this problem is more of Eclipse related, but it also > involves Maven setup, so I thought maybe one of users here would have > come across the same problem and give me some help. > > I have a webapp project setup in Eclipse Europa with Tomcat6.0, and I > am

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread thebugslayer
Nick, I am using apache-tomcat-6.0.14, which does supports 2.1 as you said. -Z On 9/14/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: > Which version of Tomcat 6.0 are you using? Tomcat supports jsp 2.1 since > 6.0.14 and the method getJspApplicationContext was introduced in JSP 2.1. > > Hth, > > Ni

problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread thebugslayer
Hi, I understand this problem is more of Eclipse related, but it also involves Maven setup, so I thought maybe one of users here would have come across the same problem and give me some help. I have a webapp project setup in Eclipse Europa with Tomcat6.0, and I am using m2eclipse plugin. In my par

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread Nick Stolwijk
Which version of Tomcat 6.0 are you using? Tomcat supports jsp 2.1 since 6.0.14 and the method getJspApplicationContext was introduced in JSP 2.1. Hth, Nick Stolwijk thebugslayer wrote: Hi, I understand this problem is more of Eclipse related, but it also involves Maven setup, so I thought ma