Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 64478 invoked from network); 8 Oct 2002 04:45:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Oct 2002 04:45:36 -0000 Received: (qmail 11003 invoked by uid 97); 8 Oct 2002 04:46:21 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 10938 invoked by uid 97); 8 Oct 2002 04:46:20 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 10922 invoked by uid 50); 8 Oct 2002 04:46:20 -0000 Date: 8 Oct 2002 04:46:20 -0000 Message-ID: <20021008044620.10921.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 13084] - jsp compilation with jikes fails X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13084 jsp compilation with jikes fails ------- Additional Comments From hoju@visi.com 2002-10-08 04:46 ------- I'm trying to use jikes-1.17 under windows and it has the same issue. No - encoding option. However, there are already bugs reported on this on the jikes site. See: http://oss.software.ibm.com/developerworks/bugs/? func=detailbug&bug_id=2645&group_id=10 and http://oss.software.ibm.com/developerworks/bugs/? func=detailbug&bug_id=2889&group_id=10 and http://oss.software.ibm.com/developerworks/bugs/? func=detailbug&bug_id=2963&group_id=10 Looks like the solution is here: There is no iconv support under Windows and the ICU support requires ICU so you would need to build it yourself. I don't see any way to build a Windows version that supports -encoding. Oh, also there are cross compile problems since we could not detect iconv support even if it existed. It seems like fixing the docs to mention that this option is not available on all systems is the way to go. This is because Windows does not support encoding transformations by default, and we don't want to ship a secondary .dll to accompany Jikes. If you want encoding, you must download the iconv package, build it, then build Jikes yourself. Or else write your own decoder and contribute it as a patch. So, if someone took their advice and did a custom compile of jikes to enable the -encoding option and provided it to the Tomcat community, our problems would be solved. Anyone have the knowledge and time to do this? Jake -- To unsubscribe, e-mail: For additional commands, e-mail: