Re: Initial EL/JSP 2.1 Contribution

2006-01-17 Thread Remy Maucherat
Jacob Hookom wrote: What steps would I need to take to get contributor status and develop the JSP 2.1 implementation with the rest of the tomcat-dev team? Do I have to get elected, then complete the ICLA or is it in the reverse order? Yes, you need to be elected as a committer. Rémy

Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread Mark Thomas
Bill Barker wrote: Shouldn't we also have something under servletapi for the javax.el stuff? I was applying lazy instantiation ;) When someone shouts for it (and assuming they don't just create it themselves) I'll add it. Until then I had assumed we would build with the official jars. Mark

RE: Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread jacob
I was under the assumption that we couldn't include the javax.el.* stuff under Apache licensing-- hence the JSP and Servlet API folders within Tomcat. Bill Barker wrote: Shouldn't we also have something under servletapi for the javax.el stuff? I was applying lazy instantiation ;) When someone

RE: Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread Bill Barker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 12:25 PM To: dev@tomcat.apache.org Subject: RE: Re: Initial EL/JSP 2.1 Contribution I was under the assumption that we couldn't include the javax.el.* stuff under Apache

Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread Jacob Hookom
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 12:25 PM To: dev@tomcat.apache.org Subject: RE: Re: Initial EL/JSP 2.1 Contribution I was under the assumption that we couldn't include the javax.el.* stuff under Apache licensing-- hence the JSP and Servlet API folders

Re: Initial EL/JSP 2.1 Contribution

2006-01-15 Thread Mark Thomas
Mark Thomas wrote: Based on this, I propose the following changes to svn. copy /tomcat/jasper/tc5.5.x/ to /tomcat/jasper/tc6.0.x/ Slight change. I removed the jasper2 directory so /tomcat/jasper/tc5.5.x/ was copied to /tomcat/jasper/tc6.0.x/ create /tomcat/jasper/tags/tc6.0.x/ Done.

Re: Initial EL/JSP 2.1 Contribution

2006-01-15 Thread jacob
Thanks Mark! Mark Thomas wrote: Based on this, I propose the following changes to svn. copy /tomcat/jasper/tc5.5.x/ to /tomcat/jasper/tc6.0.x/ Slight change. I removed the jasper2 directory so /tomcat/jasper/tc5.5.x/ was copied to /tomcat/jasper/tc6.0.x/ create /tomcat/jasper/tags/tc6.0.x/

Re: Initial EL/JSP 2.1 Contribution

2006-01-10 Thread Remy Maucherat
Jacob Hookom wrote: I've posted an initial contribution of a complete EL-API implementation under Apache 2.0 licensine, along with the EL-API itself (JSR-245-EL).\ EL Implementation (org.apache.el.*) http://www.hookom.net/jacob/tomcat/el.zip EL API (javax.el.*)

Re: Initial EL/JSP 2.1 Contribution

2006-01-10 Thread Mark Thomas
Remy Maucherat wrote: Jacob Hookom wrote: I've been rolling this code base into JSP 2.1 within a local sandbox, but I still have questions about the particulars of the overal project packaging for Tomcat 6. Very good :) Personally, I still would like to start slow and for now create a tree

Re: Initial EL/JSP 2.1 Contribution

2006-01-10 Thread Costin Manolache
On 1/10/06, Mark Thomas [EMAIL PROTECTED] wrote: Remy Maucherat wrote: Jacob Hookom wrote: I've been rolling this code base into JSP 2.1 within a local sandbox, but I still have questions about the particulars of the overal project packaging for Tomcat 6. Very good :) Personally, I

Initial EL/JSP 2.1 Contribution

2006-01-09 Thread Jacob Hookom
I've posted an initial contribution of a complete EL-API implementation under Apache 2.0 licensine, along with the EL-API itself (JSR-245-EL).\ EL Implementation (org.apache.el.*) http://www.hookom.net/jacob/tomcat/el.zip EL API (javax.el.*) http://www.hookom.net/jacob/jsr245-el.zip I've been