-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (19 loc) · 1.11 KB
/
README
File metadata and controls
24 lines (19 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-------------------------------------------------------------------------------
SYNOPSIS
-------------------------------------------------------------------------------
An appengine web application for looking up verses in the Bible using GWT.
-------------------------------------------------------------------------------
PREREQUISITES
-------------------------------------------------------------------------------
You need to have an installation of GWT and Appengine somehwere on the box.
By default the build will look for them in /usr/local/gwt and
/usr/local/appengine-java-sdk. To set these to a different location, create a
build.properites file and set the values like so:
gwt.sdk=<path-to-gwt>
appengine.sdk=<path-to-gwt>
-------------------------------------------------------------------------------
BUILD
-------------------------------------------------------------------------------
This project is build with ant. So to run all the tests and build the war
file, run the following command:
$ ant war