Re: Packaging Netbeans on Gentoo
Emilian Bold <[email protected]> Sat, 25 Nov 2017 14:04:08 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAL6R17BVQ4A0s8055EXRoL44Q2KSRrQTL1oNmv_c=Zx=0NNGuQ@mail.gmail.com> |
I would recommend to switch to the new mailing list because most activity is over there and you will have more people reading your emails. It seems to me you are in for a struggle by basically re-doing the build system yourself instead of using whatever NetBeans is doing. Still, it is something doable. I also twisted in many ways the build system at a previous job so I recommend you to keep at it. If you get no replies feel free to CC me directly, I might have some ideas to share. --emi On Sat, Nov 25, 2017 at 7:10 AM, William L. Thomson Jr. <[email protected]> wrote: > Last post here, will switch over to new list. Thanks for the fish for a day :) > > On Fri, 24 Nov 2017 19:39:36 -0500 > "William L. Thomson Jr." <[email protected]> wrote: >> One issue I need to bring up. >> Resources are mixed in with sources. Ideally resources are in their >> own directory with structure. So you can just copy that over >> recursively. >> >> At the moment moving them over in a flat format, all ended up in base >> folder of jar. Not sure if they will be able to be found that way or >> need exact paths. > > Looks like how I was copying over resources was the problem. Preserving > directory structure of resources made the difference. currentVersion is > found now. >>Log Session: Saturday, November 25, 2017 at 12:05:54 AM Eastern Standard Time >>System Info: > Product Version = NetBeans Platform Dev (Build 9.0_alpha_rc2-os-xtoo) > Operating System = Linux version 4.13.11-gentoo running on amd64 > Java; VM; Vendor = 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11; Oracle Corporation > Runtime = Java(TM) SE Runtime Environment 9.0.1+11 > Java Home = /opt/oracle-jdk-bin-9.0.1 > System Locale; Encoding = en_US; UTF-8 > Home Directory = /home/wlt > Current Directory = /home/wlt > User Directory = /home/wlt > Cache Directory = /home/wlt/var/cache > Installation = /usr/share/netbeans-9 > > > Netbeans is starting for me, but failing at another part. Have to see > whats going on there. Also had an empty license window, but progress :) > > java.lang.AssertionError: Has to be NbRepository: > org.openide.filesystems.Repository@36b438b1 at > org.netbeans.core.startup.Main.start(Main.java:281) at > org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98) at > java.base/java.lang.Thread.run(Thread.java:844) > > -- > William L. Thomson Jr.