Bug #1235
d1_common_java not compiling
100%
Description
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/hudson/work/jobs/d1_common_java/workspace/d1_common_java/src/main/java/org/dataone/service/mn/MemberNodeHealth.java:[40,17] unmappable character for encoding UTF8
/home/hudson/work/jobs/d1_common_java/workspace/d1_common_java/src/main/java/org/dataone/service/mn/MemberNodeHealth.java:[40,31] unmappable character for encoding UTF8
History
#1 Updated by Dave Vieglais almost 14 years ago
Additional info - the error was first encountered with a checkin by Chad of apparently unrelated changes:
Summary
added a class to handle parsing of the nodeList and a test to test it
Revision 3018 by berkley:
added a class to handle parsing of the nodeList and a test to test it
/software/cicore/trunk/d1_common_java/src/main/java/org/dataone/service/mn/MemberNodeHealth.java
/software/cicore/trunk/d1_common_java/src/main/java/org/dataone/service/NodeListParser.java
/software/cicore/trunk/d1_common_java/src/test/java/org/dataone/service/NodeListParserTest.java
Is the editor configured to use UTF-8 encoding?
#2 Updated by Dave Vieglais almost 14 years ago
- Target version set to Sprint-2011.03
- Position set to 1
#3 Updated by Dave Vieglais almost 14 years ago
- Status changed from New to Closed
Problems were:
Source was not saved in utf-8
MS style quote characters were used in a comment.
Spurious chars removed from comment section and source saved as UTF-8