Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Ernie Rael
On 1/19/2021 5:25 PM, Jack W. wrote: Thanks Thomas Wolf, but that didn't work for my situation. Are there Issues on NB https://issues.apache.org/jira/projects/NETBEANS/issues ssh already or should I file one? On Tue, Jan 19, 2021 at 5:41 PM Thomas Wolf > wrote:

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
Sorry, I have no idea if there are any open issues in Apache NB regarding this. Wouldn’t even know where to look since the move to Apache. I think there’s a Jira board, but am not sure. tom On Jan 19, 2021 at 8:25:14 PM, Jack W. wrote: > Thanks Thomas Wolf, but that didn't work for my

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Thanks Thomas Wolf, but that didn't work for my situation. Are there Issues on NB ssh already or should I file one? On Tue, Jan 19, 2021 at 5:41 PM Thomas Wolf wrote: > FIGURED IT OUT! > > And as is often the case, stackoverflow had the answer: > >

Re: Only one RaspberryPi project.

2021-01-19 Thread Som Lima
Thanks. I am actually trying to draw attention to the fact there is bug in Netbeans IDE wizard. Either nobody seems to be interested in identifying and eventually fixing this bug or nobody is doing raspberrypi development in Java using Netbeans. On Tue, 19 Jan 2021, 09:27 Mark A. Flacy,

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
FIGURED IT OUT! And as is often the case, stackoverflow had the answer: https://stackoverflow.com/questions/53134212/invalid-privatekey-when-using-jsch It looks like jgit is using a version of openssh that requires a modifier on the key generation! I did the default "ssh-keygen -t rsa” when I

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
Hi Peter, I looked at m .ssh directory and it already had the permissions you describe - the .ssh/ directory only had owner rwx and in the .ssh/ directory, the public keys had rw permission for owner and r for group and other. The private keys had rw for owner and no permission for anyone else.

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Having similar problem, asked about it on the list some weeks ago. NB keeps insisting "invalid private key" for SFTP xfer to remote on run. - Source machine Ubuntu 20.04.1 - Target machine is Fedora 33. Very familiar with ssh setup. Interactive and scripted ssh to host works flawlessly.

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Peter Hull
On Tue, 19 Jan 2021 at 21:56, Thomas Wolf wrote: > On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf wrote: > >> Hey everyone, >> I’ve got Nebeans 11.3 on macOS 11.2 and am trying to push my local >> changes to a recently created remote git repository. But NB keeps telling >> me about invalid

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf wrote: > Hey everyone, > I’ve got Nebeans 11.3 on macOS 11.2 and am trying to push my local changes > to a recently created remote git repository. But NB keeps telling me about > invalid credentials (I used ssh private key) and when I look into the IDE

Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
Hey everyone, I’ve got Nebeans 11.3 on macOS 11.2 and am trying to push my local changes to a recently created remote git repository. But NB keeps telling me about invalid credentials (I used ssh private key) and when I look into the IDE log, I see this: Caused:

Re: JDK 15 Javadoc wrong location

2021-01-19 Thread Ernie Rael
Seems very important. https://issues.apache.org/jira/projects/NETBEANS/issues Would be appreciated. On 1/19/2021 10:23 AM, Dragan Bjedov wrote: Hello all, I have a problem with Javadoc for Java default packages. For example for java.util.Optional, NetBeans is searching it on

Tying File Type/TopComponent in to IDE

2021-01-19 Thread Will Hartung
I have a custom file type, created with the wizard. I do not want the text editor associated with it. I just want a GUI. I've been playing with this off and on for some time now. My DataObject has its own DataNode with createNodeDelegate and TopComponent. The DataNode inserts OpenCookie into

JDK 15 Javadoc wrong location

2021-01-19 Thread Dragan Bjedov
Hello all, I have a problem with Javadoc for Java default packages. For example for java.util.Optional, NetBeans is searching it on https://docs.oracle.com/en/java/javase/15/docs/api/java/util/Optional.html instead of

Re: support in the absence of community help

2021-01-19 Thread Patrik Karlström
There is this page with commercial support: https://cwiki.apache.org/confluence/display/NETBEANS/Commercial+Support Den mån 18 jan. 2021 kl 13:19 skrev Christopher C. Lanz : > > Hello, > > I have asked a question here and on stack overflow. No answers were > forthcoming. In such a situation, are

Re: Only one RaspberryPi project.

2021-01-19 Thread Mark A. Flacy
I'm very sorry, but it is ~3:30am where I live. I'll come back to this in ~15 hours or so (I do have to work). Hopefully someone else will continue this discussion before I do. -- Mark A. Flacy mfl...@verizon.net On Tuesday, January 19, 2021 2:41:26 AM CST Som Lima wrote: > In the second

Re: Only one RaspberryPi project.

2021-01-19 Thread Som Lima
In the second project I can create a new raspberrypi platform. Even the one created in the previous project is visible. The raspberrypi platform is not visible in the drop down list (manage platforms) so not able to select it. Comparatively When I create a new configuration in the first project

Re: Only one RaspberryPi project.

2021-01-19 Thread Mark A. Flacy
While the statement "I am not able to select raspberrypi platform for the second project ByePi." means something to you, it doesn't mean much to me. I'm not _trying_ to be mean or insulting, but I don't understand at what point you have had an issue. Are you able to create an additional

Re: Only one RaspberryPi project.

2021-01-19 Thread Som Lima
There is no error message. I am not able to select raspberrypi platform for the second project ByePi. My work around is to create classes in the same project HelloPi. Then create a custom configuration which points to the second class with the psvm so I can run it on the raspberrypi platform.

Re: Only one RaspberryPi project.

2021-01-19 Thread Mark A. Flacy
What EXACTLY is the error that you've seen? Are your host IP addresses the same? What did you expect to see that didn't happen? -- Mark A. Flacy mfl...@verizon.net On Tuesday, January 19, 2021 1:17:07 AM CST Som Lima wrote: > If you follow the instructions in this video > you will be able to