Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Seems like, this kata has issues only in Java language. Let's wait till someone reslove the issue.

  • Default User Avatar

    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?