comparison BUILD.TXT @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc0c5604566
1 Before attempting to compile, ensure that there is a link from the current berkeley Db Java binary (found in dbjava) to dbjava/je.jar.
2
3 On Windows systems, simply copy the current Berkeley DB/Java binary in dbjava to je.jar
4
5 The build of the original installer is not included and currently disabled as it will be replaced with the new installer shortly.
6
7 See docs/dev-guide.html for additional information on building blitz but once the steps above have been performed a build can be done with:
8
9 ant clean
10 ant compile
11
12 A basic release can be built with:
13
14 ant clean
15 ant release
16
17 A working set of jars can build with:
18
19 ant clean
20 ant jars
21