Re: Assistance needed in getting around Bug 255174

Benno Markiewicz <[email protected]> Mon, 23 May 2016 21:49:35 +0200
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <CAA_aP4iTTehWcV9Hz0jUM9Naq1vWd4Z6HJ-oRDWdNFG5UdfbjQ@mail.gmail.com>
Updated https://netbeans.org/bugzilla/show_bug.cgi?id=255174 according your
info, Emilian.

With kind regards, markiewb

2016-05-14 22:12 GMT+02:00 Emilian Bold <[email protected]>:

> The bug is miss-classified, it's related to nbm-maven-plugin not csl.api
> per-se.
>
> If I add these transitive depenencies as direct dependencies the build
> works:
>
>         <dependency>
>             <groupId>org.netbeans.modules</groupId>
>
> <artifactId>org-netbeans-modules-editor-errorstripe</artifactId>
>             <version>RELEASE80</version>
>             <type>jar</type>
>         </dependency>
>         <dependency>
>             <groupId>org.netbeans.api</groupId>
>             <artifactId>org-netbeans-modules-lexer</artifactId>
>             <version>RELEASE80</version>
>         </dependency>
>
> PS: Normally you should be able to create a bugzilla account but the guys
> have been fighting some massive spam so I guess registration is not
> restored yet?
>
> --emi
>
>
> --emi
>
> On Sat, May 14, 2016 at 6:03 AM, dajester2016 <[email protected]>
> wrote:
>
>> In the course of developing a language addon netbeans module, using
>> Maven, I created a language class that, according to the documentation
>> needs the @LanguageRegistration annotation.  However, I have been hit with
>> exactly this bug: https://netbeans.org/bugzilla/show_bug.cgi?id=255174.
>>
>> By the way - I would have put this all in a comment on the issue, but I
>> cannot register for an account on the bug tracker - it keeps sending me to
>> community home page every time I click the "Register" link.
>>
>> In any case, I'm guessing I could add a layer.xml and add what I need
>> manually, but I need to know what to add.  Can someone please help, and
>> maybe update the issue also?
>>
>>
>>
>>
>>
>