My favorites | Sign in
Logo
             
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GoBibleCore Build Instructions
==============================

Ant is used to build GoBibleCore using the build.xml file. Some additional libraries must first be acquired before GoBibleCore will successfully build. These are:

- Antenna
- WTK
- Microemulator

Antenna is an extension to Ant which provides tasks specific for JavaME application development. It can be downloaded from: http://antenna.sourceforge.net/

Place the antenna JAR file into the lib subdirectory and modify the taskdef tag in the build.xml file to point to the JAR, eg:

<taskdef resource="antenna.properties" classpath="lib/antenna-bin-0.9.13.jar"/>

The next line in the build.xml file sets the home directory of your WTK installation, by default I have set it to the path to MPowerPlayer on Mac OS X, however you may want to set it to the WTK directory. Either way you need either Sun's WTK or MPowerPlayer to build GoBibleCore.

GoBibleCore uses the NokiaUI API and therefore needs the class definitions in the API. I use the Nokia UI and WMA jar files provided by Microemulator. You can change these to something else if you like, either way you will probably need to modify the paths to point to your Microemulator installation directory.

Once these libraries have been set up you can simply build by typing 'ant' at the command line (without the single quotes).

Show details Hide details

Change log

r30 by jolonf on Feb 17, 2008   Diff
Initial commit.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1345 bytes, 21 lines
Hosted by Google Code