Created
June 1, 2012 21:23
-
-
Save ceki/2855213 to your computer and use it in GitHub Desktop.
bootstrap results
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
(1.6.0) het ~/tesla-home/tesla >./bootstrap.sh | |
which: no ant in (/usr/bin:/usr/local/bin:c:\usr\bin:c:\usr\local\bin:/java/jdk1.6.0_23/bin/) | |
Using /java/apache-ant-1.8.4/bin/ant | |
Buildfile: C:\home\ceki\tesla-home\tesla\build.xml | |
clean-bootstrap: | |
initTaskDefs: | |
[echo] Building Eclipse Tesla ... | |
isMavenHomeSet: | |
init: | |
[echo] maven.home = /home/ceki/tesla-home/tesla/ | |
[echo] maven.repo.local = /home/ceki/tesla-home/repo | |
[echo] distributionId = eclipse-tesla | |
[echo] distributionName = Eclipse Tesla | |
[echo] distributionDirectory = apache-maven | |
prompt-maven-home-exists: | |
[input] skipping input as property maven.home.exists.continue has already been set. | |
pull: | |
[artifact:pom] Downloading: io/tesla/tesla/4/tesla-4.pom from repository central at http://central | |
[artifact:pom] Error transferring file: central | |
[artifact:pom] [WARNING] Unable to get resource 'io.tesla:tesla:pom:4' from repository central (http://central): Error transferring file: central | |
[artifact:pom] Downloading: io/tesla/tesla/4/tesla-4.pom from repository nexus at http://repository.tesla.io:8081/nexus/content/groups/public/ | |
[artifact:pom] Unable to locate resource in repository | |
[artifact:pom] [INFO] Unable to find resource 'io.tesla:tesla:pom:4' in repository nexus (http://repository.tesla.io:8081/nexus/content/groups/public/) | |
[artifact:pom] Downloading: io/tesla/tesla/4/tesla-4.pom from repository central at http://repo1.maven.org/maven2 | |
[artifact:pom] Unable to locate resource in repository | |
[artifact:pom] [INFO] Unable to find resource 'io.tesla:tesla:pom:4' in repository central (http://repo1.maven.org/maven2) | |
[artifact:pom] An error has occurred while processing the Maven artifact tasks. | |
[artifact:pom] Diagnosis: | |
[artifact:pom] | |
[artifact:pom] Unable to initialize POM dependencies.xml: Cannot find parent: io.tesla:tesla for project: org.apache.maven:maven:pom:3.0.4-SNAPSHOT for pro | |
ject org.apache.maven:maven:pom:3.0.4-SNAPSHOT | |
[artifact:pom] Unable to download the artifact from any repository | |
[artifact:pom] | |
BUILD FAILED | |
C:\home\ceki\tesla-home\tesla\build.xml:112: Unable to initialize POM dependencies.xml: Cannot find parent: io.tesla:tesla for project: org.apache.maven:ma | |
ven:pom:3.0.4-SNAPSHOT for project org.apache.maven:maven:pom:3.0.4-SNAPSHOT | |
Total time: 3 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment