whc.jar
?Run ant
in
whc_install_dir/src/
.
whc_sc.jar
, a self-contained variant ofwhc.jar
Jar file
whc.jar
is not self-contained. whc needs to access itswhc_template/
template directory. For that, it expectswhc_template/manifest.txt
, the manifest file of the template directory, to be found at any of the following locations:
- resource
/whc_template/manifest.txt
, if found inwhc.jar
,location_of_whc.jar/whc_template/manifest.txt
,location_of_whc.jar/../whc_template/manifest.txt
.Running
ant scjar
inwhc_install_dir/src/
allows to buildwhc_install_dir/lib/whc_sc.jar
(SC for Self-Contained) which unlikewhc.jar
, embedswhc_template/
.