archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 38 forks source link

Cannot find viewer.zip after a build #89

Closed nicdevel closed 4 years ago

nicdevel commented 4 years ago

Hi there, I'm new to github. I just tried to build the archiver using the source code in git. I used ant with Oracle Java(JDK) 12 and Tomcat 9. The retrieval.war file is generated with a warning:

[zip] Warning: skipping zip archive /opt/epicsarchiverap/stage/org/epics/archiverappliance/retrieval/staticcontent/viewer.zip because no files were included.

Due to this, I'm getting error 404 from the retrieval link, as this file is not present. I checked if the files needed existed (looked inside an existing SNAPSHOT), these files are not present into the source code, too. Is it ok? Did I do something wrong?

EDIT: My bad, didn't clone the svg_viewer folder

slacmshankar commented 4 years ago

Can you try git clone --recursive https://github.com/slacmshankar/epicsarchiverap This gets the viewer submodule

nicdevel commented 4 years ago

Done it, thanks!