> I build and deployed successfully mmbase from the CVS. I did not find a > mbase-taglib .tld file in the cvs.
Those have to be generated 'by hand' or 'by ant'..huh huh huh :) Goto the directory org/mmbase/bridge/jsp/taglib Now type the following: java org.apache.xalan.xslt.Process -Q -IN mmbase-taglib.xml -XSL xml2tld.xslt > mmbase-taglib.tld java org.apache.xalan.xslt.Process -Q -IN mmbase-taglib.xml -XSL xml2html.xslt > mmbase-taglib.html (this procedure is explained in 'mmbase-taglib.xml', should it ever change) Those two steps generate the tld and the documentation. Copy the tld into the wwwroot/WEB-INF directory and restart the server.. gr, marcel maatkamp vpro digitaal
