[
https://issues.apache.org/jira/browse/NETBEANS-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811443#comment-16811443
]
Jaroslav Tulach commented on NETBEANS-2080:
-------------------------------------------
OK, just running:
{code:java}
incubator-netbeans$ git checkout 11.0
incubator-netbeans$ rm -rf *; git checkout -f .
incubator-netbeans$ ant build
incubator-netbeans$ ant gen-sigtests-release{code}
and it fails. In {{platform/netbinox}}, in {{webcommon/libs.graaljs}} and who
know where else... We need to include {{ant gen-sigtests-release}} into the
Travis gate!
> Snapshot of APIs as of release 11.0
> -----------------------------------
>
> Key: NETBEANS-2080
> URL: https://issues.apache.org/jira/browse/NETBEANS-2080
> Project: NetBeans
> Issue Type: Sub-task
> Reporter: Laszlo Kishalmi
> Assignee: Jaroslav Tulach
> Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists