[PATCH] improve I18N for admintool

2004-01-22 Thread Takashi Okamoto
Hi, Could you take this patch to improve admintool's I18N? http://issues.apache.org/bugzilla/show_bug.cgi?id=25160 regargs, Takashi Okamoto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PATCH] improve I18N and Japanese localization for admintool

2004-01-17 Thread Takashi Okamoto
Hi, I post patch to improve I18N and Japanese Localization for Admintool in Bugzilla: http://issues.apache.org/bugzilla/show_bug.cgi?id=25160 But it isn't commited yet. Could you apply it? regards, Takashi Okamoto ---

Re: [PATCH] improve internationalization for admin tool

2002-08-12 Thread Takashi Okamoto
From: Takashi Okamoto <[EMAIL PROTECTED]> Subject: [PATCH] improve internationalization for admin tool Date: Mon, 12 Aug 2002 22:14:20 +0900 (JST) > This is the second patch to internationalize the admin tools. First > patch was commited by amy. New patch will improve at fol

[PATCH] improve internationalization for admin tool

2002-08-12 Thread Takashi Okamoto
servlet to decode post and get parameters. (you have to include SetCharacterEncodingFilter in admin web application with this patch) Could you apply this patch? regards, Takashi Okamoto diff -uNr orig/jakarta-tomcat-4.1.8-src/catalina/src/share/org/apache/cat

Re: [PATCH] about kjc

2001-12-05 Thread Takashi Okamoto
pile.invoke (compiler, new Object[] {cmd.getArguments()})) .intVal ue (); So, above code shows that compiler output messages to System.out. Some of other compilers are same as Jikes13.java. They are thread-unsafe. They should be locked. Takashi Okamoto -- To unsubscribe, e-ma

Re: [PATCH] about kjc

2001-12-01 Thread Takashi Okamoto
bal property - it's > possible other tools will need a compiler ( what is cocoon doing ? ) > ? I don't know recent Cocoon. But cocoon 1.8.x was using just tomcat's JavaCompiler;) > This would also allow to automatically compile servlets ( the same > as jsps are compiled

[PATCH] about kjc

2001-12-01 Thread Takashi Okamoto
jasper.servlet.JspServlet logVerbosityLevel WARNING jspCompilerPlugin org.apache.jasper.compiler.KjcJavaCompiler 3 Cheers for opensource!! - Takashi OkamotoDebian Project: http://www.debian.org/ [EMAIL PROTECTED]Ja-Jakarta Proje

[PATCH]JSP compiler plugin for GPLd Java compiler

2001-10-04 Thread Takashi Okamoto
ne is interested in kjc, please try this patch. BTW, I'll quit this ml soon. If you have a question or a suggestion about this, please forward me ([EMAIL PROTECTED]). regards. ---- Takashi Okamoto KjcJavaCompiler.java

Re: [PATCH] compiler plug-in for kjc

2001-06-16 Thread Takashi Okamoto
ich was just modified SunJavaCompiler.java and it should be distrebuted under Apache Software License;) Takashi Okamoto KjcJavaCompiler.java

[PATCH] compiler plug-in for kjc

2001-06-16 Thread Takashi Okamoto
sages/1291.html PS. Tomcat 3.2.2 Debian package is released. You can do 'apt-get install tomcat' if you use unstable or testing Debian. --- ^^ Takashi Okamoto = ..= Debian Project http://www.debian.org/ -o- Key fingerprint: 8B37 1FE6 76B2 7BA6 D59A 9BF7 E7F4 46C8 5293 6E17

Re: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread Takashi Okamoto
Hi!! From: "Arieh Markel" <[EMAIL PROTECTED]> > Assume locale in request is: fr_CA > Assume locale of where tomcat is set: en_US > > >requested path > > /dir/.../index.html > >file-based: (path/[locale].filetype) > > 1. /dir/.../index_fr_CA.html > 2. /dir/.../index_fr.html > 3. /dir/...

Re: serializing XML to a ServletOutputStream fails

2001-02-05 Thread Takashi Okamoto
From: "Michael Mealling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 7:54 PM Subject: Re: serializing XML to a ServletOutputStream fails > P.S. I've also posted this problem to HotDispatch so if you > can help me solve the problem you could

Re: [BUG & PATCH] for Kaffe VM

2000-12-28 Thread Takashi Okamoto
e fixed. I forward him mail. Please fix this problem. If tomcat don't work on Kaffe VM,Tomcat can't be included Debian main package because JDK and JRE isn't free software. Regards. - mail form Edouard -- Takashi Okamoto wrote: > > Could you test th

Re: [BUG? & PATCH] for Kaffe VM

2000-12-27 Thread Takashi Okamoto
=0; this.in=is; + this.pos=0; } public void recycle() { this.in=null; this.count=0; + this.pos=0; } --- Takashi Okamoto

[BUG? & PATCH] for Kaffe VM

2000-12-10 Thread Takashi Okamoto
this cause in detail. Please check following patch. # Maybe it's Kaffe VM's problem.(which has problem?) Regards. PS. Now Kaffe VM needs SUN JDK's classes for JSP. I found code for jikes compiler, but it does not work yet... ---------

Re: tomcat for Debian [RPM for jakarta/xml apaches projects]

2000-12-04 Thread Takashi Okamoto
g/~sgybas/tomcat/ ------ Takashi Okamoto