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

2002-02-21 Thread remm
remm02/02/21 15:27:04 Modified:webapps/examples build.xml Log: - Fix bug 6609 (SendMailServlet.java is not compiled even if javamail is installed correctly). Revision ChangesPath 1.16 +1 -1 jakarta-tomcat-4.0/webapps/examples/build.xml Index:

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

2002-02-21 Thread remm
remm02/02/21 15:28:26 Modified:webapps/examples Tag: tomcat_40_branch build.xml Log: - Fix bug 6609 (SendMailServlet.java is not compiled even if javamail is installed correctly). Revision ChangesPath No revision No

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

2001-09-26 Thread remm
remm01/09/26 11:49:08 Modified:.Tag: tomcat_40_branch BUILDING.txt build.properties.sample build.xml catalina Tag: tomcat_40_branch build.xml webapps/examples Tag: tomcat_40_branch build.xml Log: - Port the new buid

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

2001-09-19 Thread remm
remm01/09/19 16:04:42 Modified:webapps/examples build.xml Log: - Add some conditional compilation flags in the examples build script, similar to what is done with the Catalina script. Revision ChangesPath 1.15 +40 -2

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: jakarta-tomcat-4.0/webapps/examples build.xml Reme

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

2001-09-10 Thread jfclere
jfclere 01/09/10 09:17:52 Modified:webapps/examples build.xml Log: Add mail.jar otherwise the SendMailServlet does not compile. Revision ChangesPath 1.11 +1 -0 jakarta-tomcat-4.0/webapps/examples/build.xml Index: build.xml

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 property name=mail.jar

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

2001-09-10 Thread remm
remm01/09/10 09:55:40 Modified:webapps/examples build.xml Log: - Forgot jndi.jar. Sorry ... Revision ChangesPath 1.13 +1 -0 jakarta-tomcat-4.0/webapps/examples/build.xml Index: build.xml

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:

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:

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

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 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 will read the

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

2001-09-10 Thread Punky Tse
: 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 with that change (which I already committed) ? In my JAF and JavaMail packages, there is no lib

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

2001-08-27 Thread craigmcc
craigmcc01/08/27 09:47:57 Modified:catalina build.xml webapps/examples build.xml Log: Add jndi.jar to the compile classpath as needed to build Tomcat 4 on JDK 1.2 systems. This was not a problem on JDK 1.3, because the JNDI classes have been integrated into the