Stephen Haberman created IVYDE-342:
--------------------------------------

             Summary: IvyDE requires newer version than Ivy provides
                 Key: IVYDE-342
                 URL: https://issues.apache.org/jira/browse/IVYDE-342
             Project: IvyDE
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Stephen Haberman


In the Ivy project, the META-INF/MANIFEST.MF has:

Export-Package: org.apache.ivy;version="2.0.0",
 org.apache.ivy.ant;version="2.0.0"

But in IvyDE, the feature.xml has:

<import plugin="org.apache.ivy" version="2.1.0" match="compatible"/>

So when I was building a local "ivyde.zip" file to use when our outstanding 
patches to Ivy/IvyDE (via putting the jars into our ECLIPSE_HOME/dropins 
directory), OSGi could not start IvyDE  because it's Ivy requirement couldn't 
be satisfied.

After I changed Ivy's MANIFEST.MF to export version="2.4.0" (for all of the 
exported packages), then it started working just fine.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to