agit icon indicating copy to clipboard operation
agit copied to clipboard

Intergration tests: Proguard finds duplicate zip entries

Open Vanuan opened this issue 12 years ago • 3 comments

There's something wrong with Agit integration tests. They fail on proguard step: https://travis-ci.org/Vanuan/agit/builds/3564805

Vanuan avatar Dec 08 '12 13:12 Vanuan

I think the cause of this error is that proguard is run twice: the first time for agit itself and the second time for agit-integration-tests. And the result is not cleaned between runs.

Vanuan avatar Dec 08 '12 16:12 Vanuan

So the workaround is to run clean every time.

Vanuan avatar Dec 08 '12 18:12 Vanuan

The problem is that JUnit has its own copy of org.hamcrest package which causes conflicts.

Vanuan avatar Dec 10 '12 22:12 Vanuan