Message7457

Author yyamano
Recipients yyamano
Date 2012-09-10.05:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347256572.29.0.0481128746404.issue1969@psf.upfronthosting.co.za>
In-reply-to
Content
I got the following errors when I build jython. Attached patch fixes the problem.

% ant developer-build
Buildfile: /Users/yyamano/work/jython/jython-bitbucket/jython/build.xml

[snip]

    [javac] /Users/yyamano/work/jython/jython-bitbucket/jython/tests/java/org/python/core/PyByteArrayTest.java:308: ???̕????́A?G???R?[?f?B???O SJIS ?Ƀ}?b?v?ł??܂???B
    [javac]         String ver = "D??rob??e au sang de nos c??urs";
    [javac]                        ^
    [javac] /Users/yyamano/work/jython/jython-bitbucket/jython/tests/java/org/python/core/PyByteArrayTest.java:308: ???̕????́A?G???R?[?f?B???O SJIS ?Ƀ}?b?v?ł??܂???B
    [javac]         String ver = "D??rob??e au sang de nos c??urs";
    [javac]                             ^
    [javac] /Users/yyamano/work/jython/jython-bitbucket/jython/tests/java/org/python/core/PyByteArrayTest.java:308: ???̕????́A?G???R?[?f?B???O SJIS ?Ƀ}?b?v?ł??܂???B
    [javac]         String ver = "D??rob??e au sang de nos c??urs";
    [javac]                                                 ^
    [javac] ?G???[ 3 ??

BUILD FAILED
/Users/yyamano/work/jython/jython-bitbucket/jython/build.xml:574: Compile failed; see the compiler error output for details.
History
Date User Action Args
2012-09-10 05:56:12yyamanosetrecipients: + yyamano
2012-09-10 05:56:12yyamanosetmessageid: <1347256572.29.0.0481128746404.issue1969@psf.upfronthosting.co.za>
2012-09-10 05:56:12yyamanolinkissue1969 messages
2012-09-10 05:56:11yyamanocreate