27.09.2001 10:48:42, "Kiyoko Takanabe" <[EMAIL PROTECTED]> wrote:
>Hi, all > >I tried to use GUI based administration tool and a fresh cvs. >There is "index.jsp" in web/admin folder. >Can anyone tell me what I'm missing with this tld thing? > ><%@ page language="java" %> ><%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> ><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> ><%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> ><%@ taglib uri="/WEB-INF/slide-struts.tld" prefix="slide" %> > >I tried access to CVS of Struts, and I couldn't find the files. >Where can I get files for struts-*.tld ? > >Regards. Struts creates the TLD files during the build process, so they're not in CVS. Grab a distro of Struts 1.0 (or be sure to request the STRUTS_ 1_0 tagged sources when grabbing from CVS) and point struts.home to the corresponding directory (dist) in your build.properties file. Struts is a required dependancy for building/running the Slide tag library and also the admin webapp. -chris ________________________________________________________________ cmlenz at gmx.de
