Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Committed
-
3
Description
Steps to reproduce:
- Build latest liferay-portal;
- Run gw buildTaglibs in any taglib module (ex: data-engine-taglib).
Expected result:
Nothing should be generated.
Actual result:
All methods from base tag classes have their override annotations removed and every call to the super class is removed.
Preliminar investigation:
Commit 52d136f5ac3dd707 from liferay/liferay-portal changes the deploy location of util-taglib.jar, therefore classes like IncludeTag.java are not found in the class loader.
Attachments
Issue Links
- is caused by
-
LPS-134421 Embed Jasper to portal web scope to decouple from appserver's jsp engine
-
- Closed
-