Re: Cannot remove library from project

2021-05-23 Thread Mark A. Flacy
Right-click on the project's Dependencies folder. Add the maven coordinates of the library in question and good things should happen. If the library you want to use isn't published with maven coordinates, then you will have a problem until you do that. Please note that you can publish stuff l

Re: Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
BTW, one should not have to manually edit files created by NB just to exercise an option that the IDE offers but for some strange reason has suddenly disabled. I have been a NB user since version 5.0 actually just before we got the GUI designer. I have loved it, even with its occasional quirks

Re: Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
I did that on the one project I need right now. It then let me add it but the source still does not correspond to the binary so cannot debug. Then I tried again to remove the library and the option was disabled again. I tried with a small existing project to create as Maven project then copied

Re: Cannot remove library from project

2021-05-23 Thread Geertjan Wielenga
Look in the project.properties file in the nbproject folder and delete those references. Gj On Sun, 23 May 2021 at 23:18, Bayless Kirtley wrote: > Surely NB has not suddenly decided that I can no longer remove libraries > from an ANT project. There must be something wrong here that displays but

Re: Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
Surely NB has not suddenly decided that I can no longer remove libraries from an ANT project. There must be something wrong here that displays but disables that option from any libraries on any projects. On 5/23/21 2:45 PM, Pieter van den Hombergh wrote: The libraries are defined in a properti

Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
I have an old Java 1.8 project that needs a few updates. I cannot remove any of its libraries. The option is grayed out and Delete key does nothing. Just tried and this seems to be the case with all my projects. Cannot delete any libraries and most projects are using Java 11, if that makes a di