-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.10 EE GA1, 7.0.0 M3
-
Fix Version/s: 6.2.3 CE GA4, 6.2.X EE, 7.0.0 M3
-
Component/s: ~ [Archived] Frontend Infrastructure, ~[Archived] UI Taglibs
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:9
-
Sprint:LDN Sprint to Nov 4, 2014
-
Git Pull Request:
To reproduce:
1. Edit liferay-portal/util-taglib/src/com/liferay/taglib/auil.xml and add a description element within the taglibs element and add a description element within a component element. Put arbitrary text in each description element.
2. cd liferay-portal/util-taglib/
3. ant build-taglibs
... the description elements are not generated in the aui.tld file.
Expected results:
In the tld file, the description element will be generated within the taglib element and the other description element will be generated within the tag element that corresponds to the component.
<?xml version="1.0"?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd">
<description><![CDATA[This is a tag library.]]></description>
<tlib-version>1.0</tlib-version>
<short-name>aui</short-name>
<uri>http://alloy.liferay.com/tld/aui</uri>
<tag>
<description><![CDATA[This is a super component.]]></description>
<name>button-item</name>
...
- relates
-
LPE-13092 Taglib generator should propagate tag descriptions and the tag library's description to the TLD file
-
- Closed
-