[
https://issues.apache.org/jira/browse/NIFI-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930184#comment-15930184
]
ASF subversion and git services commented on NIFI-3615:
-------------------------------------------------------
Commit 47c6718fe26c27b957f6b4a30f57eaf4089630ec in nifi's branch
refs/heads/master from [~mcgilman]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=47c6718 ]
NIFI-3615:
- Removing hidden control characters.
This closes #1599
Signed-off-by: Scott Aslan <[email protected]>
> build fails (master branch) on Windows due to illegal character
> ---------------------------------------------------------------
>
> Key: NIFI-3615
> URL: https://issues.apache.org/jira/browse/NIFI-3615
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Environment: Windows 10, Windows Server 2008
> Reporter: Michael Moser
> Assignee: Matt Gilman
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building nifi-web-ui 1.2.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> ...
> [INFO] --- yuicompressor-maven-plugin:1.5.1:compress (minify) @ nifi-web-ui
> ---
> ...
> [ERROR]
> D:\dev\workspace\nifi\nifi-nar-bundles\nifi-framework-bundle\nifi-framework\nifi-web\nifi-web-ui\src\main\webapp\js\nf\canvas\nf-canvas-utils.js
> [118:26]: illegal character
> [ERROR]
> ...D:\dev\workspace\nifi\nifi-nar-bundles\nifi-framework-bundle\nifi-framework\nifi-web\nifi-web-ui\src\main\webapp\js\nf\canvas\nf-canvas-utils.js:line
> 118:column 26:illegal character
> });
> There are Unicode line separator U+2028 characters at the end of that line.
> There are several more in other Java script files.
> nf-canvas-utils.js
> line 118
> nf-connection.js
> lines 1934, 1942, 1949, 1955, 1965, 1969
> nf-process-group.js
> lines 1259, 1262, 1265, 1268, 1271, 1275
> I'm not sure how to get the yuicompressor-maven-plugin to accept these
> characters because its default encoding is already UTF-8.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)