[
https://issues.apache.org/jira/browse/GEODE-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565971#comment-16565971
]
ASF subversion and git services commented on GEODE-5508:
--------------------------------------------------------
Commit 0cc84703fcfcaa04dbddee296b83ef17170c60a5 in geode's branch
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0cc8470 ]
GEODE-5508 Reverts change from GEODE-5492 that broke UTF-8 and manifests
Invoking 'tasks' within taskGraph.whenReady() does not get all tasks,
but only the tasks for the current project. Move the whenReady() back
within a subprojects closure to get correct behavior back
Signed-off-by: Finn Southerland <[email protected]>
> Fix build on Windows - encoding issue
> -------------------------------------
>
> Key: GEODE-5508
> URL: https://issues.apache.org/jira/browse/GEODE-5508
> Project: Geode
> Issue Type: Bug
> Components: build
> Reporter: Jens Deppe
> Assignee: Jens Deppe
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Building on windows fails with:
> {noformat}
> > Task :geode-junit:compileJava
> > Task :geode-junit:processResources NO-SOURCE
> > Task :geode-junit:classes
> > Task :geode-junit:jar
> C:\var\vcap\data\houdini-windows\containers\00003g7fag8\tmp\build\28c4f8c4\built-geode\test\geode-core\src\test\java\org\apache\geode\cache\query\data\Portfolio.java:152:
> error: unmappable character for encoding Cp1252
> unicodeṤtring = i % 2 == 0 ? "ṤṶ��?" : "Ṥ��?Ṷ";
> ^
> C:\var\vcap\data\houdini-windows\containers\00003g7fag8\tmp\build\28c4f8c4\built-geode\test\geode-core\src\test\java\org\apache\geode\cache\query\data\Portfolio.java:152:
> error: unmappable character for encoding Cp1252
> unicodeṤtring = i % 2 == 0 ? "ṤṶ��?" : "Ṥ��?Ṷ";
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)