Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 590 Bytes

File metadata and controls

15 lines (10 loc) · 590 Bytes

resteasy-client-android

JBoss RESTEasy Client API 3.0.5.Final ported to Android

BUILD INSTRUCTIONS

  1. Follow the instructions in lib/INSTALL.txt to install the required Maven dependencies.
  2. Go into jaxrs/ and run "mvn -N install".
  3. Go into jaxrs/resteasy-jaxrs/ and run "mvn install".
  4. Go into jaxrs/resteasy-client/ and run "mvn install".
  5. (Optional) Go into jaxrs/providers/jaxb/ and run "mvn install".

If successful, the Android versions of resteasy-jaxrs, resteasy-client and resteasy-jaxb-provider will be installed to your local Maven repository.