Uploaded image for project: 'Modules'
  1. Modules
  2. MOD-190

BulCarigradNT has incorrect module file name

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Trivial
    • Resolution: Fixed
    • Component/s: Module creation
    • Labels:
      None
    • Environment:

      JSword, And Bible

      Description

      The conf file and module name of BulCarigradNT are mismatched. The conf file name is bulcarigrad.conf but I think it should be bulcarigradnt.

      If the above is not an error then this is a JSword problem because the book is not deletable due to the following code:
      public boolean isDeletable(Book dead)

      { SwordBookMetaData sbmd = (SwordBookMetaData) dead.getBookMetaData(); File dlDir = SwordBookPath.getSwordDownloadDir(); File confFile = new File(dlDir, sbmd.getConfPath()); // We can only uninstall what we download into our download dir. return confFile.exists(); }

      So JSword looks for mods.d/bulcarigradnt.conf but the conf file is called bulcarigrad.conf.

        Attachments

          Activity

            People

            • Assignee:
              chrislit Chris Little
              Reporter:
              mjdenham Martin Denham
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: