Created
April 7, 2014 14:42
-
-
Save chrisseaton/10021616 to your computer and use it in GitHub Desktop.
This file contains 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
$ mvn -Ptruffle | |
[INFO] Scanning for projects... | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9000.dev | |
[WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/requireTest-1.0.jar will be unresolvable by dependent projects @ line 93, column 19 | |
[WARNING] | |
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
[WARNING] | |
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
[WARNING] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] JRuby | |
[INFO] JRuby Core | |
[INFO] JRuby Lib Setup | |
[INFO] JRuby Integration Tests | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building JRuby 9000.dev | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-parent --- | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building JRuby Core 9000.dev | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-core --- | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building JRuby Lib Setup 9000.dev | |
[INFO] ------------------------------------------------------------------------ | |
[WARNING] The POM for org.jruby.gems:jruby-openssl:gem:0.9.5.dev-SNAPSHOT is missing, no dependency information available | |
[WARNING] The POM for org.jruby.gems:jruby-readline:gem:1.0.dev-SNAPSHOT is missing, no dependency information available | |
[WARNING] The POM for org.jruby.gems:jruby-ripper:gem:2.1.0.dev-SNAPSHOT is missing, no dependency information available | |
Downloading: http://rubygems-proxy.torquebox.org/releases/org/jruby/jruby-core/9000.dev/jruby-core-9000.dev.jar | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] JRuby ............................................. SUCCESS [0.262s] | |
[INFO] JRuby Core ........................................ SUCCESS [0.119s] | |
[INFO] JRuby Lib Setup ................................... FAILURE [0.757s] | |
[INFO] JRuby Integration Tests ........................... SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 1.312s | |
[INFO] Finished at: Mon Apr 07 15:42:01 BST 2014 | |
[INFO] Final Memory: 9M/312M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal on project jruby-lib: Could not resolve dependencies for project org.jruby:jruby-lib:pom:9000.dev: The following artifacts could not be resolved: org.jruby:jruby-core:jar:9000.dev, org.jruby.gems:jruby-openssl:gem:0.9.5.dev-SNAPSHOT, org.jruby.gems:jruby-readline:gem:1.0.dev-SNAPSHOT, org.jruby.gems:jruby-ripper:gem:2.1.0.dev-SNAPSHOT: Could not find artifact org.jruby:jruby-core:jar:9000.dev in rubygems-releases (http://rubygems-proxy.torquebox.org/releases) -> [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/DependencyResolutionException | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <goals> -rf :jruby-lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment