Yes, indeed. That's why when you use it in NetBeans, you need to approve
its license first. It is not Apache licensed, just like nb-javac is not
Apache licensed.

Gj

On Tue, Jul 2, 2019 at 1:57 PM Eric Bresie <ebre...@gmail.com> wrote:

>
> https://github.com/apache/netbeans/blob/master/contrib/libs.oracle.jsparser/external/com.oracle.js.parser-ba7a8bc42268-license.txt
> mentions
>
> License: GPL-2-CP
> Origin: http://hg.openjdk.java.net/graal/graal-js-parser
>
> Eric Bresie
> ebre...@gmail.com
> > On July 2, 2019 at 6:38:55 AM CDT, Geertjan Wielenga <
> geert...@apache.org> wrote:
> > The code that creates the NBM binary from the Oracle JS Parser JAR is
> here:
> >
> >
> https://github.com/apache/netbeans/tree/master/contrib/libs.oracle.jsparser
> >
> > Svata, in the cc, can add further info, if needed.
> >
> > Gj
> >
> >
> > On Tue, Jul 2, 2019 at 12:07 PM Geertjan Wielenga <geert...@apache.org>
> > wrote:
> >
> > > This is excellent, you know how to do this and are therefore best
> placed
> > > to get it done, I will find out where the sources for Oracle JS Parser
> are
> > > and you can then do it in the same way.
> > >
> > > Gj
> > >
> > > On Tue, Jul 2, 2019 at 10:57 AM Eric Barboni <sk...@apache.org> wrote:
> > >
> > > > Hi,
> > > > I wonder if we can choose org.netbeans.plugins and go a step further.
> > > >
> > > > Hi found the nb-javac repo. I will try to propose patch for adding a
> > > > "reproducible" populating build otherwise it will be hard to do.
> > > > //https://hg.netbeans.org/main/nb-java-x/
> > > > I did not know where the Oracle js parser code his.
> > > >
> > > > Regards
> > > > Eric
> > > >
> > > > -----Message d'origine-----
> > > > De : Eric Barboni <sk...@apache.org>
> > > > Envoyé : jeudi 27 juin 2019 13:55
> > > > À : dev@netbeans.apache.org; 'Brian Fox' <bri...@infinity.nu>
> > > > Objet : RE: nb-javac and Oracle JS Parser on Maven Central
> > > >
> > > > Hi,
> > > > What would be the good way to communicate Apache Infra ticket or a
> > > > ticket to sonatype ?
> > > >
> > > > Some thoughts:
> > > > How to prevent "john smith" to publish to org.netbeans.plugins if
> it's
> > > > only an artifact that is not a plugin.
> > > > Or first asking a "plugin portal slot" and then ok you can proceed.
> > > >
> > > > @Geertjan
> > > > Publication on behalf can be done but it's better that owner do that.
> > > > Pom element should be of good quality (autogeneration not enough),
> if you
> > > > can point to the source of nb-javac and js parser I may propose PR
> or patch
> > > > to prepare for such release.
> > > >
> > > > Regards
> > > > Eric
> > > >
> > > > -----Message d'origine-----
> > > > De : David Nalley <da...@gnsa.us>
> > > > Envoyé : mercredi 26 juin 2019 18:05
> > > > À : dev@netbeans.apache.org; Brian Fox <bri...@infinity.nu> Objet :
> Re:
> > > > nb-javac and Oracle JS Parser on Maven Central
> > > >
> > > > On Wed, Jun 26, 2019 at 11:42 AM Eric Barboni <sk...@apache.org>
> wrote:
> > > > >
> > > > > Hi David,
> > > > >
> > > > > I guess that com.oracle would be OK if Oracle do the publishing on
> > > > it's own.
> > > > >
> > > >
> > > >
> > > > Yep.
> > > >
> > > > > For what I know Apache Netbeans only sync the following groupID
> > > > > org.netbeans.(api|external|clusters|modules|html)
> > > > >
> > > > > I'm not sure if we can have org.netbeans.plugins groupid let free
> to
> > > > > anybody wanting to publish (cause org.netbeans belong to Apache) Or
> > > > > maybe org.netbeansplugins is more outside Apache
> > > > >
> > > >
> > > > I am sure that's something that project can decide on process/policy
> for.
> > > > Whatever that is we'll just need to discuss and coordinate with
> sonatype
> > > > to ensure it's org.netbeans.plugins only and not org.netbeans.
> > > >
> > > >
> > > > >
> > > > > Regards
> > > > > Eric
> > > > >
> > > > >
> > > > > -----Message d'origine-----
> > > > > De : David Nalley <da...@gnsa.us>
> > > > > Envoyé : mercredi 26 juin 2019 16:50
> > > > > À : dev@netbeans.apache.org; Brian Fox <bri...@infinity.nu> Objet
> :
> > > > > Re: nb-javac and Oracle JS Parser on Maven Central
> > > > >
> > > > > On Wed, Jun 26, 2019 at 3:21 AM Geertjan Wielenga <
> geert...@apache.org>
> > > > wrote:
> > > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > We're looking into putting nb-javac and the Oracle JS Parser on
> > > > > > Maven Central.
> > > > > >
> > > > > > How to do that and what would be the right location for that?
> > > > > >
> > > > > > E.g., would that be here:
> > > > > >
> > > > > > https://repo1.maven.org/maven2/org/apache/netbeans/
> > > > > >
> > > > > > I.e., these would not be sources but NBM binary files and from
> there
> > > > > > they'd be accessed from the update centers. Ultimately, all NBMs
> > > > > > would be distributed in this way, rather than uploading NBMs to
> the
> > > > > > Plugin Portal when you do an upload there, you would be instead
> be
> > > > > > registering Maven co-ordinates. The co-ordinates would point to
> > > > > > wherever you have uploaded your NBM on Maven Central, and it
> would
> > > > > > be nice if we'd have a clearly documented way of doing that.
> > > > > >
> > > > > > And would the above namespace be only for artifacts released by
> > > > > > Apache NetBeans, if so, maybe that would be the wrong place for
> > > > > > nb-javac and the Oracle JS Parser? They should probably go here:
> > > > > >
> > > > > > https://repo1.maven.org/maven2/com/oracle/
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Gj
> > > > >
> > > > > org.apache - is for artifacts that we release.
> > > > > We can potentially add other namespaces to repository.a.o to permit
> > > > publishing - so org.netbeans - is likely possible.
> > > > > com.oracle is not.
> > > > >
> > > > > --David
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > > > > For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
> > > > > For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
> > > > For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
> > > > For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
> > > > For additional commands, e-mail: dev-h...@netbeans.apache.org
> > > >
> > > > For further information about the NetBeans mailing lists, visit:
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > >
> > > >
> > > >
> > > >
>

Reply via email to