selendroid / demoproject-selendroid

Demonstrates how to test an Android app using selendroid with maven. Tests are checking a native and a hybrid cordova app and the mobile web.
http://selendroid.io/quickStart.html
47 stars 95 forks source link

Creating Jar file #11

Closed 4nguru closed 10 years ago

4nguru commented 10 years ago

Hi,

I am trying to build selendroid on windows. The APks are generate, however I donot have instructions to create Jar file selendroid-standalone-0.10.0-with-dependencies.jar.

Please help with the instructions and what goes into the jar file.

Regards Guru

lukeis commented 10 years ago

you don't need to generate it, it's built for you already:

https://github.com/selendroid/selendroid/releases

if you really want to build it, then clone the selendroid repo: https://github.com/selendroid/selendroid

and run mvn package the jar will be in the selendroid-standalone/target folder.