Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Environment:Geronimo 2.1
-
Number of attachments :
Description
taglib short-name should not contain spaces according to the DTD comments
<!--
Defines a short (default) short-name to be used for tags and
variable names used/created by this tag library. Do not use
white space, and do not start with digits or underscore.
#PCDATA ::= NMTOKEN
-->
<!ELEMENT short-name (#PCDATA) >
This causes deployment error on Geronimo
/usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee
I made a typo in the summary
tablib should be taglib
Can you please correct it?