This comment is hidden because it contains spoiler information about the solution
Seems like, this kata has issues only in Java language. Let's wait till someone reslove the issue.
Anyone else having issues with the pound sign in Java. Keep getting "error: unmappable character for encoding ASCII".
Error: Command failed: javac -verbose -cp /home/codewarrior -d /home/codewarrior -sourcepath /home/codewarrior -cp /usr/local/groovy/lib/junit-4.12.jar:/usr/local/groovy/lib/hamcrest-core-1.3.jar /home/codewarrior/Kata.java /home/codewarrior/BonusTimeTest.java ./frameworks/java/CwRunListener.java [parsing started RegularFileObject[/home/codewarrior/Kata.java]] [parsing completed 28ms] /home/codewarrior/BonusTimeTest.java:10: error: unmappable character for encoding ASCII assertEquals((wellConfigured?"??":"\u00A3")+"100000",Kata.bonusTime(10000, true)); ^ /home/codewarrior/BonusTimeTest.java:10: error: unmappable character for encoding ASCII assertEquals((wellConfigured?"??":"\u00A3")+"100000",Kata.bonusTime(10000, true));
...
These days I have this problem in java and I can't do any kata ...
I have the same issue MaddyBaddy has in this kata.
Error: Command failed: javac -verbose -cp /home/codewarrior -d /home/codewarrior -sourcepath /home/codewarrior -cp /usr/local/groovy/lib/junit-4.12.jar:/usr/local/groovy/lib/hamcrest-core-1.3.jar /home/codewarrior/Kata.java /home/codewarrior/BonusTimeTest.java ./frameworks/java/CwRunListener.java [parsing started RegularFileObject[/home/codewarrior/Kata.java]] /home/codewarrior/Kata.java:7: error: reached end of file while parsing }
This program works on my computer but here i get this error message. Any Idea?
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
Seems like, this kata has issues only in Java language. Let's wait till someone reslove the issue.
Anyone else having issues with the pound sign in Java. Keep getting "error: unmappable character for encoding ASCII".
Error: Command failed: javac -verbose -cp /home/codewarrior -d /home/codewarrior -sourcepath /home/codewarrior -cp /usr/local/groovy/lib/junit-4.12.jar:/usr/local/groovy/lib/hamcrest-core-1.3.jar /home/codewarrior/Kata.java /home/codewarrior/BonusTimeTest.java ./frameworks/java/CwRunListener.java
[parsing started RegularFileObject[/home/codewarrior/Kata.java]]
[parsing completed 28ms]
/home/codewarrior/BonusTimeTest.java:10: error: unmappable character for encoding ASCII
assertEquals((wellConfigured?"??":"\u00A3")+"100000",Kata.bonusTime(10000, true));
^
/home/codewarrior/BonusTimeTest.java:10: error: unmappable character for encoding ASCII
assertEquals((wellConfigured?"??":"\u00A3")+"100000",Kata.bonusTime(10000, true));
...
These days I have this problem in java and I can't do any kata ...
I have the same issue MaddyBaddy has in this kata.
Error: Command failed: javac -verbose -cp /home/codewarrior -d /home/codewarrior -sourcepath /home/codewarrior -cp /usr/local/groovy/lib/junit-4.12.jar:/usr/local/groovy/lib/hamcrest-core-1.3.jar /home/codewarrior/Kata.java /home/codewarrior/BonusTimeTest.java ./frameworks/java/CwRunListener.java
[parsing started RegularFileObject[/home/codewarrior/Kata.java]]
/home/codewarrior/Kata.java:7: error: reached end of file while parsing
}
This program works on my computer but here i get this error message. Any Idea?