Last active
August 29, 2015 13:57
-
-
Save trevmex/9560470 to your computer and use it in GitHub Desktop.
Mac OS X build failure for gs-rest-service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ uname -a | |
Darwin 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64 | |
$ java -version | |
java version "1.7.0_25" | |
Java(TM) SE Runtime Environment (build 1.7.0_25-b15) | |
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode) | |
$ mvn -version | |
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400) | |
Maven home: /usr/local/Cellar/maven/3.1.1/libexec | |
Java version: 1.6.0_65, vendor: Apple Inc. | |
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home | |
Default locale: en_US, platform encoding: MacRoman | |
OS name: "mac os x", version: "10.9.1", arch: "x86_64", family: "mac" | |
$ mvn clean package | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building gs-rest-service 0.1.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-rest-service --- | |
[INFO] Deleting /Users/tmenag200/Sites/gs-rest-service/complete/target | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-rest-service --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/main/resources | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/main/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-rest-service --- | |
[INFO] Compiling 3 source files to /Users/tmenag200/Sites/gs-rest-service/complete/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-rest-service --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-rest-service --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ gs-rest-service --- | |
[INFO] No tests to run. | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-rest-service --- | |
[INFO] Building jar: /Users/tmenag200/Sites/gs-rest-service/complete/target/gs-rest-service-0.1.0.jar | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:1.0.0.RC4:repackage (default) @ gs-rest-service --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 5.382s | |
[INFO] Finished at: Fri Mar 14 21:24:37 EDT 2014 | |
[INFO] Final Memory: 14M/81M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.0.0.RC4:repackage (default) on project gs-rest-service: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.0.0.RC4:repackage failed: Plugin org.springframework.boot:spring-boot-maven-plugin:1.0.0.RC4 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.6 at specified path /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar -> [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/PluginResolutionException | |
$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ uname -a | |
Darwin 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64 | |
$ java -version | |
java version "1.7.0_25" | |
Java(TM) SE Runtime Environment (build 1.7.0_25-b15) | |
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode) | |
$ mvn -version | |
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400) | |
Maven home: /usr/local/Cellar/maven/3.1.1/libexec | |
Java version: 1.6.0_65, vendor: Apple Inc. | |
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home | |
Default locale: en_US, platform encoding: MacRoman | |
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac" | |
$ mvn clean package | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building gs-rest-service 0.1.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-rest-service --- | |
[INFO] Deleting /Users/tmenag200/Sites/gs-rest-service/complete/target | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-rest-service --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/main/resources | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/main/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-rest-service --- | |
[INFO] Compiling 3 source files to /Users/tmenag200/Sites/gs-rest-service/complete/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-rest-service --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-rest-service --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ gs-rest-service --- | |
[INFO] No tests to run. | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-rest-service --- | |
[INFO] Building jar: /Users/tmenag200/Sites/gs-rest-service/complete/target/gs-rest-service-0.1.0.jar | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:1.0.0.RC4:repackage (default) @ gs-rest-service --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 4.906s | |
[INFO] Finished at: Fri Mar 14 21:47:58 EDT 2014 | |
[INFO] Final Memory: 14M/81M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.0.0.RC4:repackage (default) on project gs-rest-service: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.0.0.RC4:repackage failed: Plugin org.springframework.boot:spring-boot-maven-plugin:1.0.0.RC4 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.6 at specified path /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar -> [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/PluginResolutionException | |
$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ uname -a | |
Darwin 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64 | |
$ java -version | |
java version "1.7.0_25" | |
Java(TM) SE Runtime Environment (build 1.7.0_25-b15) | |
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode) | |
$ export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home" | |
$ mvn -version | |
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400) | |
Maven home: /usr/local/Cellar/maven/3.1.1/libexec | |
Java version: 1.7.0_25, vendor: Oracle Corporation | |
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre | |
Default locale: en_US, platform encoding: UTF-8 | |
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac" | |
$ mvn clean package | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building gs-rest-service 0.1.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-rest-service --- | |
[INFO] Deleting /Users/tmenag200/Sites/gs-rest-service/complete/target | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-rest-service --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/main/resources | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/main/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-rest-service --- | |
[INFO] Compiling 3 source files to /Users/tmenag200/Sites/gs-rest-service/complete/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-rest-service --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/tmenag200/Sites/gs-rest-service/complete/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-rest-service --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ gs-rest-service --- | |
[INFO] No tests to run. | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-rest-service --- | |
[INFO] Building jar: /Users/tmenag200/Sites/gs-rest-service/complete/target/gs-rest-service-0.1.0.jar | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:1.0.0.RC4:repackage (default) @ gs-rest-service --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 4.288s | |
[INFO] Finished at: Fri Mar 14 22:08:28 EDT 2014 | |
[INFO] Final Memory: 14M/39M | |
[INFO] ------------------------------------------------------------------------ | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment