Guest User

Untitled

a guest
Apr 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. compile-jruby:
  2. [javac] Compiling 760 source files to /Users/djberge/jruby/build/classes/jruby
  3. [javac] /Users/djberge/jruby/src/org/jruby/RubyRegexp.java:278: cannot find symbol
  4. [javac] symbol : method getUserOptions()
  5. [javac] location: class org.joni.Regex
  6. [javac] ((pat.getUserOptions() & REGEX_QUOTED) != 0) == quote) { // cache hit
  7. [javac] ^
  8. [javac] /Users/djberge/jruby/src/org/jruby/RubyRegexp.java:283: cannot find symbol
  9. [javac] symbol : method setUserOptions(int)
  10. [javac] location: class org.joni.Regex
  11. [javac] if (quote) pattern.setUserOptions(REGEX_QUOTED);
  12. [javac] ^
  13. [javac] Note: Some input files use unchecked or unsafe operations.
  14. [javac] Note: Recompile with -Xlint:unchecked for details.
  15. [javac] 2 errors
  16.  
  17. BUILD FAILED
  18. /Users/djberge/jruby/build.xml:268: The following error occurred while executing this line:
  19. /Users/djberge/jruby/build.xml:172: The following error occurred while executing this line:
  20. /Users/djberge/jruby/build.xml:136: Compile failed; see the compiler error output for details.
Add Comment
Please, Sign In to add comment