You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Johannes Fiala <an...@fwd.at> on 2003/05/03 13:06:31 UTC

SOLVED: Patch to allow JspC javaEncoding being set as parameter in build.xml (Tomcat-specific)

Hi there,

(Tomcat-specific)
I had complained earlier at this forum about the javaEncoding not being 
handled properly by catalina-ant.
==>
I just created a patch which allows the javaEncoding to be set to any 
encoding you like (it was hard-coded to UTF-8 in TC 4.1.24 + TC 5.0.1).

More info: http://www.fwd.at/tomcat/build-using-ant-howto.html

It has been tested with TC 4.1.24 + TC 5.0.1

Johannes