Actions
Bug #211
closedAndroid client build fails with release settings
Start date:
03/28/2013
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Description
The android client fails to build with the following mvn command
mvn -Prelease clean javadoc:javadoc javadoc:jar source:jar install
Log is attached
Files
Updated by Tobias Wich over 11 years ago
- Target version changed from 1.0.2 to 1.1.0
Updated by Dirk Petrautzki over 11 years ago
- Status changed from New to Feedback
- Assignee set to Dirk Petrautzki
- Reviewer set to Tobias Wich
For me it works after adding the following three lines to proguard.cfg:
-dontwarn org.dom4j.**
-dontwarn ch.qos.**
-dontwarn org.apache.**
Can you confirm this?
Updated by Tobias Wich over 11 years ago
The build works with this fix, does the client also work without problems?
Updated by Dirk Petrautzki over 11 years ago
I tested the resulting apk without problems.
Updated by Tobias Wich over 11 years ago
- Target version changed from 1.1.0 to 1.0.2
Actions