Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Punky Tse wrote: > Date: Tue, 11 Sep 2001 10:04:19 +0800 > From: Punky Tse <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED], Punky Tse <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: cvs commit: jakar

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread Punky Tse
sday, September 11, 2001 1:20 AM Subject: Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml > > That is worse: > > > > Have a look to catalina/build.xml (lib/mail.jar). > > > > I will test and commit a better patch... > > What is the problem wit

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
Remy Maucherat wrote: > > > That is worse: > > > > Have a look to catalina/build.xml (lib/mail.jar). > > > > I will test and commit a better patch... > > What is the problem with that change (which I already committed) ? No problem... Just my repository is some hours too old ;-). Next time I wi

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
Hi, You are faster that me! (And my repository was not up to date!). Cheers Jean-frederic [EMAIL PROTECTED] wrote: > > remm01/09/10 09:55:40 > > Modified:webapps/examples build.xml > Log: > - Forgot jndi.jar. Sorry ... > > Revision ChangesPath > 1.13 +1 -0

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread Remy Maucherat
> That is worse: > > Have a look to catalina/build.xml (lib/mail.jar). > > I will test and commit a better patch... What is the problem with that change (which I already committed) ? In my JAF and JavaMail packages, there is no lib directory, so the default property value didn't work for me. Rem

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
That is worse: Have a look to catalina/build.xml (lib/mail.jar). I will test and commit a better patch... Punky Tse wrote: > > Seems like only need this should work > > Index: build.xml > === > RCS file: > /home/cvspublic/jak

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
Punky Tse wrote: > > Seems like only need this should work Sure: It is in the class list. (But I do not have yet the example that uses it). > > Index: build.xml > === > RCS file: > /home/cvspublic/jakarta-tomcat-4.0/webapps/ex

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread Punky Tse
Seems like only need this should work Index: build.xml === RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/examples/build.xml,v retrieving revision 1.11 diff -r1.11 build.xml 20,21c20,21 < < --- > > --- [EMAIL P