Re: [Gentoo packaging] Can't find resource for bundle

2017-11-30 Thread William L. Thomson Jr.
On Mon, 27 Nov 2017 13:24:11 -0500 "William L. Thomson Jr." wrote: > > I am getting lots of these errors > > java.util.MissingResourceException: Can't find resource for bundle > org.openide.util.NbBundle$PBundle, key MSG_start_load_boot_modules > > Regarding that specific

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-30 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 03:39:59 -0500 "William L. Thomson Jr." wrote: > On Thu, 30 Nov 2017 09:09:49 +0100 > Jaroslav Tulach wrote: > > > > There is some beauty in your approach, but it is a lot of work. > > It is a lot of redundancy and

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-30 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 09:29:31 +0100 Jan Lahoda wrote: > > This is a little bit surprising to me. AFAIK in JDK 8 it worked like > this: for: > $ javac -processorpath Interesting, maybe that is the solution. Presently just using classpath and passing sources. I am setting the

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-30 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 09:09:49 +0100 Jaroslav Tulach wrote: > > There is some beauty in your approach, but it is a lot of work. It is a lot of redundancy and tediousness but not really that much work per se. The packages themselves are quite tiny. It is more time in

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-30 Thread Jaroslav Tulach
2017-11-30 8:18 GMT+01:00 William L. Thomson Jr. : > On Thu, 30 Nov 2017 07:50:13 +0100 > Jaroslav Tulach wrote > > I would assume you get NetBeans-source.zip file, replace all binaries > > with references to files from other packages and then invoke

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 07:50:13 +0100 Jaroslav Tulach wrote > I would assume you get NetBeans-source.zip file, replace all binaries > with references to files from other packages and then invoke > > $ ant build Not at all, very far from what I am doing. Its in the

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread Jaroslav Tulach
Hello William. 2017-11-30 7:33 GMT+01:00 William L. Thomson Jr. : > On Thu, 30 Nov 2017 04:07:00 +0100 > Jaroslav Tulach wrote: > > > Having a Linux package for NetBeans would be great. Thanks for doing > > the work. > > I am packaging Netbeans for

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 04:07:00 +0100 Jaroslav Tulach wrote: > Having a Linux package for NetBeans would be great. Thanks for doing > the work. I am packaging Netbeans for Gentoo based systems, or things using the portage tree. > If you can separate your problem to set

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread Jaroslav Tulach
Having a Linux package for NetBeans would be great. Thanks for doing the work. If you can separate your problem to set of steps I can run on my Ubuntu, I can try to investigate. All I know that $ wget https://builds.apache.org/view/Incubator%20Projects/job/

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread William L. Thomson Jr.
Pulling my hair and teeth out over this last issue. I have overcome many and making great progress in packaging Netbeans. http://www.enlightenment.org/ss/e-5a1f3d3deff120.32127301.jpg Its fun to see the various things populate as I package pieces. Like the menus etc. Just wish I could get past

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-27 Thread William L. Thomson Jr.
On Mon, 27 Nov 2017 13:24:11 -0500 "William L. Thomson Jr." wrote: > > I am getting lots of these errors > > java.util.MissingResourceException: Can't find resource for bundle > org.openide.util.NbBundle$PBundle, key MSG_start_load_boot_modules > > Regarding that specific

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-27 Thread William L. Thomson Jr.
On Mon, 27 Nov 2017 14:25:00 -0500 Emilian Bold wrote: > Yes, a [gentoo] tag would be nice. Ok changed ^. I can remove packaging as well if needed :) > I believe NbBundleProcessor would be the one to generate that > Bundle.properties file. Yes it does, but its not

Re: Gentoo packaging: Can't find resource for bundle

2017-11-27 Thread William L. Thomson Jr.
On Mon, 27 Nov 2017 20:11:52 +0100 Antonio wrote: > Thanks William, > > Having just one thread is better to concentrate on the problem. If > you feel it's getting too deep then open a new one without worries. > Adding [gentoo] or something similar to the subject might also

Re: Gentoo packaging: Can't find resource for bundle

2017-11-27 Thread Emilian Bold
source file which will need to be compiled too. --emi > Original Message >Subject: Re: Gentoo packaging: Can't find resource for bundle >Local Time: November 27, 2017 9:11 PM >UTC Time: November 27, 2017 7:11 PM >From: anto...@vieiro.net >To: dev@netbeans.in

Re: Gentoo packaging: Can't find resource for bundle

2017-11-27 Thread William L. Thomson Jr.
On Mon, 27 Nov 2017 19:55:29 +0100 Antonio wrote: > El 27/11/17 a las 19:24, William L. Thomson Jr. escribió: > > The other thread is a bit big. Going to start new ones on individual > > remaining issues. Seems people run into these with the build system > > and projects

Re: Gentoo packaging: Can't find resource for bundle

2017-11-27 Thread Antonio
El 27/11/17 a las 19:24, William L. Thomson Jr. escribió: The other thread is a bit big. Going to start new ones on individual remaining issues. Seems people run into these with the build system and projects using the platform. It would be good for all I think. Hi William, My email compiler

Gentoo packaging: Can't find resource for bundle

2017-11-27 Thread William L. Thomson Jr.
The other thread is a bit big. Going to start new ones on individual remaining issues. Seems people run into these with the build system and projects using the platform. It would be good for all I think. I am getting lots of these errors java.util.MissingResourceException: Can't find resource