You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Ernie Rael <er...@raelity.com> on 2020/03/17 20:28:08 UTC

maven with 12.0beta1 issue

I built from the repository today, and I'm seeing

    SEVERE [global]
    java.lang.NullPointerException
             at
    org.netbeans.modules.maven.execute.MavenCommandLineExecutor.isEventSpyCompatible(MavenCommandLineExecutor.java:338)
             at
    org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:246)
    [catch] at
    org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)

when creating a project from an archetype, any archetype I've tried. Is 
this known, or a local issue?

-ernie

    $ hg log -r .
    changeset:   4073:c36bafa738ae
    bookmark:    master
    bookmark:    release120
    tag:         12.0-beta1
    tag:         tip
    tag:         upstream/master
    tag:         upstream/release120
    parent:      4071:d79194ef9dd2
    parent:      4072:b935559de740
    user:        Eric Barboni <sk...@apache.org>
    date:        Mon Mar 16 14:57:16 2020 +0100
    summary:     Merge pull request #2022 from
    apache/revert-2020-nb3986_create_class_on_paste



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: maven with 12.0beta1 issue

Posted by Geertjan Wielenga <ge...@apache.org>.
Seems to be related to these:

https://issues.apache.org/jira/browse/NETBEANS-4028

https://issues.apache.org/jira/browse/NETBEANS-3738

Gj


On Tue, Mar 17, 2020 at 9:46 PM Ernie Rael <er...@raelity.com> wrote:

> I'm also seeing this with the downloaded netbeans-12.0-beta1-bin.zip
> Win7,jdk-13; the repo build also failed with jdk1.8
>
> -ernie
>
> On 3/17/2020 1:28 PM, Ernie Rael wrote:
> > I built from the repository today, and I'm seeing
> >
> >    SEVERE [global]
> >    java.lang.NullPointerException
> >             at
> >
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.isEventSpyCompatible(MavenCommandLineExecutor.java:338)
> >             at
> >
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:246)
> >    [catch] at
> > org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> >
> > when creating a project from an archetype, any archetype I've tried.
> > Is this known, or a local issue?
> >
> > -ernie
> >
> >    $ hg log -r .
> >    changeset:   4073:c36bafa738ae
> >    bookmark:    master
> >    bookmark:    release120
> >    tag:         12.0-beta1
> >    tag:         tip
> >    tag:         upstream/master
> >    tag:         upstream/release120
> >    parent:      4071:d79194ef9dd2
> >    parent:      4072:b935559de740
> >    user:        Eric Barboni <sk...@apache.org>
> >    date:        Mon Mar 16 14:57:16 2020 +0100
> >    summary:     Merge pull request #2022 from
> >    apache/revert-2020-nb3986_create_class_on_paste
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

RE: maven with 12.0beta1 issue

Posted by Eric Barboni <sk...@apache.org>.
Hi this is fixed by this PR
My assumption were too optimistic,

https://github.com/apache/netbeans/pull/2029

Best Regards
Eric
-----Message d'origine-----
De : Glenn Holmer <ce...@kolabnow.com.INVALID> 
Envoyé : mercredi 18 mars 2020 01:11
À : dev@netbeans.apache.org
Objet : Re: maven with 12.0beta1 issue

On 3/17/20 3:46 PM, Ernie Rael wrote:
> I'm also seeing this with the downloaded netbeans-12.0-beta1-bin.zip 
> Win7,jdk-13; the repo build also failed with jdk1.8

I'm seeing it as well (when creating a JavaFX project from archetype).

> 
> On 3/17/2020 1:28 PM, Ernie Rael wrote:
>> I built from the repository today, and I'm seeing
>>
>>    SEVERE [global]
>>    java.lang.NullPointerException
>>             at
>> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.isEventSp
>> yCompatible(MavenCommandLineExecutor.java:338)
>>
>>             at
>> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(Maven
>> CommandLineExecutor.java:246)
>>
>>    [catch] at
>> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:12
>> 8)
>>
>> when creating a project from an archetype, any archetype I've tried. 
>> Is this known, or a local issue?

--
Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: maven with 12.0beta1 issue

Posted by Glenn Holmer <ce...@kolabnow.com.INVALID>.
On 3/17/20 3:46 PM, Ernie Rael wrote:
> I'm also seeing this with the downloaded netbeans-12.0-beta1-bin.zip
> Win7,jdk-13; the repo build also failed with jdk1.8

I'm seeing it as well (when creating a JavaFX project from archetype).

> 
> On 3/17/2020 1:28 PM, Ernie Rael wrote:
>> I built from the repository today, and I'm seeing
>>
>>    SEVERE [global]
>>    java.lang.NullPointerException
>>             at
>> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.isEventSpyCompatible(MavenCommandLineExecutor.java:338) 
>>
>>             at
>> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:246) 
>>
>>    [catch] at
>> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
>>
>> when creating a project from an archetype, any archetype I've tried. 
>> Is this known, or a local issue?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: maven with 12.0beta1 issue

Posted by Ernie Rael <er...@raelity.com>.
I'm also seeing this with the downloaded netbeans-12.0-beta1-bin.zip
Win7,jdk-13; the repo build also failed with jdk1.8

-ernie

On 3/17/2020 1:28 PM, Ernie Rael wrote:
> I built from the repository today, and I'm seeing
>
>    SEVERE [global]
>    java.lang.NullPointerException
>             at
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.isEventSpyCompatible(MavenCommandLineExecutor.java:338)
>             at
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:246)
>    [catch] at
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
>
> when creating a project from an archetype, any archetype I've tried. 
> Is this known, or a local issue?
>
> -ernie
>
>    $ hg log -r .
>    changeset:   4073:c36bafa738ae
>    bookmark:    master
>    bookmark:    release120
>    tag:         12.0-beta1
>    tag:         tip
>    tag:         upstream/master
>    tag:         upstream/release120
>    parent:      4071:d79194ef9dd2
>    parent:      4072:b935559de740
>    user:        Eric Barboni <sk...@apache.org>
>    date:        Mon Mar 16 14:57:16 2020 +0100
>    summary:     Merge pull request #2022 from
>    apache/revert-2020-nb3986_create_class_on_paste
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists