; ; $Id$ ; ; Copyright (c) 2001, RIACA, Eindhoven University of Technology (TU/e). ; All Rights Reserved. ; INSTALL ------- INSTALLING THE TAG LIBRARY -------------------------- To build, install and use the tag library you should: 1- Bild the tag library executing sh build.sh jar on TAGLIBHOME. 2- Place the taglibrary file on the WEB-INF/lib/ directory of your web application. -------------------- Alternative to 2 2'- Copy the class files on /build/obj/share/classes/nl/tue/win/riaca/ida/taglib/ to the subdirectory WEB-INF/classes/nl/tue/win/riaca/ida/taglib/ of your web application. --------------------- 3- Copy the file /src/share/tld/ida.tld to a directory inside the WEB-INF directory of your web application, namely WEB-INF/tlds/ida.tld 4- Then you should add the declaration of the taglib to your WEB-INF/web.xml file. In our case something like http://riaca.win.tue.nl/ida /WEB-INF/tld/ida.tld NOTE: ----- -I only have tested the tag library using tomcat4.0.b7. Anyway the implementation of the taglibrary follows the JSP 1.2 specification and it should work with any compliant Web container. -Please mind that to get everything working you will have to add to your CLASPATH all the jar files on wich the tag library depends on: the OpenMath library, the Phrasebooks implementations, etc. DOCUMENTATION: -------------- A "complete" documentation, descriving all the tags, can be found on TAGLIBHOME/doc/. (Browse at TAGLIBHOME/doc/index.thml). EXAMPLES: --------- If you build the mathml version of the book you will find them in build/mathml/jsp/examples. In the future these examples should be move to some other place (but we will keep them there by now). Please, send me comments back to (ereinald@win.tue.nl). E.R.B