ok, I switched to eclipse and have a running (and failing) test now.
On Fri, Sep 6, 2019 at 11:07 PM Emmanuel Lécharny <[email protected]> wrote: > > On 06/09/2019 17:15, Daan Hoogland wrote: > > H, > > I am creating a ```class SearchMembersIT extends > > AbstractLdapTestUnit``` to test and tweak the implementation of a hte > > memberOf I am working on (see issue DIRSRVER-1844). I try to run the > > test from intellij for a short dev cycle and though is passes from the > > command line intellij complains about compiler errors. obviously I > > have the same compilers installed as on cli 1.8, 9 and 11. 8 and 9 > > give internal compiler errors and 11 refuses to compile is in > > CertificatUtil because of the import sun.security.x509.*. I think > > intellij does some tinkering with options. > > > > Anybody here has seen this? > > > > Any reason I shouldn't use intellij? > > > May be is it related ? > > > https://bugs.openjdk.java.net/browse/JDK-7141442 > > and > > https://www.oracle.com/technetwork/java/faq-sun-packages-142232.html > > > We mostly use Eclipse (because of Studio), and we don't have such an > issue, FTR. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Daan
