Some random notes
Making Skeletons visible
To make new skeletons visible to e.g. cheap, one has to edit/create an Index.lisp file.
1. Put a directory <dirname> containing item and relation file (TODO more needed?) into the following directory:
$LOGONROOT/lingo/lkb/src/tsdb/skeletons/<language>
2. Edit $LOGONROOT/lingo/lkb/src/tsdb/skeletons/<language>/Index.lisp and add the line:
((:path . "<dirname>") (:content . "A comment describing the profile."))
Note: You can also put several profiles into one directory <dirname2>. Add this in the same way to the file in 2. Then you need to create a new Index.lisp inside <dirname2>. Put the :path and :content information of your profiles in there and surround the entire content with ( and ).
Java and Logon
The script in $LOGONROOT/dot.bashrc that will - among other things - modify your $PATH, will make your java point to the one provided with Logon. Consider the following line:
PATH=${LOGONROOT}/bin:$PATH;