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 2014/04/01 23:25:19 UTC

[jira] [Resolved] (IVY-1458) Support apklib dependencies for Android projects

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

Maarten Coene resolved IVY-1458.
--------------------------------

    Resolution: Not a Problem

Please remove the type attribute from your <dependency>-element, that should solve the problem.

> Support apklib dependencies for Android projects
> ------------------------------------------------
>
>                 Key: IVY-1458
>                 URL: https://issues.apache.org/jira/browse/IVY-1458
>             Project: Ivy
>          Issue Type: Bug
>            Reporter: PerfectCarl
>
> At the moment apklib dependencies are not supported.
> The following configuration:
> {code:xml}
>  <dependency
>     name="actionbarsherlock"
>     org="com.actionbarsherlock"
>     rev="4.4.0"
>     type="apklib" />
>     </dependencies>
> {code}
> yields the error: 
> {code}
> Some projects fail to be resolved
> Impossible to resolve dependencies of org.androidannotations#test-otto;working@SwXXX
> unresolved dependency: com.actionbarsherlock#actionbarsherlock;4.4.0: several problems occurred while resolving dependency: com.actionbarsherlock#actionbarsherlock;4.4.0 {*=[*]}:
> 	java.text.ParseException: inconsistent module descriptor file found in 'http://repo1.maven.org/maven2/com/actionbarsherlock/actionbarsherlock/4.4.0/actionbarsherlock-4.4.0.pom': bad type found in http://repo1.maven.org/maven2/com/actionbarsherlock/actionbarsherlock/4.4.0/actionbarsherlock-4.4.0.pom: expected='apklib' found='null';
> 	java.text.ParseException: inconsistent module descriptor file found in 'http://repo1.maven.org/maven2/com/actionbarsherlock/actionbarsherlock/4.4.0/actionbarsherlock-4.4.0.pom': bad type found in http://repo1.maven.org/maven2/com/actionbarsherlock/actionbarsherlock/4.4.0/actionbarsherlock-4.4.0.pom: expected='apklib' found='null';
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)