Re: Cannot remove library from project

2021-05-24 Thread Mark A. Flacy
No, it just means that I've never created a "sister project" that I would never want to use upon a different computer than the one upon which it was built. I assume that if I make a library, I might want to share it and if I want to share it, I need to publish it somewhere (even to the same

Re: About Git

2021-05-24 Thread Andreas Reichel
Greetings. On Mon, 2021-05-24 at 18:40 +0200, Richard Grin wrote: > Do you know how to print the version number of Git on which JGit is > based? No, I don't but you can easily ask here: https://www.eclipse.org/jgit/support/ Best regards Andreas

Re: GitHub token based authentication requirements

2021-05-24 Thread Torsten Römer
In GitHub, you can go to Settings -> Developer Settings -> Personal access tokens, generate a token, and simply use it as password in NetBeans. Torsten Am 24.05.21 um 22:18 schrieb Rich: I just got an email from GitHub when I did a push of a NetBeans project. It said: You recently used a

GitHub token based authentication requirements

2021-05-24 Thread Rich
I just got an email from GitHub when I did a push of a NetBeans project. It said: You recently used a password to access the repository at richpri/board18v2 with git using JGit/5.5.1.201910021850-r. Basic authentication using a password to Git is depreca

Re: Cannot remove library from project

2021-05-24 Thread Richard Grin
Hello Bayless Kirtley, Perhaps this link will help you: https://stackoverflow.com/questions/5692256/maven-best-way-of-linking-custom-external-jar-to-my-project Richard Le 24/05/2021 à 00:03, Bayless Kirtley a écrit : What is the secret for adding a dependency on a local library to a new Ma

Re: About Git

2021-05-24 Thread Richard Grin
Thanks Andreas, Do you know how to print the version number of Git on which JGit is based? Best regards, Richard Le 23/05/2021 à 00:49, Andreas Reichel a écrit : Richerard, to my best knowledge it uses Eclipse JGIT and so is independent from your OS native Git. (At the cost of less stabilit

Re: Cannot remove library from project

2021-05-24 Thread Claus Lüthje
If the other project is Maven based, you can use it in your project too. We do this heavily. We also use Artifactory to share projects in our team (aka projects on different machines) Regards Claus > Am 24.05.2021 um 13:28 schrieb Bayless Kirtley : > > Does this mean that maven won't let me s

Re: Cannot remove library from project

2021-05-24 Thread Bayless Kirtley
Does this mean that maven won't let me set a dependency on a sister project right here on the same computer? On 5/23/21 6:43 PM, Mark A. Flacy wrote: Right-click on the project's Dependencies folder. Add the maven coordinates of the library in question and good things should happen. If the l

[lsp] Setting up language servers in NetBeans?

2021-05-24 Thread Zoli Szabó
Hi everyone, Is there a documentation or tutorial on how to set up language servers in NetBeans options (Tools -> Options -> Editor -> Language Servers (tab))? Concrete example - if I'd like to set up code completion for Laravel's Blade templating engine using https://github.com/onecentlin/larav