[
https://issues.apache.org/jira/browse/WINK-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728631#action_12728631
]
Nadav Fischer commented on WINK-58:
-----------------------------------
It actually means that:
1) The illegal characters in OpenSearchImage.java and
OpenSearchDescription.java need to be fixed
2) The illegal characters in AtomTest.java are there on purpose for testing
reasons so there's nothing to fix :-)
> A few source files contain illegal UTF-8 characters that the compile warns
> about
> --------------------------------------------------------------------------------
>
> Key: WINK-58
> URL: https://issues.apache.org/jira/browse/WINK-58
> Project: Wink
> Issue Type: Improvement
> Components: Build
> Affects Versions: 0.1
> Reporter: Nadav Fischer
> Assignee: Nadav Fischer
> Priority: Minor
>
> A few source files contain illegal UTF-8 characters that the compiler warns
> about, for example during compilation of wink-common:
> {noformat}
> [INFO] [compiler:compile]
> [INFO] Compiling 187 source files to
> C:\D\SVN\wink\trunk\wink-common\target\classes
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchImage.java:[58,18]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchImage.java:[63,17]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchImage.java:[68,16]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[186,22]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[191,21]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[196,20]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[256,32]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[262,35]
> unmappable character for encoding UTF-8
> [WARNING]
> C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[268,35]
> unmappable character for encoding UTF-8
> {noformat}
> I want to clean these out by saving the source files as UTF-8
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.