Notes on modifying the source files for CTLX (the Custom Tag Library Extension for UltraDev) The source files for the following components of CTLX are provided: 1) TLDParser.war (TLD parsing servlet) 2) ctlx.mxp (UltraDev extension files) The source for the tutorial WAR is not provided because it is not intended to be edited. Editing the source for TLDParser.war: * The source file TLDParser.java is located in src/org/apache/taglibs/tools/ultradev/ctlx Editing the source for ctlx.mxp * The source files are in the ext directory. The following extension files may be edited: 1. tagEdit.html 2. useTagLibs.html 3. tagEdit.js 4. useTagLibs.js 5. tagLibInsert.js * tagLibData.js should not be edited. It serves as a local cache for taglib descriptions. * These source files cannot be picked up by a Unix build script. They must be built using the Macromedia Extension Manager, on a PC or Mac. To download the Macromedia Extension Manager and browse information on creating and installing UltraDev extensions, please see: http://macromedia.com/exchange/ultradev * To build the ctlx.mxp extension, double-click on ctlx.mxi. When the Macromedia Extension Manager opens, hit OK to replace the old ctlx.mxp file. Do not change the name from ctlx.mxp, or the build script will not pick it up. The ctlx.mxp file will be created in the same directory and the build script will include it in the distribution.