Bin Lan created IVYDE-381:
-----------------------------

             Summary: IvyDE ignores apache orbit jars.
                 Key: IVYDE-381
                 URL: https://issues.apache.org/jira/browse/IVYDE-381
             Project: IvyDE
          Issue Type: Bug
            Reporter: Bin Lan


We need some jars from jetty that are repackaged as OSGi package in orbit. And 
command line ivy can resolve the issue no problem, but IvyDE refuse to download 
the jar files.

You can duplicate this by simply using the hello-ivy project from ivy download 
and add some dependencies from orbit to see it.

Here is my ivy.xml:
{code}
<ivy-module version="2.0">
    <info organisation="org.apache" module="hello-ivy"/>
    <dependencies>
        <dependency org="commons-lang" name="commons-lang" rev="2.0"/>
        <dependency org="commons-cli" name="commons-cli" rev="1.0"/>
        <dependency org="org.eclipse.jetty.orbit" name="javax.el" 
rev="2.2.0.v201303151357" />
    </dependencies>
</ivy-module>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to