Guest User

Untitled

a guest
Apr 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. compile-jruby:
  2. [javac] Compiling 400 source files to /home/pouype/sandbox/jruby/build/classes/jruby
  3. [javac] /home/pouype/sandbox/jruby/src/org/jruby/demo/TextAreaReadline.java:158: cannot find symbol
  4. [javac] symbol : method isEmpty()
  5. [javac] location: class java.lang.String
  6. [javac] if (!line.isEmpty()) {
  7. [javac] ^
  8. [javac] /home/pouype/sandbox/jruby/src/org/jruby/demo/TextAreaReadline.java:509: cannot find symbol
  9. [javac] symbol : constructor IOException(java.lang.InterruptedException)
  10. [javac] location: class java.io.IOException
  11. [javac] throw new IOException(e);
  12. [javac] ^
  13. [javac] /home/pouype/sandbox/jruby/src/org/jruby/demo/TextAreaReadline.java:548: cannot find symbol
  14. [javac] symbol : constructor IOException(java.lang.InterruptedException)
  15. [javac] location: class java.io.IOException
  16. [javac] throw new IOException(e);
  17. [javac] ^
  18. [javac] Note: Some input files use unchecked or unsafe operations.
  19. [javac] Note: Recompile with -Xlint:unchecked for details.
  20. [javac] 3 errors
  21.  
  22. BUILD FAILED
  23. /home/pouype/sandbox/jruby/build.xml:290: The following error occurred while executing this line:
  24. /home/pouype/sandbox/jruby/build.xml:185: The following error occurred while executing this line:
  25. /home/pouype/sandbox/jruby/build.xml:142: Compile failed; see the compiler error output for details.
Add Comment
Please, Sign In to add comment