This is an abandoned project. I am making the source freely available
so that others may continue my work, if so inclined. Please don't contact
me about the inner workings of this project as I've probably forgotten
the details already. :)

To build this project, you will need:

 * CLDC 1.0.x reference implementation for your operating system.
   Specifically, you will need the preverify tool and compiled classes.
   See <http://java.sun.com/products/cldc/>. Mac OS X users (which is what
   I am), see <http://mpowers.net/midp-osx/>.

 * ProGuard. See <http://proguard.sourceforge.net/>. Just copy
   proguard.jar to your Ant installation's lib directory.

 * The JarSizeFix Ant task. This really isn't necessary, but it's nice
   to have around. (Otherwise you have to manually edit the .jad file
   after each build.) Get it from Sun's PeekAndPick demo at
   <http://developers.sun.com/techtopics/mobility/applications/peekandpick/>.

 * MIDP for Palm OS. Only necessary if you want to build a Palm .prc file.
   See <http://java.sun.com/products/midp4palm/>.

Just edit the properties at the top of build.xml to point to the
correct locations.

- Allan Saddi
  allan@saddi.com
