Bug 2963

Summary: taglib.tld missing teiclass entries
Product: Taglibs Reporter: rlieber
Component: DateTime TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 1.0B1   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description rlieber 2001-08-02 05:20:10 UTC
The taglib.tld is missing the teiclass entries. 

I was trying to use the months taglib and becuase of the missing entries in the 
tld no variables are created and, of course the taglib doesn't work.

I added the tei entry for the months taglib (in my copy of the jar) and it 
worked fine.

I looked at the source (jakarta-taglibs-src-20010801) and can't find the tld at 
all! I found tlds for other taglib in the project but none for datetime.


Using in orion 1.5.2
Comment 1 Glenn Nielsen 2001-08-03 18:57:59 UTC
Yes, the teiclass elements were missing from the TLD.  The bug has been fixed,
the next nightly build should include a complete TLD.

jakarta-taglibs is moving to a new build process where the tld files are
dynamically generated from an XML data file located in each taglibs xml
directory.  So for those taglibs which have converted to the new build
there will no longer be a tld file in the source distribution.