[
https://issues.apache.org/jira/browse/FINERACT-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102656#comment-17102656
]
Michael Vorburger commented on FINERACT-940:
--------------------------------------------
> unless of course you've already found the problem
[~ptuomola] I think you can ignore this issue, this particular problem should
be fixed when I can merge [https://github.com/apache/fineract/pull/832]... (FYI
I've also just merged and resolve FINERACT-943 re. another Eclipse issue.)
> other dev tools we should also check that they work with the JDK11 changes?
> IntelliJ?
I wouldn't worry too much about it. My personal understanding of how we work in
Open Source is that anyone working on this project using IntelliJ seeing any
issues should step up, create JIRA issues, and propose fixes... if you're a CLI
/ vim guy yourself, I don't think we "expect" you to fix issues in IntelliJ.
Personally I'm using Eclipse myself - so I fix what blocks me from contributing
to the project! :D
> JRebel? Saw that at least the Gradle build file includes a JRebel plugin...
==> FINERACT-931 .. wanna pick that up? :D
> The package javax.xml.parsers is accessible from more than one module:
> <unnamed>, java.xml (Eclipse only?)
> ----------------------------------------------------------------------------------------------------------
>
> Key: FINERACT-940
> URL: https://issues.apache.org/jira/browse/FINERACT-940
> Project: Apache Fineract
> Issue Type: Bug
> Reporter: Michael Vorburger
> Assignee: Michael Vorburger
> Priority: Major
> Fix For: 1.4.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)