Re: Assistance needed in getting around Bug 255174
Emilian Bold <[email protected]> Sat, 14 May 2016 23:12:20 +0300
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAL6R17AB6uGNOsNs2c62Uqic_DTevO1FaT47snyx9x09srgo3Q@mail.gmail.com> |
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?
>
>
>
>
>