[Added some documentation. bjorn@bringert.net**20041201130043] < > { adddir ./doc hunk ./Makefile 58 - mkdir -p doc - $(JAVADOC) -d doc $(SRC) + mkdir -p doc/javadoc + $(JAVADOC) -d doc/javadoc $(SRC) addfile ./README hunk ./README 1 - +Some utilities for building dialog systems with Java and OAA. + +Requirements: + +- OOA 2.3.0 (http://www.ai.sri.com/oaa/distribution/v2.3/) + +Compile: + +$ make addfile ./doc/dialogutil.html hunk ./doc/dialogutil.html 1 - + + + +
+ +Björn Bringert, +bringert@cs.chalmers.se +
+ ++The +README +file describes how to build the library. +
+ +JavaDoc for the Dialogutil API.
+ +JavaDoc for the API can also be built using make javadoc.
+ +There is a +dialogutil darcs repo with the development version. +Get darcs here.
+ + + }