Project

General

Profile

Actions

Bug #211

closed

Android client build fails with release settings

Added by Tobias Wich about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Target version:
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

android_build.log (95.7 KB) android_build.log Tobias Wich, 03/28/2013 06:15 PM
Actions #1

Updated by Tobias Wich about 11 years ago

  • Target version changed from 1.0.2 to 1.1.0
Actions #2

Updated by Dirk Petrautzki almost 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?

Actions #3

Updated by Tobias Wich almost 11 years ago

The build works with this fix, does the client also work without problems?

Actions #4

Updated by Dirk Petrautzki almost 11 years ago

I tested the resulting apk without problems.

Actions #5

Updated by Tobias Wich almost 11 years ago

  • Target version changed from 1.1.0 to 1.0.2
Actions #6

Updated by Tobias Wich almost 11 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF