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

Maarten Coene reassigned IVY-162:
---------------------------------

    Assignee: Maarten Coene  (was: Xavier Hanin)

> ivy.xml doesn't contain all the dependencies
> --------------------------------------------
>
>                 Key: IVY-162
>                 URL: https://issues.apache.org/jira/browse/IVY-162
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 1.3-RC1
>            Reporter: Maarten Coene
>         Assigned To: Maarten Coene
>             Fix For: 1.5
>
>
> The ivy.xml file doesn't contain all the required dependencies. It is missing 
> 'junit.jar' and 'ant.jar'.
> This patch fixes this:
> Index: C:/projects/ivy/ivy/ivy.xml
> ===================================================================
> --- C:/projects/ivy/ivy/ivy.xml       (revision 215)
> +++ C:/projects/ivy/ivy/ivy.xml       (working copy)
> @@ -4,8 +4,10 @@
>              status="integration"
>       />
>       <dependencies>
> +             <dependency org="apache" name="ant" rev="1.6.5" conf="default" 
> />
>               <dependency org="apache" name="commons-httpclient" rev="3.0" 
> conf="default"/>
>               <dependency org="apache" name="commons-cli" rev="1.0" 
> conf="default"/>
> +             <dependency org="apache" name="junit" rev="3.8.1" 
> conf="default" />
>               <dependency org="apache" name="oro" rev="2.0.8" conf="default"/>
>       </dependencies>
>  </ivy-module>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to