Skip to content

Instantly share code, notes, and snippets.

@bleathem
Created May 15, 2013 15:25
Show Gist options
  • Save bleathem/5584823 to your computer and use it in GitHub Desktop.
Save bleathem/5584823 to your computer and use it in GitHub Desktop.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] bootstrap class path not set in conjunction with -source 1.6
/home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,46] error: cannot find symbol
[ERROR] package org.richfaces.arquillian.browser
/home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,0] error: static import only from classes and interfaces
[ERROR] /home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,46] error: cannot find symbol
[ERROR] package org.richfaces.arquillian.browser
/home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,0] error: static import only from classes and interfaces
[ERROR]
T extends Object declared in method <T>guardXhr(T)
/home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[89,12] error: cannot find symbol
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:26.711s
[INFO] Finished at: Wed May 15 08:22:56 PDT 2013
[INFO] Final Memory: 104M/338M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project richfaces: Compilation failure: Compilation failure:
[ERROR] bootstrap class path not set in conjunction with -source 1.6
[ERROR] /home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,46] error: cannot find symbol
[ERROR] package org.richfaces.arquillian.browser
[ERROR] /home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,0] error: static import only from classes and interfaces
[ERROR] /home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,46] error: cannot find symbol
[ERROR] package org.richfaces.arquillian.browser
[ERROR] /home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[27,0] error: static import only from classes and interfaces
[ERROR]
[ERROR] T extends Object declared in method <T>guardXhr(T)
[ERROR] /home/bleathem/workspace/richfaces/richfaces5/framework/src/test/integration/org/richfaces/ui/select/ITSelectKeyboardSelection.java:[89,12] error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment