README for Scaffold_0.31

Known working build/run tools:
1) Sun JDK 1.6
2) Apache ant 1.6.5

Directories:
- Scaffold - source code for Scaffold framework
- examples - example applications built using Scaffold
- build_install - build artifacts (jars, shell scripts to run examples)

HOWTO build:
- unpack Scaffold_0.31 archive (e.g. tar -zxvf <archive>, unzip <archive>)
- cd Scaffold_0.31
- ant clean (cleans previous build)
- ant (builds Scaffold and examples)

  Build artifacts installed in build_install directory

HOWTO run:
- Generated scripts ./build_install/bin/<Application>, e.g.:
  ./build_install/bin/ZipTool (unix shell script)
  ./build_install/bin/ZipTool.bat (Windows batch file)

  Generated scripts use java installed in build_install/jdk if
  available; otherwise use system java command.

- Manual execution:
  java com.meldcraft.application.container.ApplicationManager <path.to.MyApplication>
