DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 16:15 --- I tested the second jsp on three environment settings and got three different results(please see the attatched images): 1. on tomcat 5.0 with defau

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 16:09 --- Created an attachment (id=12744) test jsp on tomcat 5.5 with javaEncoding set to ISO-

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 16:08 --- Created an attachment (id=12743) test jsp on tomcat 5.5 with default javaEncoding --

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 16:06 --- Created an attachment (id=12742) test jsp on tomcat 5.0 - To unsubscribe, e-mail:

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 13:59 --- I can't test the correctness of the characters right now, but I do not get any compilation error with the second file. So this part of the re

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 10:15 --- Created an attachment (id=12739) another jsp which will cause compile error --

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-14 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 06:50 --- Created an attachment (id=12737) a simple jsp which contains a few chinese chars with UTF8 e

DO NOT REPLY [Bug 31233] - jsp compile errors with Chinese Characters

2004-09-14 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 05:13 --- Can you provide a test case ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

DO NOT REPLY [Bug 31233] New: - jsp compile errors with Chinese Characters

2004-09-14 Thread bugzilla
gzilla/show_bug.cgi?id=31233 jsp compile errors with Chinese Characters Summary: jsp compile errors with Chinese Characters Product: Tomcat 5 Version: 5.5.1 Platform: All OS/Version: All Status: NEW Severity: Major Pr

DO NOT REPLY [Bug 13956] - XSI Namespace Declaration Causing JSP Compile Errors

2004-08-22 Thread bugzilla
gzilla/show_bug.cgi?id=13956 XSI Namespace Declaration Causing JSP Compile Errors [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 21978] - Certain tag file pathnames lead to compile errors

2003-07-30 Thread bugzilla
gzilla/show_bug.cgi?id=21978 Certain tag file pathnames lead to compile errors [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RE

DO NOT REPLY [Bug 21978] - Certain tag file pathnames lead to compile errors

2003-07-29 Thread bugzilla
gzilla/show_bug.cgi?id=21978 Certain tag file pathnames lead to compile errors --- Additional Comments From [EMAIL PROTECTED] 2003-07-30 02:52 --- Created an attachment (id=7574) Refactoring getDerivedPackageName() --

DO NOT REPLY [Bug 21978] - Certain tag file pathnames lead to compile errors

2003-07-29 Thread bugzilla
gzilla/show_bug.cgi?id=21978 Certain tag file pathnames lead to compile errors [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|RE

DO NOT REPLY [Bug 21978] - Certain tag file pathnames lead to compile errors

2003-07-29 Thread bugzilla
gzilla/show_bug.cgi?id=21978 Certain tag file pathnames lead to compile errors [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 21978] - Certain tag file pathnames lead to compile errors

2003-07-29 Thread bugzilla
gzilla/show_bug.cgi?id=21978 Certain tag file pathnames lead to compile errors [EMAIL PROTECTED] changed: What|Removed |Added Keywords||PatchAva

DO NOT REPLY [Bug 21978] - Certain tag file pathnames lead to compile errors

2003-07-29 Thread bugzilla
gzilla/show_bug.cgi?id=21978 Certain tag file pathnames lead to compile errors --- Additional Comments From [EMAIL PROTECTED] 2003-07-29 18:45 --- Created an attachment (id=7563) Proposed patch - To unsubscribe, e-mail:

DO NOT REPLY [Bug 21978] New: - Certain tag file pathnames lead to compile errors

2003-07-29 Thread bugzilla
gzilla/show_bug.cgi?id=21978 Certain tag file pathnames lead to compile errors Summary: Certain tag file pathnames lead to compile errors Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity:

isapi_redirector2 compile errors...(Cannot open include file: 'apr.h')

2002-11-16 Thread adias
Hi, I am using vc6 on win2000 to compile isapi_redirector2: jakarta-tomcat-connectors-4.1.12-src\jk\native2\server\isapi> and getting the following error. I would like to know which version of apr I should use with this build. I noticed that most of the apr libraries have apr.h.in rather than

Re: JSP Compile Errors

2002-10-27 Thread micael
Write a simple Java program: 1. Drill down and get files. 2. Check for package statement, check for import statements. 3. If blah, blah, blah, then add import blah, blah. I wrote a generic one that could be used whenever I needed to so something like that to lots of files, e.g. change the packag

Re: JSP Compile Errors

2002-10-27 Thread Ian Darwin
> I need to make sure that these Java libraries are included when my JSP's > are compiled: > > java.io.* > java.util.* > > I am migrating from another application server that added these to my JSP's > and now will have the daunting task of manually importing these on every > JSP that we have. 1) W

JSP Compile Errors

2002-10-25 Thread Dustin Brown
Hello All. I need to make sure that these Java libraries are included when my JSP's are compiled: java.io.* java.util.* I am migrating from another application server that added these to my JSP's and now will have the daunting task of manually importing these on every JSP that we have. Any thou

DO NOT REPLY [Bug 13956] New: - XSI Namespace Declaration Causing JSP Compile Errors

2002-10-24 Thread bugzilla
gzilla/show_bug.cgi?id=13956 XSI Namespace Declaration Causing JSP Compile Errors Summary: XSI Namespace Declaration Causing JSP Compile Errors Product: Tomcat 4 Version: 4.1.12 Platform: PC OS/Version: Windows XP Status: NEW Se

Re: Compile errors

2001-09-18 Thread Remy Maucherat
> On Mon, 17 Sep 2001, Jon Stevens wrote: > > > Date: Mon, 17 Sep 2001 21:25:33 -0700 > > From: Jon Stevens <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: tomcat-dev <[EMAIL PROTECTED]> > > Subject: Compile errors > > > >

Re: Compile errors

2001-09-18 Thread cmanolache
On Tue, 18 Sep 2001, Craig R. McClanahan wrote: > Today, if you download (say) the 3.2 source tree and build it, in an > environment that doesn't have JSSE installed, the build script will > silently create a incomplete distribution for you, because it will > silently exclude building SSLServerSo

Re: Compile errors

2001-09-18 Thread Craig R. McClanahan
On Mon, 17 Sep 2001, Jon Stevens wrote: > Date: Mon, 17 Sep 2001 21:25:33 -0700 > From: Jon Stevens <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: tomcat-dev <[EMAIL PROTECTED]> > Subject: Compile errors > > I'm trying to build off the tomcat-4.0

Compile errors

2001-09-17 Thread Jon Stevens
I'm trying to build off the tomcat-4.0 branch and it isn't working... It seems that for some reason, the copying of the files over to the build directory is commented out. Why is that? It says that one cannot re-distribute the JSSE stuff, but this is for BUILDING, not distribution. The distributi

J34: Parsing compile errors

2001-06-10 Thread cmanolache
Hi, Next step on line mapping is finding the JSP line that caused the compiler error. For that we need to parse the compile error. Does anyone know any existing code or some magic to get to a consistent format ? Costin