gzilla/show_bug.cgi?id=31233
jsp compile errors with Chinese Characters
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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
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-
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
--
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:
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
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
--
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
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
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
gzilla/show_bug.cgi?id=13956
XSI Namespace Declaration Causing JSP Compile Errors
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
gzilla/show_bug.cgi?id=21978
Certain tag file pathnames lead to compile errors
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|REOPENED|RE
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()
--
gzilla/show_bug.cgi?id=21978
Certain tag file pathnames lead to compile errors
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|RESOLVED|RE
gzilla/show_bug.cgi?id=21978
Certain tag file pathnames lead to compile errors
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
gzilla/show_bug.cgi?id=21978
Certain tag file pathnames lead to compile errors
[EMAIL PROTECTED] changed:
What|Removed |Added
Keywords||PatchAva
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:
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:
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
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
> 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
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
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
> 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
> >
> >
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
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
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
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
28 matches
Mail list logo