-
Dear devs,
Here's what I've done (both with a fresh clone from your master and with the latest release, heritrix3-3.4.0-20200304). Example uses the release uncompressed at
which runs successfully
and then, following The install guide
When I run the last command I get the error:
What happens is that there is no |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Mikel, The install guide you linked makes the assumption the user would be installing the precompiled application not building it from source. The step you seem to be missing when building from source is the maven build produces the binary distribution tar file at For example:
I should also warn that the guide you linked to is quite old and was written for Heritrix 1.x. I think that part of the process is still the same but beware that other information on the old SourceForge site is likely very out of date. Heritrix 3 documentation is in the Github wiki (although there's unfortunately a lot of out of date pages there too). Hope that helps, Alex |
Beta Was this translation helpful? Give feedback.
-
Thanks a million, ato! |
Beta Was this translation helpful? Give feedback.
Hi Mikel,
The install guide you linked makes the assumption the user would be installing the precompiled application not building it from source. The step you seem to be missing when building from source is the maven build produces the binary distribution tar file at
dist/target/heritrix-3.4.0-SNAPSHOT-dist.tar.gz
. As mentioned in the install guide you will need to unpack the dist tar somewhere to install Heritrix. Thebin/heritrix
script assumes HERITRIX_HOME points at the unpacked binary distribution and as you found will not work when pointing at the source code.For example: