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

Jean-Louis Boudart commented on IVY-1391:
-----------------------------------------

Error seems to came from XmlModuleDescriptorParser.extendsStarted() : 

{code:java}
DefaultExtendsDescriptor ed = new DefaultExtendsDescriptor(
                    parent,
                    attributes.getValue("location"),
                    (String[]) extendTypes.toArray(new 
String[extendTypes.size()]),
                    local);
{code}

attributes.getValue("location") can be null if not set, this value is then 
stored in [module]-[rev]-parents.properties. The value is never resolved 
correctly.
                
> IvyPublish fails when using extend tags with no explicit location attribute
> ---------------------------------------------------------------------------
>
>                 Key: IVY-1391
>                 URL: https://issues.apache.org/jira/browse/IVY-1391
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.3.0-RC2
>            Reporter: Jean-Louis Boudart
>
> IvyPublish fails to resolve parent when using extends tag with no explicit 
> location attribute.
> It fails with the following error :
> {code}
> Caused by: java.text.ParseException: Unable to parse included ivy file for 
> apache#extends-parent;latest.integration
> {code}

--
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