Kaydet (Commit) a6b81f76 authored tarafından Kalman Szalai - KAMI's avatar Kalman Szalai - KAMI Kaydeden (comit) Fridrich Štrba

apache-commons-build-fix-invalid-chars.diff: Fix build

Fixing build breakage in apache-common module when you use UTF-8 based locale in the build system
üst d1b83c6e
......@@ -58,6 +58,9 @@ OUT2CLASS=dist$/commons-httpclient.jar
COMMONS_LOGGING_JAR=..$/..$/..$/..$/$(INPATH)$/class$/commons-logging-1.1.1-SNAPSHOT.jar
COMMONS_CODEC_JAR=..$/..$/..$/..$/$/$(INPATH)$/class$/commons-codec-1.3.jar
ANT_OPTS+="-Dfile.encoding=ISO-8859-1"
.EXPORT : ANT_OPTS
.IF "$(JAVACISGCJ)"=="yes"
JAVA_HOME=
.EXPORT : JAVA_HOME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment