This directory contains hacks to build a self-contained, jython-based jar
for tapsh.  To build tapsh:


(1) obtain the jython installer from jython.org.
(2) java -jar (installer), select "Standalone"
(3) move jython.jar from jython's install dir to this directory
(4) run ./buildscript
(5) try java -jar tapsh.jar in ..


The tapsh sources are taken from the checkout, the gavo DaCHS sources
from a checkout given in buildscript's DACHS_CHECKOUT variable.


If you want to debug the jython version, it's probably most convenient
to run the buildscript, then go to  Package and run things like
java -Dpython.home='.' Main
