What's the trick? I register a newly built NB, and it's incomplete. Below shows a little about the build. I start 11.2 NB with clean cachedir and a nothing open, wanting to register 11.3b1 I just built.

How do I diagnose this? Is 'ant build-nozip' the wrong thing to do?

With platform manager, register
    C:\f\repos\netbeans\nbbuild\netbeans
close/repopen platform manager
    Under modules see "RCP Platform"
go ahead and register the source.
Create new module suite, use newly added platform, do properties>libraries
    only platform node is visible, expand gives Core, Core-Windows, Startup
there's a warning at the bottom
    Module Core in platform depends on an unknown module named org.netbeans.bootstrap.

I frequently encounter stuff like this, keep doing different things, sooner or later get something working. What's the trick, or the pitfalls?

-ernie

=== the build ===

err /f/repos/netbeans
$ hg log -r .
changeset:   3824:c14e762e3c8a
bookmark:    master
bookmark:    release113
tag:         tip
tag:         upstream/master
tag:         upstream/release113
parent:      3817:76c40c06d3d0
parent:      3823:aea72e7b48b6
user:        Eric Barboni <sk...@apache.org>
date:        Mon Jan 20 19:43:45 2020 +0100
summary:     Merge pull request #1721 from jGauravGupta/JEDDICT-322-friend-packages

did 'ant build-nozip'

.......

finish-build-nb:
     [copy] Copying 1 file to C:\f\repos\netbeans\nbbuild\netbeans\bin
     [copy] Copying 1 file to C:\f\repos\netbeans\nbbuild\netbeans\etc
     [copy] Copying 1 file to C:\f\repos\netbeans\nbbuild\netbeans\etc
    [mkdir] Created dir: C:\f\repos\netbeans\nbbuild\build\license-temp
      [jar] Updating jar: C:\f\repos\netbeans\nbbuild\netbeans\nb\core\org-netbeans-upgrader.jar
     [echo] C:\f\repos\netbeans\nbbuild\netbeans/platform/lib/nbexec
     [hgid] No HEAD found starting from C:\f\repos\netbeans
     [copy] Copying 1 file to C:\f\repos\netbeans\nbbuild\netbeans\nb

finish-build:

add-junit:

build-nozip:

BUILD SUCCESSFUL
Total time: 25 minutes 33 seconds
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

$ echo $JAVA_HOME
F:/j/jdk/jdk1.8.0_241

$ echo $ANT_HOME
/f/j/ant/apache-ant-1.10.7

$ cat user.build.properties
nbjdk.home=F:/j/jdk/jdk1.8.0_241


---------------------------------------------------------------------
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