--------------------------------------------------------------------------- README for QT4XML --------------------------------------------------------------------------- The following instructions assume that you have downloaded only one of the QT4XML.tar.gz files. If both are downloaded, they need to be in separate directories and the following instructions are to be run individually on each of them. After downloading QT4XML.tar.gz do the following: 1. gunzip QT4XML.tar.gz 2. tar -xvf QT4XML.tar This will create a directory QT4XML with the following contents: Files/ JavaFiles/ META-INF/ Query/ compute/ compute.jar docs/ engine/ java.policy run runQT4XML.html xml4j_1_1_14.jar xmltool.jar The Files directory contains the DTD files that are to be used to build the query. The JavaFiles directory will contain the .java files created when the user clicks create_classes button on the QT4XML designer tool. The Query directory will contain the query as designed by the user using QT4XML, and also the query in Poet OQL form as a file qry.oql when the generate button is clicked. The docs directory contains the java documentation for the classes used in QT4XML. 3. Make sure the CLASSPATH and path are set for jdk1.2 and the current directory is also in the CLASSPATH 4. cd {installdirectory}/QT4XML 5. In the file runQT4XML.html, the parameter SERVERNAME might need to be set, if there are such instructions on the page you downloaded this from, else it remains the same. 6. type ./run Currently only Memo.dtd has corresponding files in the database. The other dtd files will build the query only.