Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ant build for WebELVTool missing some directories #10

Open
cookersjs opened this issue Aug 30, 2018 · 0 comments
Open

Ant build for WebELVTool missing some directories #10

cookersjs opened this issue Aug 30, 2018 · 0 comments

Comments

@cookersjs
Copy link
Contributor

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/**" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant