apply custom tag to ncs-alarms.jsp

Description

This JSP has the problem that we can't easily reference the tag definition since that lives in opennms-web => we need to find a solution

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Patrick Schweizer July 10, 2018 at 5:43 PM

1. didn't work (it didn't find the .tld file in the war) so I went for the second solution. PR: https://github.com/OpenNMS/opennms/pull/2044

Patrick Schweizer July 8, 2018 at 11:52 PM

As discussed with :
At runtime the ncs-alarm-gui module is merged with opennms-web. However when building ncs-alarm the jsp compiler doesn't find the opennms-taglib.
There are 2 possible solutions:

  1. reference opennms-web for the jsp compiler plugin in ncs-alarm-gui (preferred solution)

  2. put the tag and it's descriptor in a separate module and reference it from opennms-web and ncs-alarm-gui

Fixed

Details

Assignee

Reporter

Sprint

Priority

PagerDuty

Created July 1, 2018 at 3:24 PM
Updated July 12, 2018 at 1:46 PM
Resolved July 12, 2018 at 1:46 PM