Bug #211
closed
Android client build fails with release settings
Added by Tobias Wich over 11 years ago.
Updated over 11 years ago.
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
- Target version changed from 1.0.2 to 1.1.0
- 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?
The build works with this fix, does the client also work without problems?
I tested the resulting apk without problems.
- Target version changed from 1.1.0 to 1.0.2
- Status changed from Feedback to Closed
Also available in: Atom
PDF