Re: Initial EL/JSP 2.1 Contribution

2006-01-18 Thread Martin van den Bemt
Although you can always send an ICLA, which isn't necessarily tied to committership, but will speed up things when you are elected :) Mvgr, Martin Remy Maucherat wrote: Jacob Hookom wrote: What steps would I need to take to get contributor status and develop the JSP 2.1 implementation with t

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 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 fo

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

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 some

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: Initial EL/JSP 2.1 Contribution

2006-01-15 Thread Bill Barker
Shouldn't we also have something under servletapi for the javax.el stuff? More generally, I agree with Remy that it would be nice to have an ASF-licensed implementation of Servlet-2.5/JSP-2.1, rather than relying on the official version from GlassFish. However, I realize that this is more cont

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/t

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. > Co

Re: Initial EL/JSP 2.1 Contribution

2006-01-11 Thread Remy Maucherat
Costin Manolache wrote: What about: 1. create tomcat/tomcat6.0 2. mkdir tomcat/tomcat6.0/jasper Or even better: 2. mkdir tomcat/tomcat6.0/java/org/apache/tomcat/jasper You can do all the work on jasper in the tomcat6.0 svn module, and maybe in time other components will move here as well. T

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 :)

Re: Initial EL/JSP 2.1 Contribution

2006-01-10 Thread Remy Maucherat
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/ create /tomcat/jasper/tags/tc6.0.x/ Eventually, /tomcat/jasper/tc5.5.x/ will move to /tomcat/jasper/branches/tc5.5.x/ but I think this move should take place when al

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 cr

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.*) http://www.hookom.net/jacob/jsr2