You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2009/01/13 00:05:59 UTC

[jira] Commented: (IVY-1000) Bad artifact type is resolved (source is used instead of jar)

    [ https://issues.apache.org/jira/browse/IVY-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663142#action_12663142 ] 

Maarten Coene commented on IVY-1000:
------------------------------------

Does your retrieve pattern contains the [classifier] token?
If it doesn't, both jaxws-tools-2.1.4-sources.jar and jaxw-tools-2.1.4.jar will map to the same filename.

> Bad artifact type is resolved (source is used instead of jar)
> -------------------------------------------------------------
>
>                 Key: IVY-1000
>                 URL: https://issues.apache.org/jira/browse/IVY-1000
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0-RC2
>         Environment: jdk 1.5.0_13
> ant 1.7.1
> osx 10.5.5 
>            Reporter: lalyos
>
> i have the following dependency in my ivy.xml:
> 		<dependency name="jaxws-tools" org="com.sun.xml.ws" rev="2.1.4" />   
> the ivy retrive reports a conflict on it, and decide to jaxws-tools-2.1.4-sources.jar instead of jaxws-tools-2.1.4.jar
> [ivy:retrieve] downloading http://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-tools/2.1.4/jaxws-tools-2.1.4-sources.jar ...
> [ivy:retrieve] ............... (512kB)
> [ivy:retrieve] .. (0kB)
> [ivy:retrieve] 	[SUCCESSFUL ] com.sun.xml.ws#jaxws-tools;2.1.4!jaxws-tools.jar(source) (2337ms)
> [ivy:retrieve] downloading http://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-tools/2.1.4/jaxws-tools-2.1.4.jar ...
> [ivy:retrieve] .............................................................................................................................................................................................(498kB)
> [ivy:retrieve] .. (0kB)
> [ivy:retrieve] 	[SUCCESSFUL ] com.sun.xml.ws#jaxws-tools;2.1.4!jaxws-tools.jar (1534ms)
> [ivy:retrieve] :: resolution report :: resolve 5486ms :: artifacts dl 3899ms
> [ivy:retrieve] 	:: evicted modules:
> [ivy:retrieve] 	org.jvnet.staxex#stax-ex;RELEASE by [org.jvnet.staxex#stax-ex;1.2] in [default]
> [ivy:retrieve] 	javax.xml.stream#stax-api;1.0 by [javax.xml.stream#stax-api;1.0-2] in [default]
> 	---------------------------------------------------------------------
> 	|                  |            modules            ||   artifacts   |
> 	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
> 	---------------------------------------------------------------------
> 	|      default     |   19  |   1   |   1   |   2   ||   18  |   2   |
> 	---------------------------------------------------------------------
> [ivy:retrieve] :: retrieving :: aarf-ndc#zeppelin-ext-ws
> [ivy:retrieve] 	confs: [default]
> [ivy:retrieve] 	conflict on /Users/lalyos/prj/zeppelin/trunk/zeppelin-ext-ws/lib/default/jaxws-tools.jar in [default]: 2.1.4 won

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