Skip to content

Instantly share code, notes, and snippets.

@qmx
Created May 19, 2012 00:47
Show Gist options
  • Save qmx/2728389 to your computer and use it in GitHub Desktop.
Save qmx/2728389 to your computer and use it in GitHub Desktop.
[INFO] compile-annotation-binder:
[INFO] [javac] Compiling 18 source files to /Volumes/v2/git/jruby/build/classes/jruby
[INFO] [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[INFO] [javac] /Volumes/v2/git/jruby/src/org/jruby/util/cli/Options.java:33: error: cannot find symbol
[INFO] [javac] import org.jruby.runtime.Constants;
[INFO] [javac] ^
[INFO] [javac] symbol: class Constants
[INFO] [javac] location: package org.jruby.runtime
[INFO] [javac] /Volumes/v2/git/jruby/src/org/jruby/util/cli/Options.java:53: error: cannot find symbol
[INFO] [javac] public static final Option<Integer> COMPILE_CHAINSIZE = integer(COMPILER, "compile.chainsize", Constants.CHAINED_COMPILE_LINE_COUNT_DEFAULT, "Set the number of lines at which compiled bodies are \"chained\".");
[INFO] [javac] ^
[INFO] [javac] symbol: variable Constants
[INFO] [javac] location: class Options
[INFO] [javac] /Volumes/v2/git/jruby/src/org/jruby/util/cli/Options.java:81: error: cannot find symbol
[INFO] [javac] public static final Option<Integer> JIT_THRESHOLD = integer(JIT, "jit.threshold", Constants.JIT_THRESHOLD, "Set the JIT threshold to the specified method invocation count.");
[INFO] [javac] ^
[INFO] [javac] symbol: variable Constants
[INFO] [javac] location: class Options
[INFO] [javac] /Volumes/v2/git/jruby/src/org/jruby/util/cli/Options.java:82: error: cannot find symbol
[INFO] [javac] public static final Option<Integer> JIT_MAX = integer(JIT, "jit.max", Constants.JIT_MAX_METHODS_LIMIT, "Set the max count of active methods eligible for JIT-compilation.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment