Skip to content

Instantly share code, notes, and snippets.

@stliu
Created October 25, 2012 10:27
Show Gist options
  • Select an option

  • Save stliu/3951881 to your computer and use it in GitHub Desktop.

Select an option

Save stliu/3951881 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
/Users/stliu/projects/hibernate/hibernate-search/hibernate-search-engine/src/test/java/org/hibernate/search/test/backends/BackendQueueProcessorTest.java:[42,2] error: cannot access JmsBackendQueueProcessor
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hibernate Search Aggregator ....................... SUCCESS [1.566s]
[INFO] Hibernate Search Analyzer Framework ............... SUCCESS [1.957s]
[INFO] Hibernate Search Engine ........................... FAILURE [15.120s]
[INFO] Hibernate Search ORM .............................. SKIPPED
[INFO] Hibernate Search .................................. SKIPPED
[INFO] Hibernate Search Testing .......................... SKIPPED
[INFO] Hibernate Search Infinispan Backend ............... SKIPPED
[INFO] Hibernate Search Quickstart ....................... SKIPPED
[INFO] Hibernate Search Integration and Performance Tests SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.566s
[INFO] Finished at: Thu Oct 25 18:27:03 CST 2012
[INFO] Final Memory: 37M/349M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.4:testCompile (default-testCompile) on project hibernate-search-engine: Compilation failure
[ERROR] bootstrap class path not set in conjunction with -source 1.6
[ERROR] /Users/stliu/projects/hibernate/hibernate-search/hibernate-search-engine/src/test/java/org/hibernate/search/test/backends/BackendQueueProcessorTest.java:[42,2] error: cannot access JmsBackendQueueProcessor
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hibernate-search-engine
server:hibernate-search stliu$ java -version
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment