[jsword-devel] LXX not registered for use

Martin Denham mjdenham at gmail.com
Wed Sep 2 13:21:15 MST 2015


I was investigating the following error using the new eBible repo:
Book not supported: Unknown versification for engBrent1851. LXX is unknown.

and discovered that LXX exists but is not registered in:

    private Versifications() {
        known = new HashSet<String>();
        known.add(SystemCatholic.V11N_NAME);
        known.add(SystemCatholic2.V11N_NAME);
        known.add(SystemGerman.V11N_NAME);
        known.add(SystemKJV.V11N_NAME);
        known.add(SystemKJVA.V11N_NAME);
        known.add(SystemLeningrad.V11N_NAME);
        known.add(SystemLuther.V11N_NAME);
        known.add(SystemMT.V11N_NAME);
        known.add(SystemNRSV.V11N_NAME);
        known.add(SystemNRSVA.V11N_NAME);
        known.add(SystemSynodal.V11N_NAME);
        known.add(SystemSynodalProt.V11N_NAME);
        known.add(SystemVulg.V11N_NAME);
        fluffed = new HashMap<String, Versification>();
    }

Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/jsword-devel/attachments/20150902/6115a726/attachment.html>


More information about the jsword-devel mailing list