Re: building struts from the source code

2004-05-10 Thread Joe Germuska
At 7:32 PM -0700 5/10/04, Abhishek Khandelwal wrote: Thats what I was wondering, I just need a jar, and I had servel-api.jar which happens to be Servlet 4.0 Where do I get Servelt 2.3? I would usually get it from http://www.ibiblio.org/maven/servletapi/jars/ Joe -- Joe Germuska [EMAIL

Re: building struts from the source code

2004-05-10 Thread Abhishek Khandelwal
Thats what I was wondering, I just need a jar, and I had servel-api.jar which happens to be Servlet 4.0 Where do I get Servelt 2.3? Abhishek On Mon, 2004-05-10 at 19:29, Joe Germuska wrote: > At 6:43 PM -0700 5/10/04, Abhishek Khandelwal wrote: > >Joe, > > > >Servlet 2.2 is tomcat 3.0 > >This is

Re: building struts from the source code

2004-05-10 Thread Joe Germuska
At 6:43 PM -0700 5/10/04, Abhishek Khandelwal wrote: Joe, Servlet 2.2 is tomcat 3.0 This is pretty old version. Are you sure that it wont even build on tomcat 4.0 , Servlet 2.3?? No, actually I'm sure that it *will* build on Servlet 2.3. But if all you want is a jar, does it really matter? Stru

Re: building struts from the source code

2004-05-10 Thread Abhishek Khandelwal
Joe, Servlet 2.2 is tomcat 3.0 This is pretty old version. Are you sure that it wont even build on tomcat 4.0 , Servlet 2.3?? Abhishek On Mon, 2004-05-10 at 18:27, Joe Germuska wrote: > At 5:09 PM -0700 5/10/04, Abhishek Khandelwal wrote: > >I am getting this error when I try to do ant dist on

Re: building struts from the source code

2004-05-10 Thread Joe Germuska
At 5:09 PM -0700 5/10/04, Abhishek Khandelwal wrote: I am getting this error when I try to do ant dist on the source code of the struts framework. Anyone has any idea what might the error be??? I have correctly set path for servlet-api.jar and jsp-api.jar ---