PerfectCarl created IVYDE-357:
---------------------------------
Summary: Support apklib dependencies for Android projects
Key: IVYDE-357
URL: https://issues.apache.org/jira/browse/IVYDE-357
Project: IvyDE
Issue Type: Bug
Affects Versions: 2.2.0.final
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)