sbunciak

openshift java7 compilation error

Apr 25th, 2012
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Repository ssh://[email protected]/~/git/java7.git/
  2.  
  3. Stopping application...
  4. Done
  5. ~/git/java7.git ~/git/java7.git
  6. ~/git/java7.git
  7. Found pom.xml... attempting to build with 'mvn -e clean package -Popenshift -DskipTests'
  8. Apache Maven 3.0.3 (r1075437; 2011-06-20 13:22:37-0400)
  9. Maven home: /etc/alternatives/maven-3.0
  10. Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
  11. Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre
  12. Default locale: en_US, platform encoding: ANSI_X3.4-1968
  13. OS name: "linux", version: "2.6.32-220.7.1.el6.x86_64", arch: "i386", family: "unix"
  14. [INFO] Scanning for projects...
  15. [INFO]
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Building JBoss AS Quickstarts: kitchensink 7.1.1-SNAPSHOT
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO]
  20. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-kitchensink ---
  21. [INFO]
  22. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-kitchensink ---
  23. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  24. [INFO] Copying 2 resources
  25. [INFO]
  26. [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ jboss-as-kitchensink ---
  27. [INFO] Compiling 7 source files to /var/lib/stickshift/2530767c7508435198f2b5f49e8504de/java7/runtime/repo/target/classes
  28. [INFO] -------------------------------------------------------------
  29. [ERROR] COMPILATION ERROR :
  30. [INFO] -------------------------------------------------------------
  31. [ERROR] Failure executing javac, but could not parse the error:
  32. javac: invalid target release: 1.7
  33. Usage: javac <options> <source files>
  34. use -help for a list of possible options
  35.  
  36. [INFO] 1error
  37. [INFO] -------------------------------------------------------------
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] BUILD FAILURE
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] Total time: 14.493s
  42. [INFO] Finished at: Wed Apr 25 08:17:11 EDT 2012
  43. [INFO] Final Memory: 5M/109M
  44. [INFO] ------------------------------------------------------------------------
  45. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project jboss-as-kitchensink: Compilation failure
  46. [ERROR] Failure executing javac, but could not parse the error:
  47. [ERROR] javac: invalid target release: 1.7
  48. [ERROR] Usage: javac <options> <source files>
  49. [ERROR] use -help for a list of possible options
  50. [ERROR] -> [Help 1]
  51. [ERROR]
  52. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  53. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  54. [ERROR]
  55. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  56. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  57. Emptying tmp dir: /var/lib/stickshift/2530767c7508435198f2b5f49e8504de/java7/jbossas-7/standalone/tmp/auth
  58. Emptying tmp dir: /var/lib/stickshift/2530767c7508435198f2b5f49e8504de/java7/jbossas-7/standalone/tmp/vfs
  59. Emptying tmp dir: /var/lib/stickshift/2530767c7508435198f2b5f49e8504de/java7/jbossas-7/standalone/tmp/work
  60. Starting application...
  61. Done
Advertisement
Add Comment
Please, Sign In to add comment