maven build of JRuby 1.6.3 fails on Linux Fedora 15 ---------------------------------------------------
Key: JRUBY-5955 URL: https://jira.codehaus.org/browse/JRUBY-5955 Project: JRuby Issue Type: Bug Components: Miscellaneous Affects Versions: JRuby 1.6.3 Environment: Linux Fedora 15. [philippe@victor jruby-1.6.3]$ mvn --version /usr/lib/jvm/java-openjdk Apache Maven 2.2.1 (rNON-CANONICAL_2011-06-28_14-50_mockbuild; 2011-06-28 16:50:25+0200) Java version: 1.6.0_22 Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux" version: "2.6.38.8-35.fc15.i686" arch: "i386" Family: "unix" Reporter: Philippe Vouters Priority: Blocker Fix For: JRuby 1.6.4 $ cd jruby-1.6.3/ $ mvn clean install ends up with: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) jline:jline:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=jline -DartifactId=jline -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=jline -DartifactId=jline -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.jruby:jruby:jar:1.6.3 2) jline:jline:jar:1.0 ---------- 1 required artifact is missing. for artifact: org.jruby:jruby:jar:1.6.3 from the specified remote repositories: central (http://repo1.maven.org/maven2), __jpp_pom_repo__ (file:///usr/share/maven-poms), __jpp_repo2__ (file:///usr/share/maven/repository), __jpp_repo__ (file:///usr/share/maven2/repository) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 30 seconds [INFO] Finished at: Sat Jul 30 15:08:51 CEST 2011 [INFO] Final Memory: 21M/107M [INFO] ------------------------------------------------------------------------ [philippe@victor jruby-1.6.3]$ -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email