You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Jean-Louis Boudart (JIRA)" <ji...@apache.org> on 2014/11/24 20:09:13 UTC

[jira] [Resolved] (EASYANT-71) Offline mode does not retrieve transitive dependencies of the project

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

Jean-Louis Boudart resolved EASYANT-71.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10
         Assignee: Jean-Louis Boudart

> Offline mode does not retrieve transitive dependencies of the project
> ---------------------------------------------------------------------
>
>                 Key: EASYANT-71
>                 URL: https://issues.apache.org/jira/browse/EASYANT-71
>             Project: EasyAnt
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.10
>         Environment: N/A
>            Reporter: Jérôme Leroux
>            Assignee: Jean-Louis Boudart
>             Fix For: 0.10
>
>         Attachments: 0001-easyant-Fix-issue-EASYANT-71.patch, 0001-easyant-plugins-Fix-issue-EASYANT-71.patch, EASYANT-71.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> When going in offline mode with the target {{offline:go-offline}}, the transitive dependencies of the project are not retrieved.
> For example, with the following {{module.ivy}} file, the dependencies of {{jetty}} are not retrieved:
> {code:xml}
> <ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
>     <info organisation="org.apache.easyant" module="standard-java-app" revision="0.1" status="integration">
>         <ea:plugin module="rat" revision="0.9" />
>     </info>
>     <dependencies>
>         <dependency org="junit" name="junit" rev="4.4" />
>         <!-- Add a dependency with transitive dependencies -->
>         <dependency org="org.mortbay.jetty" name="jetty" rev="6.1.14" />
>     </dependencies>
> </ivy-module>
> {code}



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