JasonWongYH / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

Test App For Espresso fails to build with maven 3.1 #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mvn package

What is the expected output? What do you see instead?
Expected:
[INFO] Test App For Espresso ............................. SUCCESS

Actual:
[INFO] Test App For Espresso ............................. FAILURE

What version of the product are you using? On what operating system?

I'm using this rev on OS X 10.9.
https://code.google.com/p/android-test-kit/source/detail?r=b49a13f06e5e832fa4569
00345ba47cb739637f7

Please provide any additional information below.
Stack trace is here:
https://gist.github.com/bootstraponline/7120504

Original issue reported on code.google.com by m...@bootstraponline.com on 23 Oct 2013 at 3:06

GoogleCodeExporter commented 9 years ago
I get the testapp to build, but only after making compatibility jars in 
android-sdk extras available in my location maven repository (they are not on 
maven central).

I used this tool: https://github.com/mosabua/maven-android-sdk-deployer (mvn 
install -P 4.3 was enough).

Original comment by vale...@google.com on 24 Oct 2013 at 5:20

GoogleCodeExporter commented 9 years ago
This bug is specifically about maven 3.1 support. It builds for me using maven 
3.0.5 and not 3.1.1. The upstream issue is: 
https://code.google.com/p/maven-android-plugin/issues/detail?id=395

To confirm, it builds for you using maven 3.1.1?

Original comment by m...@bootstraponline.com on 24 Oct 2013 at 1:20