LEMDO restructuring
The LEMDO repository is now restructured and renamed. Save for a likely few errant strings, everything should now be "emd"(early modern drama) or "lemdo". It came together quite quickly and enabled me to fix some things in the code. We'll still have to fix the conversion code (esp. in regards to paths), but that should be fairly straightforward.
Also started to work on the oXygen/ANT utilities for editors. oXygen editor variables (even the password ones) are not right; they are passed as parameters to the ant build, which show up in the ANT text stream at the bottom of oXygen, which is no good. The ant input element doesn't work either, since there is no way for ANT to work through the oXygen IDE (as far as I can tell, at least). After some research, I found an okay solutioon using javascript; although I struggled with the whole Nashorn/Rhino thing. I did this
load("nashorn:mozilla_compat.js");
which I got from stackexchange here: https://stackoverflow.com/questions/14835882/apache-ant-gets-frozen-while-running-this-script and here: https://stackoverflow.com/questions/22503100/java-8-javascript-engine-backwards-compatibility. I'll need to consult with others though, since I'm not all too familiar with this stuff. It works, however, and seems secure. Lots more work to do.