WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
4 stars 1 forks source link

Hanging stopping jobs #6

Closed hannakoppelaar closed 4 years ago

hannakoppelaar commented 4 years ago

When a crawl job finished with no warc files, its target instance would remain in the Stopping state forever, because of a null pointer. I've now changed it so the target instance enters the Harvested state, with harvester status "Finished - No data".

There's also a few tweaks to the gradle files: you can now do "grade install" at the top level to build all modules and publish them in your local maven repo.