Difference between revisions of "Projects:Go Bible/Go Bible Creator"
From CrossWire Bible Society
David Haslam (talk | contribs) m (→The -Xmx128m parameter: Required parameter -xmx128m) |
David Haslam (talk | contribs) (→Optional parameters: added text) |
||
Line 14: | Line 14: | ||
==== Optional parameters ==== | ==== Optional parameters ==== | ||
+ | |||
+ | There are two optional parameters: | ||
+ | |||
+ | '''-d''' | ||
+ | :Specifies a source text directory where all Source-Text folders will be relative to. See below for more details on the Source-Text property in the "collections text" file. | ||
+ | |||
+ | '''-u''' | ||
+ | :Update option: Using this option Go Bible Creator will update existing JAR files if they exist rather than create new ones. The source text will not be parsed nor will new Bible data be generated however everything else we be updated including the GoBibleCore, book names, UI properties, JAD file, manifest, etc. This option is useful if the source text hasn't changed and there hasn't been any change to the Go Bible Data Format, as it will be much quicker to process each collection. This option first makes a backup copy of the original JAD and JAR files. | ||
=== The Collections File === | === The Collections File === |
Revision as of 15:01, 14 March 2011
- New page under construction.
Contents
Introduction
Go Bible Creator is a tool for converting Bible texts into Go Bible Java ME applications that can be loaded onto suitable mobile phones. Go Bible Creator is a Java application and requires Java SE (Runtime Environment).
Download Go Bible Creator
Before Running Go Bible Creator
Running Go Bible Creator
Required parameter -xmx128m
Optional parameters
There are two optional parameters:
-d
- Specifies a source text directory where all Source-Text folders will be relative to. See below for more details on the Source-Text property in the "collections text" file.
-u
- Update option: Using this option Go Bible Creator will update existing JAR files if they exist rather than create new ones. The source text will not be parsed nor will new Bible data be generated however everything else we be updated including the GoBibleCore, book names, UI properties, JAD file, manifest, etc. This option is useful if the source text hasn't changed and there hasn't been any change to the Go Bible Data Format, as it will be much quicker to process each collection. This option first makes a backup copy of the original JAD and JAR files.