You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2008/05/24 13:15:55 UTC

[jira] Resolved: (IVYDE-41) Dependencies are not resolved in IDE

     [ https://issues.apache.org/jira/browse/IVYDE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-41.
----------------------------------

    Resolution: Cannot Reproduce
      Assignee:     (was: Xavier Hanin)

I have tested with the trunk, I works fine (apart from issues with jta, which is not related to IvyDE but [something wrong with the pom.xml | http://www.nabble.com/Installing-a-jar-to-local-repos-td17409482.html#a17418230]).
Martin, if you still have issues, please reopen, and with logs from the IvyConsole.

> Dependencies are not resolved in IDE
> ------------------------------------
>
>                 Key: IVYDE-41
>                 URL: https://issues.apache.org/jira/browse/IVYDE-41
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 1.1.0
>            Reporter: Martin Aubele
>            Priority: Critical
>
> Modules with dependencies (i.e. hibernate) are not resolved correctly in the IDE. Only the hibernate.jar is loaded in this example. 
> This is the ivy.xml:
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <ivy-module version="1.0">
>     <info 
>         organisation=""
>         module="ivy"
>         status="integration">
> 	</info><dependencies>
> 	
> 	<dependency org="hibernate" name="hibernate" rev="2.1.8" transitive="true"/></dependencies>
> </ivy-module>
> If i try to load by the <ivy:retrieve /> ant task everything works. In IDE only hibernate.jar is loaded.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.