[ 
https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715983#comment-13715983
 ] 

David Arthur commented on KAFKA-981:
------------------------------------

[~charmalloc], ah yes - that pesky "released versions are immutable" thing. 
Changing Ivy to pull from Apache's repo did the trick.

BTW, I debugged and stepped through Ivy during that error and it was failing on 
the bad part of the XML (the ivy <dependency/> elements). So it was definitely 
caused by the invalid pom.xml.

Now I'm getting failure to resolve "com.sun.jdmk" nonsense, but I can deal with 
that.

Should there be a beta2 release to fix this issue in Maven central?
                
> Unable to pull Kafka binaries with Ivy
> --------------------------------------
>
>                 Key: KAFKA-981
>                 URL: https://issues.apache.org/jira/browse/KAFKA-981
>             Project: Kafka
>          Issue Type: Bug
>          Components: packaging
>    Affects Versions: 0.8
>            Reporter: David Arthur
>            Assignee: Joe Stein
>         Attachments: ant.log, ivy.xml
>
>
> I am trying to pull the published Kafka binary with a simple Ivy file.
> <dependency org="org.apache.kafka" name="kafka_2.9.2" rev="0.8.0-beta1" 
> conf="default->default"/>
> I get the following exception: [ivy:resolve] problem occurred while resolving 
> dependency: org.apache.kafka#kafka_2.9.2;0.8.0-beta1 {default=[default]} with 
> main: java.lang.IllegalArgumentException: null name not allowed

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to