You are likely right -- Eclipse is probably just enforcing a stricter version of the newer compilation rules than is really needed. I had the compiler version set to 1.8 already with no luck. I'm not married to Eclipse so will give the IntelliJ CE a try.
Thanks On Tuesday, January 11, 2022 at 9:59:57 AM UTC-5 Tim Donohue wrote: > Hi Steve, > > I'm wondering if this is something specific to Eclipse? Or maybe your > installation of Eclipse is trying to use an older version of Java? I also > noticed that one person in that StackOverflow question you linked to > mentioned an Eclipse specific setting change: > https://stackoverflow.com/a/70150897 > > I admit, I don't use Eclipse myself, so I'm not sure what to recommend > here. But, I can verify that this error doesn't occur when building DSpace > 7 via Maven on commandline, and it also doesn't occur in other IDEs. I'm > using IntelliJ IDEA Community Edition (which is free) and I'm not seeing > those errors. So, this implies to me that it might not be an issue in our > codebase (though I could be wrong, if someone else manages to find some way > to fix this, I'm open to it). > > Or, maybe there are some other folks on this list who've tried using > DSpace 7 + Eclipse and can provide some hints/tips on doing so. > > Tim > > On Monday, January 10, 2022 at 9:18:34 PM UTC-6 [email protected] wrote: > >> Similar to previous question, was surprised to see conflicts related to >> Java modules and dependencies when building (in Eclipse). Error is -- "The >> package javax.xml.transform is accessible from more than one module: >> <unnamed>, java.xml" >> >> The underlying issue is most easily described here >> <https://stackoverflow.com/questions/55571046/eclipse-is-confused-by-imports-accessible-from-more-than-one-module> >> >> e.g. import javax.xml.transform.Transformer; (in OpenSearchController) >> >> Is there a solution or known workaround to this? >> >> Thanks, >> >> Steve >> >> -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/5154327d-f456-4e00-8d57-5a19e07d7e20n%40googlegroups.com.
