source: gs3-extensions/i-greenstone-server/trunk/src/COMPILE.sh@ 26683

Last change on this file since 26683 was 26683, checked in by davidb, 11 years ago

Introduced COMPILE.sh to tidy up on how the i-jetty source code is compiled and the final apk file moved to the top-level directory. Changes made to README.txt to reflect this

  • Property svn:executable set to *
File size: 354 bytes
Line 
1#!/bin/sh
2
3echo "Compiling i-jetty-ui source code"
4cd i-jetty-3.1/i-jetty-ui \
5 && mvn clean install \
6 && cd ../..
7
8echo "Copying compiled apk to top-level"
9/bin/cp i-jetty-3.1/i-jetty-ui/target/i-jetty-3.1-aligned.apk .
10
11echo
12echo "***"
13echo "* Now install on Android device by running:"
14echo "* adb install i-jetty-3.1-aligned.apk"
15echo "***"
16echo
Note: See TracBrowser for help on using the repository browser.