During Reactome release 66 we needed to rebuild the WebELVTool jar to account for the introduction of the new renderable classes. When we ran it initially, we got a 'NoClassDefFoundError' for /org/gk/gkCurator/authortool/ directories.
The fix we made to the WebELVDiagram.xml was to add the following two lines:
<include name="org/gk/gkCurator/**" />
<include name="org/gk/gkCurator/authorTool/**" />
During Reactome release 66 we needed to rebuild the WebELVTool jar to account for the introduction of the new renderable classes. When we ran it initially, we got a 'NoClassDefFoundError' for /org/gk/gkCurator/authortool/ directories.
The fix we made to the WebELVDiagram.xml was to add the following two lines: