You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2002/04/29 12:56:11 UTC

DO NOT REPLY [Bug 7019] - build failed in GermanStemmer on platform with default encoding GBK

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7019>.
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=7019

build failed in GermanStemmer on platform with default encoding GBK





------- Additional Comments From raymond@ibase.com.hk  2002-04-29 10:56 -------
This bug could fixed by specifiy the file encoding as follow:

<javac 
  encoding="ISO-8859-1" 
  srcdir="${src.dir}:${build.src}" 
  includes="org/**/*.java" destdir="${build.classes}" debug="${debug}">
  <classpath refid="classpath" /> 
</javac>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>