Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7542817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:16:07+00:00 2026-05-30T08:16:07+00:00

I’m getting this error when I try to add jruby as a dependency using

  • 0

I’m getting this error when I try to add jruby as a dependency using the ivy Eclipse plugin:

Impossible to resolve dependencies of com.restphone#;working@James-Moores-iMac.local
unresolved dependency: org.jruby.extras#bytelist;1.0.8: not found

This is in my ivy.xml:

 <dependency org="org.jruby" 
  name="jruby-complete" 
  rev="1.6.6" />

And this is in ivysettings.xml:

<ivysettings>
    <settings defaultResolver="chain"/>
    <resolvers>
        <chain name="chain">
            <ibiblio name="codehaus" m2compatible="true" root="http://repository.codehaus.org/"/>
        </chain>
    </resolvers>
</ivysettings>

But according to the jruby mailing list, jruby has NO dependencies for runtime, compile or
test scope
.

Do I need to give the ivy plugin more information somewhere?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T08:16:09+00:00Added an answer on May 30, 2026 at 8:16 am

    In my opinion it’s always a good idea to specify a configuration mapping for your dependencies.

    The following ivy file worked fine for me. As described, only the ruby jar was downloaded.

    <ivy-module version="2.0">
        <info organisation="org.demo" module="demo"/>
        <configurations>
            <conf name="compile"/>
            <conf name="runtime" extends="compile"/>
            <conf name="test"    extends="runtime"/>
        </configurations>
        <dependencies>
             <dependency org="org.jruby" name="jruby-complete" rev="1.6.6" conf="compile->default"/>
        </dependencies>
    </ivy-module>
    

    Here I have mapped my local “compile” configuration to the default remote configuration. (In a Maven module, the default ivy configuration translates to the “compile” scope).


    I dug into the remote POM file:

      <properties>
        <jar.scope>provided</jar.scope>
        ..
        ..
    
        <dependency>
          <groupId>org.jruby.joni</groupId>
          <artifactId>joni</artifactId>
          <scope>${jar.scope}</scope>
        </dependency>
        <dependency>
          <groupId>org.jruby.extras</groupId>
          <artifactId>jnr-netdb</artifactId>
          <scope>${jar.scope}</scope>
        </dependency>
        ...
    

    All the extra depedencies have been declared in the “provided” Maven scope.

    Couple of issues:

    1)
    In Maven the provided scope is used for jars which are required for compiling that module. They do not need to be packaged because they are part of the target runtime environment. Similarily such dependencies are not needed as transitive dependencies for your module and hence don’t need to downloaded.

    2)
    All the jars are all located in the Maven Central repository. The following settings file would retrieve everything, if you chose to omit the ivy configuration mapping

    <ivysettings>
        <property name="ivy.checksums" value=""/>
        <settings defaultResolver="chain"/>
        <resolvers>
            <chain name="chain">
                <ibiblio name="central" m2compatible="true"/>
            </chain>
        </resolvers>
    </ivysettings>
    

    3)
    The following error is caused by a junk checksum. My provided settings file disables this check… something you are advised not to do on a remote repository

    [ivy:resolve] :::: WARNINGS
    [ivy:resolve]   problem while downloading module descriptor: http://repo1.maven.org/maven2/org/jruby/extras/bytelist/1.0.8/bytelist-1.0.8.pom: invalid sha1: expected=e40ee094403473e43f71e21cf9cbf71f08d2098b computed=a9627bc7e42f886e290985367040794adb676320 (977ms)
    [ivy:resolve]       module not found: org.jruby.extras#bytelist;1.0.8
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I am reading a book about Javascript and jQuery and using one of the
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.