diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BUILD.TXT	Sat Mar 21 11:00:06 2009 +0000
@@ -0,0 +1,21 @@
+Before attempting to compile, ensure that there is a link from the current berkeley Db Java binary (found in dbjava) to dbjava/je.jar.
+
+On Windows systems, simply copy the current Berkeley DB/Java binary in dbjava to je.jar
+
+The build of the original installer is not included and currently disabled as it will be replaced with the new installer shortly.
+
+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:
+
+ant clean
+ant compile
+
+A basic release can be built with:
+
+ant clean
+ant release
+
+A working set of jars can build with:
+
+ant clean
+ant jars
+