PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3159 *** shadow/3159 Fri Aug 17 10:51:44 2001 --- shadow/3159.tmp.19955 Fri Aug 17 10:51:44 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | HTMLEntities.res not found | + +----------------------------------------------------------------------------+ + | Bug #: 3159 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Linux | + | Priority: Other Component: org.apache.xalan.serial | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + in org/apache/xalan/templates/html_output.properties + there is a reference to 'HTMLEntities.res' without a path. + + So if you run the serializer, it tries to locate the file in the + path you ran 'java', and obviously the file is not there. + + Currently I unpack the jar, remove the line in the html_output property + file, and repack the jar. It is a quick fix but not the way to handle this..
