[
https://issues.apache.org/jira/browse/IVY-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée moved IVYDE-357 to IVY-1458:
--------------------------------------------
Affects Version/s: (was: 2.2.0.final)
Key: IVY-1458 (was: IVYDE-357)
Project: Ivy (was: IvyDE)
> 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.1.5#6160)