Uploaded image for project: 'ODF Toolkit'
  1. ODF Toolkit
  2. ODFTOOLKIT-375

odftoolkit-0.6 does not work in my environment

    XMLWordPrintableJSON

Details

    Description

      I'm doing a program to read/modify metadata of ODF documents, the program works correctly with version odftoolkit-0.5 but not with odftoolkit-0.6 version, running the first line jumps to the finally block directly without giving any kind of error, this is my code:

      try {
      doc = (TextDocument) TextDocument.loadDocument(new File("OdfTextDocument.odt"));
      OdfFileDom metadom = doc.getMetaDom();
      Meta metadata = new Meta(metadom);
      ...
      } finally {
      if(doc != null)
      doc.close();
      }

      Attachments

        Activity

          People

            svanteschubert Svante Schubert
            guzman Guzman Rejon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: