RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri

>(Re-) Open the log files with "append", so that log 
>rotation can
>be configured to be other than daily.
>  +
>  + Package an Ant compiler adapter that compiles JSPs 
>with the correct
>  + naming convention and an Ant task which creates 
>.ver files.  These
>  + tasks allow the Tomcat work directory to be 
>pre-populated with 
>  + compiled JSPs.
>   

Great, Do you have a task parm with the work directory location ?

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Keith Wannamaker

Yes, put build/tomcat/ant/tomcat-ant.jar in your classpath 
and do something like:





  
  
  
   
  
  
  
  
  


The 'Tomcat3Precompiler' wraps the standards jspc, but
mangles the names with a version number (foo_1).

The 'jspversion' task a creates .ver file for every class
file of the form name_number.class

Keith

| -Original Message-
| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
| Sent: Friday, May 17, 2002 8:06 AM
| To: Tomcat Developers List
| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
| 
| 
| >  (Re-) Open the log files with "append", so that log 
| >rotation can
| >  be configured to be other than daily.
| >  +
| >  + Package an Ant compiler adapter that compiles JSPs 
| >with the correct
| >  + naming convention and an Ant task which creates 
| >.ver files.  These
| >  + tasks allow the Tomcat work directory to be 
| >pre-populated with 
| >  + compiled JSPs.
| >   
| 
| Great, Do you have a task parm with the work directory location ?
| 
| --
| To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
| For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
| 
| 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri

Did you have a preliminary version available ?

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-Original Message-
>From: Keith Wannamaker [mailto:[EMAIL PROTECTED]]
>Sent: Friday, May 17, 2002 4:22 PM
>To: Tomcat Developers List
>Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>
>
>Yes, put build/tomcat/ant/tomcat-ant.jar in your classpath 
>and do something like:
>
>value="org.apache.tomcat.ant.Tomcat3Precompiler" />
>
>
>
>  destdir="tomcat_work_path/webapps/foo"
>uriroot="/foo/jsps" compiler="${jspc}" >
>  
>  
>   
>  
>  
>  
>  
>  
>
>
>The 'Tomcat3Precompiler' wraps the standards jspc, but
>mangles the names with a version number (foo_1).
>
>The 'jspversion' task a creates .ver file for every class
>file of the form name_number.class
>
>Keith
>
>| -Original Message-----
>| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
>| Sent: Friday, May 17, 2002 8:06 AM
>| To: Tomcat Developers List
>| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>| 
>| 
>| > (Re-) Open the log files with "append", so that log 
>| >rotation can
>| > be configured to be other than daily.
>| >  +
>| >  + Package an Ant compiler adapter that compiles JSPs 
>| >with the correct
>| >  + naming convention and an Ant task which creates 
>| >.ver files.  These
>| >  + tasks allow the Tomcat work directory to be 
>| >pre-populated with 
>| >  + compiled JSPs.
>| >   
>| 
>| Great, Do you have a task parm with the work directory location ?
>| 
>| --
>| To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
| For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
| 
| 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Keith Wannamaker

It's already checked in to Tomcat, so the jar is created
when you do a build. 
Keith

| -Original Message-
| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
| Sent: Friday, May 17, 2002 8:26 AM
| To: Tomcat Developers List
| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
| 
| 
| Did you have a preliminary version available ?
| 
| -
| Henri Gomez ___[_]
| EMAIL : [EMAIL PROTECTED](. .) 
| PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
| PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
| 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri

Excellent news ;)

When is planned 3.3.2 release ?

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-Original Message-
>From: Keith Wannamaker [mailto:[EMAIL PROTECTED]]
>Sent: Friday, May 17, 2002 4:41 PM
>To: Tomcat Developers List
>Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>
>
>It's already checked in to Tomcat, so the jar is created
>when you do a build. 
>Keith
>
>| -Original Message-
>| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
>| Sent: Friday, May 17, 2002 8:26 AM
>| To: Tomcat Developers List
>| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>| 
>| 
>| Did you have a preliminary version available ?
>| 
>| -
>| Henri Gomez ___[_]
>| EMAIL : [EMAIL PROTECTED](. .) 
>| PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
>| PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
>| 
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Larry Isaacs

Hi Henri,

I haven't thought that far.  I'm pretty swamped at the moment.
Soon I expect to have nightly builds working on a regular
basis. Hopefully, in the not too distant future I can review
what is appropriate to do and submit a plan.

Cheers,
Larry

> -Original Message-
> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, May 17, 2002 9:52 AM
> To: Tomcat Developers List
> Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
> 
> 
> Excellent news ;)
> 
> When is planned 3.3.2 release ?
> 
> -
> Henri Gomez ___[_]
> EMAIL : [EMAIL PROTECTED](. .) 
> PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
> PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
> 
> 
> 
> >-Original Message-
> >From: Keith Wannamaker [mailto:[EMAIL PROTECTED]]
> >Sent: Friday, May 17, 2002 4:41 PM
> >To: Tomcat Developers List
> >Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
> >
> >
> >It's already checked in to Tomcat, so the jar is created
> >when you do a build. 
> >Keith
> >
> >| -Original Message-----
> >| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
> >| Sent: Friday, May 17, 2002 8:26 AM
> >| To: Tomcat Developers List
> >| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
> >| 
> >| 
> >| Did you have a preliminary version available ?
> >| 
> >| -
> >| Henri Gomez ___[_]
> >| EMAIL : [EMAIL PROTECTED](. .) 
> >| PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
> >| PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
> >| 
> >
> >
> >--
> >To unsubscribe, e-mail:   
> ><mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail: 
> ><mailto:[EMAIL PROTECTED]>
> >
> >
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-15 Thread Henri Gomez
[EMAIL PROTECTED] a écrit :
billbarker2003/09/13 21:43:20

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Documenting fix for 23101.
  
  Revision  ChangesPath
  1.19  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- RELEASE-NOTES-3.3.2.txt	5 Apr 2003 07:19:59 -	1.18
  +++ RELEASE-NOTES-3.3.2.txt	14 Sep 2003 04:43:20 -	1.19
  @@ -81,6 +81,8 @@
   
   13378	 Fix dependency on GenericServlet in the generated .java file.
   
  +23101Fix case dependency problem on Windows platforms.
  +
   Configuration:
   
   Bug No.  Description
  


Any release date for 3.3.2 ?

I really need a fresh version of 3.3 but ITs want a release version,
no HEAD snapshot ;(


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-15 Thread Larry Isaacs
Hi Henri,

The software I work on in my day job has finally reached "lockdown".
Only documentation tasks remain.  I'll try to get up to speed with
with where things stand and begin working on a release plan this
week.  Sorry for the long delay.

Larry

-Original Message-
From: Henri Gomez [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 10:48 AM
To: Tomcat Developers List
Subject: Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt


[EMAIL PROTECTED] a écrit :
> billbarker2003/09/13 21:43:20
> 
>   Modified:.RELEASE-NOTES-3.3.2.txt
>   Log:
>   Documenting fix for 23101.
>   
>   Revision  ChangesPath
>   1.19  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
>   
>   Index: RELEASE-NOTES-3.3.2.txt
>   ===
>   RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
>   retrieving revision 1.18
>   retrieving revision 1.19
>   diff -u -r1.18 -r1.19
>   --- RELEASE-NOTES-3.3.2.txt 5 Apr 2003 07:19:59 -   1.18
>   +++ RELEASE-NOTES-3.3.2.txt 14 Sep 2003 04:43:20 -  1.19
>   @@ -81,6 +81,8 @@
>
>13378   Fix dependency on GenericServlet in the generated .java file.
>
>   +23101Fix case dependency problem on Windows platforms.
>   +
>Configuration:
>
>Bug No.  Description
>   


Any release date for 3.3.2 ?

I really need a fresh version of 3.3 but ITs want a release version, no HEAD snapshot 
;(



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-18 Thread Henri Gomez
Larry Isaacs a écrit :

Hi Henri,

The software I work on in my day job has finally reached "lockdown".
Only documentation tasks remain.  I'll try to get up to speed with
with where things stand and begin working on a release plan this
week.  Sorry for the long delay.
Ok, what do you think about imports cleanup ?

Could I start commit it ?

BTW, I could do the same also for JTC if everybody agree ;)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-19 Thread Larry Isaacs
+1,  Thanks.

Larry

-Original Message-
From: Henri Gomez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 18, 2003 4:49 AM
To: Tomcat Developers List
Subject: Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt


Larry Isaacs a écrit :

> Hi Henri,
> 
> The software I work on in my day job has finally reached "lockdown". 
> Only documentation tasks remain.  I'll try to get up to speed with 
> with where things stand and begin working on a release plan this week.  
> Sorry for the long delay.

Ok, what do you think about imports cleanup ?

Could I start commit it ?

BTW, I could do the same also for JTC if everybody agree ;)




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-22 Thread Henri Gomez
Larry Isaacs a écrit :

+1,  Thanks.
Next batch for TC 3.3.2-dev is on the fly :)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]