You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2007/01/08 22:20:27 UTC

[jira] Resolved: (IVY-162) ivy.xml doesn't contain all the dependencies

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

Maarten Coene resolved IVY-162.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

> 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