Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-940

The package javax.xml.parsers is accessible from more than one module: <unnamed>, java.xml (Eclipse only?)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • None
    • None

    Description

      When I open the current develop branch in Eclipse, following FINERACT-846, I get the following red errors, in (only) the XBRLBuilderTest, only in the Eclipse IDE (building on the CLI with Gradle doesn't seem to care):

      The package javax.xml.parsers is accessible from more than one module: <unnamed>, java.xml

      in the import of javax.xml.parsers.DocumentBuilderFactory and javax.xml.parsers.ParserConfigurationException

      and similarly:

      The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml

      on the import of org.w3c.dom.NodeList and org.xml.sax.SAXException.

      There are also ...cannot be resolved to a type for NodeList, DocumentBuilderFactory, SAXException, ParserConfigurationException later, which presumably are just effects of above.

      Attachments

        Issue Links

          Activity

            People

              vorburger Michael Vorburger
              vorburger Michael Vorburger
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: