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
22
23
24
#!
# $1 - Path to Collections folder, eg. "KJV 512KB"
# $2 - other parameters eg. -u

set version=2.2.6

if (! -e ../../Release/$version) then
mkdir -p ../../Release/$version
endif

set file = "$1"

set zipFile = "../../Release/$version/Go Bible $file $version.zip"
echo $zipFile
if (! -e "$zipFile") then
echo " Running GoBibleCreator..."
java -Xmx128m -jar ../../GoBibleCreator/src/GoBibleCreator.jar $2 -d "../../source_text" "$file/$file.txt"
cd "$file"
echo " Zipping..."
zip "../$zipFile" *.jad *.jar
cd ..
endif


Show details Hide details

Change log

r151 by jolonf on Mar 29, 2008   Diff
Extra GoBibleCreator arguments can be
passed in to both MakeAll.sh and
MakeCollection.sh which will be passed
onto GoBibleCreator.
Go to: 
Project members, sign in to write a code review

Older revisions

r140 by jolonf on Mar 28, 2008   Diff
Removed Croatian and made changes to
shell scripts to support extra level
of language directories.
r132 by jolonf on Mar 28, 2008   Diff
Changed the Source-Text properties so
that they no longer included the
source_text path, instead it is passed
to GoBibleCreator, this makes it
easier to move the Collections.txt
...
r116 by jolonf on Mar 28, 2008   Diff
Split MakeAll.sh into two shell
scripts so that a collection can be
made individually.
All revisions of this file

File info

Size: 530 bytes, 24 lines

File properties

svn:executable
*
Hosted by Google Code