[
https://issues.apache.org/jira/browse/FLINK-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580684#comment-14580684
]
ASF GitHub Bot commented on FLINK-2199:
---------------------------------------
GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/821
[FLINK-2199] Escape UTF characters in Scala Shell welcome squirrel.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/flink fixWindowsBuild
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/821.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #821
----
commit 30dfcb9c509c1eed678f514047bb4f8a6354dbb3
Author: Fabian Hueske <[email protected]>
Date: 2015-06-10T15:43:05Z
[FLINK-2199] Escape UTF characters in Scala Shell welcome squirrel.
----
> Build with skipped tests fails on Windows
> -----------------------------------------
>
> Key: FLINK-2199
> URL: https://issues.apache.org/jira/browse/FLINK-2199
> Project: Flink
> Issue Type: Bug
> Components: Scala Shell
> Affects Versions: 0.9
> Environment: Windows 8.1, Java 7, Maven 3.3.3
> Reporter: Fabian Hueske
> Assignee: Fabian Hueske
> Fix For: 0.9
>
>
> Building Flink with skipped tests ({mvn -DskipTests clean install}) fails
> with Scala checkstyle violations (line length limit exceeded) in
> {flink-scala-shell} {FlinkILoop}. The problem is caused be the special
> characters used for the squirrel logo in lines 148 to 179. Windows seems to
> interpret these characters as multi-chars causing too long lines.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)