Re: Only one RaspberryPi project.

2021-01-18 Thread Zahid Rahman
I came across this problem many years ago. It was mentioned in my computing course text book called Object Orientated Programming using C++ by Grady Booch. He said "Industrial Strength Software is beyond the intellect of a developer" hence you can create only one project which is adequate for a

Only one RaspberryPi project.

2021-01-18 Thread Som Lima
If you follow the instructions in this video you will be able to create one project HelloPi. https://youtu.be/ebHbDlTnV-I However you will not be able to create a second project to develop Raspberry Pi in the same Netbeans IDE. You can replicate the highlighted issue by following the steps in

Re: support in the absence of community help

2021-01-18 Thread Laszlo Kishalmi
Again a letter expressing frustration. That's Ok. We've read that, and now we're aware of that. Probably if you put information as well, then we could help. "a question here and on stack overflow" is not referable. As far as I've checked you've got a reply on all of your questions here.

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread André Pfeiffer
Yeah, I have an old swing system I did many years ago and it was built the old way... But I'm traveling and away from my computer so I can't help till next week. Best regards, Pfeiffer Em segunda-feira, 18 de janeiro de 2021, Michel Giroux < michel.gir...@gmail.com> escreveu: > > I hope it may

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Michel Giroux
I hope it may help. I have the source of an old swing project using jxI.jar. Opening it in NB12, jxl.jar was not found. I take a copy of jxl.jar and put it in the folder project (not the source). In Librairies - Properties, I removed jxl.jar and consequently the older link to it. Using Add

Re: Maven Web App deployment

2021-01-18 Thread Dragan Bjedov
My problem is the same as described in the issue. пон, 18. јан 2021. у 18:47 Vlad Palnik је написао/ла: > Known issue in 12.2 > > see: https://issues.apache.org/jira/browse/NETBEANS-5143 > > This email and any attachments may contain confidential and privileged > information. If you are not the

Re: Maven Web App deployment

2021-01-18 Thread Vlad Palnik
Known issue in 12.2 see: https://issues.apache.org/jira/browse/NETBEANS-5143 This email and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return email, delete this email and destroy any copies.

Re: Maven Web App deployment

2021-01-18 Thread Luff,Chris
Without seeing anything, it would seem that you have bound the plugin to multiple phases. Can you share the relevant pom.xml excerpts. I was running the tomcat plugin just yesterday and did not see this problem. On 16 Jan 2021, at 18:13, Dragan Bjedov mailto:draganbje...@gmail.com>> wrote:

Re: Delivery Status Notification (Failure)

2021-01-18 Thread Alonso Del Arte
> I have asked a question here and on stack overflow. No answers were forthcoming. Was it tagged "netbeans"? I'm not seeing your question on https://stackoverflow.com/questions/tagged/netbeans maybe I missed it. Al On Mon, Jan 18, 2021 at 11:49 AM Mail Delivery Subsystem <

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Carl Mosca
Chris, Yes, please do let us know if you're using ant or maven if you're still stuck after checking out David's suggestions. Personally, I would recommend maven (or gradle). Also, as Gj referenced, if you've got a sample project in Github, bitbucket, or somewhere that we can take a look, more

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread David Gradwell
Chris , If your project is a Maven project, look at https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl/2.6 (or better still follow the latest version link). If your project is an Ant project then find the jar and include it in the project libraries. For example,

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Geertjan Wielenga
You'll get help when you provide step by step instructions or, even better, a sample project on GitHub. Gj On Mon, Jan 18, 2021 at 1:43 PM Christopher C. Lanz wrote: > Hello, > > One of our fellow correspondents has suggested that I repeat this > question. I am following their advice. Please

using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Christopher C. Lanz
Hello, One of our fellow correspondents has suggested that I repeat this question. I am following their advice. Please forgive me. I need to use the jxl library in Netbeans 12 running in Ubuntu 14.04. I have followed the directions available online: * adding the jxl-2.6.jar file to the

Re: support in the absence of community help

2021-01-18 Thread Geertjan Wielenga
And whatever you mean by "the $1,200 that their business support plan requires", no. That, whatever it is, is incorrect. Apache projects do not have business support plans. Gj On Mon, Jan 18, 2021 at 1:26 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > It’s always best to put

Re: support in the absence of community help

2021-01-18 Thread Geertjan Wielenga
It’s always best to put a sample application with your problem on GitHub and then start a thread here pointing to your code so that someone can take a look. Personally, when I see a long mail, I put it aside to look at it later and then never do. Gj On Mon, 18 Jan 2021 at 13:22, Carl Mosca

Re: support in the absence of community help

2021-01-18 Thread Carl Mosca
I would ask again here if it was completely ignored I assume that is an unfortunate oversight. On Mon, Jan 18, 2021 at 7:18 AM Christopher C. Lanz wrote: > Hello, > > I have asked a question here and on stack overflow. No answers were > forthcoming. In such a situation, are users simply hung

support in the absence of community help

2021-01-18 Thread Christopher C. Lanz
Hello, I have asked a question here and on stack overflow. No answers were forthcoming. In such a situation, are users simply hung out to dry, or is there any option for support from Apache-Netbeans, or any other NetBeans-savvy source? I would happily pay for it, but I would rather not pay the

Re: [Netbeans platform] Pov-Ray renderer tutorial

2021-01-18 Thread Geertjan Wielenga
You’re welcome to create pull requests for the tutorials. I think this is the most comprehensive resource on the NetBeans Platform: https://leanpub.com/nbp4beginners Gj On Mon, 18 Jan 2021 at 13:03, Richard wrote: > Thank you GeertJan. I will go to another NB Platform tutorial. > > I have

Re: [Netbeans platform] Pov-Ray renderer tutorial

2021-01-18 Thread Richard
Thank you GeertJan. I will go to another NB Platform tutorial. I have completed the excellent EventManager tutorial. As the feedback link is also broken (PR_CONNECT_RESET_ERROR), I have here two suggestions for a further update of this tutorial : -  On step 2 that illustrates handling of

Re: [Netbeans platform] Pov-Ray renderer tutorial

2021-01-18 Thread Geertjan Wielenga
Pretty old tutorial and indeed the sources are gone on java.net. I'd recommend to not do this tutorial until it's been updated, which could take a while. Gj On Mon, Jan 18, 2021 at 11:39 AM Richard wrote: > Hello. > > I would like now to run the Pov-Ray renderer tutorial using Netbeans 12 >

[Netbeans platform] Pov-Ray renderer tutorial

2021-01-18 Thread Richard
Hello. I would like now to run the Pov-Ray renderer tutorial using Netbeans 12 with Linux x64 OpenJDK 11 : https://platform.netbeans.org/tutorials/nbm-povray-1.html - At first step, the file that are created in the "povfile" module for Povray File Support are not the same as shown in the

Re: Updating text file in MultiView

2021-01-18 Thread Boris Heithecker
Hi, use XMLDataObject.getDocument() to access the DOM. After modifying the DOM, you can update the file like this: final FileObject file = getPrimaryFile(); file.getFileSystem().runAtomicAction(() -> { final FileLock l = file.lock(); try (final OutputStream

Re: Updating text file in MultiView

2021-01-18 Thread Dragan Bjedov
I have created a similar plugin for CSV files. Please take a look https://bitbucket.org/draganbjedov/netbeans-csv-editor/src/master/ Hope it helps. нед, 17. јан 2021. у 23:13 Will Hartung је написао/ла: > I have a XMLMultiView from the generic New File Type wizard. > > I'm creating the GUI form