jruby-core maven artifact has broken dependencies
-------------------------------------------------

                 Key: JRUBY-5848
                 URL: http://jira.codehaus.org/browse/JRUBY-5848
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6.2, JRuby 1.6.1, JRuby 1.6
            Reporter: kristian meier
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.6.3
         Attachments: pom.xml

following issues pop up with using jruby-core maven artifact:

* jline-1.0.jar is not on maven central (jruby-1.6.0 references a jline on 
maven central !)
* jffi-native.jar is missing completely since not part of jffi and not part of 
any referenced dependency (feature or bug ?)
* jaffl-0.5.9.jar does not work - it seems to be out dated since copying the 
jaffl.jar from JRUBY_HOME/build_lib does work

attached is pom.xml which can start a fresh rails3 application:
{noformat}
$ mvn  # should start the rails server which fails

$ mvn -Pinstall-jaffl # will install the jaffl from 
JRUBY_HOME/build_lib/jaffl.jar
{noformat}

after that with some little modifications of the classpath - using jline-0.9.94 
which is on maven central and add jffi-native and finally using the copied 
jaffl.jar it works:

{noformat}
$ mvn -Pworking
{noformat}



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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


Reply via email to