Mailing List Archive

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: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
DO NOT REPLY [Bug 7019] - build failed in GermanStemmer on platform with default encoding GBK [ In reply to ]
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

otis@apache.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED



------- Additional Comments From otis@apache.org 2002-04-30 15:16 -------
I'm closing this bug as the encoding was added to build.xml and
default.properties, so it is now specified when the code is compiled.
If this still doesn't fix the bug, please re-open this bug.
I've contacted Che Dong, the bug reporter, to try this change.

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>