Skip to content

Instantly share code, notes, and snippets.

@dmilith
Created January 26, 2009 00:40
Show Gist options
  • Select an option

  • Save dmilith/52636 to your computer and use it in GitHub Desktop.

Select an option

Save dmilith/52636 to your computer and use it in GitHub Desktop.
compile-jruby:
[apt] Compiling 728 source files to /Users/dmilith/Projects/jruby/build/classes/jruby
[apt] warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated, java.lang.SuppressWarnings, org.jruby.anno.JRubyConstant, org.jruby.anno.JRubyModule, java.lang.annotation.Retention, java.lang.annotation.Target]
[apt] 1 warning
[apt] /Users/dmilith/Projects/jruby/src/org/jruby/anno/JavaMethodDescriptor.java:74: cannot find symbol
[apt] symbol : method copyOfRange(java.lang.Class[],int,int)
[apt] location: class java.util.Arrays
[apt] argumentTypes = Arrays.copyOfRange(parameters, (hasContext ? 1 : 0), parameters.length - (hasBlock ? 1 : 0));
[apt] ^
[apt] Note: Some input files use unchecked or unsafe operations.
[apt] Note: Recompile with -Xlint:unchecked for details.
[apt] 1 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment