You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Neil C Smith (JIRA)" <ji...@apache.org> on 2019/07/10 13:06:00 UTC

[jira] [Commented] (NETBEANS-2700) Snapshot of APIs for release

    [ https://issues.apache.org/jira/browse/NETBEANS-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16882033#comment-16882033 ] 

Neil C Smith commented on NETBEANS-2700:
----------------------------------------

[~jtulach] Just testing this process. And it's currently failing, due to [https://github.com/apache/netbeans/blob/release111/java/java.api.common/src/org/netbeans/modules/java/api/common/SingleJavaSourceRunActionProvider.java#L79]  I guess it's picking up exposure of a non-public type in a public method?!  Any thoughts on what we should do with this case? Not sure that method needs to be API at all, only package accessible.

Also, where does this need merging to eventually?  Master I assume, but I guess would be good in the release branch too to sanity check any updates there?

> Snapshot of APIs for release
> ----------------------------
>
>                 Key: NETBEANS-2700
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2700
>             Project: NetBeans
>          Issue Type: Sub-task
>            Reporter: Neil C Smith
>            Priority: Major
>              Labels: pull-request-available
>
> Creating this issue as a note for PR-1064.
> {code}
>  $ git checkout 11.0
>  $ ant clean; ant build
>  $ ant gen-sigtests-release
>  # I had to fix the nbbuild/build.xml a bit to make this work
>  $ git stash
>  $ git checkout master
>  $ git pull
>  $ git checkout -b SnapshotOfAPIsAsOfRelease110
>  $ git stash pop
>  $ git add .
>  $ git commit -m "Snapshot of APIs as of 910bd74bf46d079e49925f702432c74d54ec705c"
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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