Re: Maven Documentation

2024-06-22 Thread slipbits
al" and choose one that makes sense. This one is not bad: https://www.baeldung.com/maven (my first hits were on the apache site but these seemed too complex, despite that I've been using maven for years) Tilman On 03.06.2024 04:11, slipbits wrote: I'm just getting into Maven and I'm

Maven Documentation

2024-06-02 Thread slipbits
I'm just getting into Maven and I'm trying to find a good book that describes the POM and Maven. I'm just going through the Apache Maven Project POM reference and things like: According to the POM 4.0.0 XSD, the |build| element is conceptually divided into two parts: there is a

Re: Can;t link src/test/java to package being tested.

2024-04-03 Thread slipbits
you restart. -mbien On 02.04.24 20:19, slipbits wrote: Thanks  Tamás; I didn't know that and I'm glad you mentioned it. But the real question is how do I test the fool thing. I compiled everything successfully under NB. I built everything successfully under NB. Now here is where my ignorance sh

Re: Can;t link src/test/java to package being tested.

2024-04-02 Thread slipbits
d the following articles: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException On 4/2/2024 11:02 AM, Tamás Cservenák wrote: Howdy, src/main/java and src/test/java is the maven standard... T On Tue, Apr 2, 2024, 19:46 slipbits wrote: I know this is a dumb questi

Can;t link src/test/java to package being tested.

2024-04-02 Thread slipbits
I know this is a dumb question but I'm stumped. I created a new project and NB created src/main and src/test subdirectories. When I created my test code in src/test/... NB recognized the main package and I could link to it i n the editor and run compiles. But when I try to execute in in the

How to fix C/C++ system error in finding a compiler file

2023-07-01 Thread slipbits
NB 18 Win 11-x64 cygwin Build command: c:\cygwin64\bin\g++.exe -O2 *.o -o Eliza.exe I'm trying to use the C/C++ I/F. During a compile the error message "C:/cygwin64/lib/gcc/x86_64-pc-cygwin/11/collect2.exe: error while loading shared libraries: ?: cannot open shared object file: No such file

Is there documentation on C/C++ Netbeans

2023-04-13 Thread slipbits
I'm trying to find some documentation which describes the Netbeans Lightweight C/C++ setup options. Are there any help files, manual for Netbeans, or tutorials? thanks art - To unsubscribe, e-mail:

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread slipbits
Hi Brad; I have installed a C++ Project. On the taskbar, "Run" has all options shaded except Run->Set Main Project. I can't compile a file, build my project, or execute my code. What I have been doing is using g++ in a bash for loop (using Cygwin on a Win7-64 platform). Is there any way to

C/C++ Integration

2022-09-06 Thread slipbits
Is Netbeans abandoning future development of C/C++? I have tried to use Netbeans Lightweight C/C++ IDE in the last few releases unsuccessfully. The current Netbeans 15 does not support syntax highlighting using CLANGD, and as in previous releases, individual files can not be compiled and (for

Netbeans 14 delivery schedule

2022-06-09 Thread slipbits
Is there an updated schedule for NB 14? I am looking forward to any C/C++ updates. thanks - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For

C/C++ Compiling and clangd integration

2022-06-01 Thread slipbits
NB 13 Win 7/10/11 gcc 11.3.0 I'm trying to use NB as a C/C++ IDE. Some issues: 1. I can't compile. Properties->Compile Commands = "g++.exe -c -dumpdir ..\obj\ -std=c++17 -o ..\obj\", but Run->Compile File is 'grayed' and can't be used. I've also tried linux separators (/) and amisture

Re: BufferedReader and BufferedWriter : non-static variable cannot be accessed from the static context

2022-05-24 Thread slipbits
It is true that there other people on this list nicer than you. But let's look at your reply for a second. You provided no help, only criticism. The person asking the question wanted help. Rather than your acerbic answer, you might have provided some aid and direction. You did say that this

Can't open Netbeans 13

2022-05-19 Thread slipbits
Netbeans 13.0 Win 7-64 jdk-17.0.1 I've been waiting for Netbeans 14 w/C++ support, but, I am ready to code and decided to open NB13. These are the Diagnostics. Since NB14 is imminent is it worth spending time trying to find and fix the root problem? thank bin >> ./netbeans64.exe WARNING:

Re: Trouble with file access permission in a C++ projet

2022-01-27 Thread slipbits
his is "CYGWIN\bin\c++.exe". Cheers, Antonio On 26/01/2022 22:18, slipbits wrote: NB Diagnostic Message Exception in thread "main" java.io.IOException: Cannot run program "C:\cygwin64\l

Trouble with file access permission in a C++ projet

2022-01-26 Thread slipbits
NB 12.6 Win7-64 I'm trying to get C++ up an running. I think I've got everything set up correctly but I get an access violation at build time. I've checked all of the security permission on the path for my account, and in each directory I see that in the Security Property pop-up I have no

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-19 Thread slipbits
#include int main(int argc, char* argv[]) {    exit (1); } On 1/18/2022 11:29 AM, slipbits wrote: Thanks; After I followed Bradley Willcott's directions I returned to Tools->Options->C/C++ and found that it (now) contained linkages to clang, not clangd. Before this change th

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread slipbits
(say "C:\Users\whatever\clang\bin\clangd.exe). Cheers, Antonio On 17/01/2022 22:17, slipbits wrote: 'm trying to host all my C/C++ projects on Netbeans (because I like NB) and am having some difficulty. NB tools->options->C/C++ requires either a ccls or clangd <https://gith

[C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread slipbits
NB 12.5 Windows 7 Cygwin I'm trying to host all my C/C++ projects on Netbeans (because I like NB) and am having some difficulty. NB tools->options->C/C++ requires either a ccls or clangd protocol server. I downloaded clangd

Re: Opening older C/C++ projects in NB 12.4

2021-12-06 Thread slipbits
I've been using Netbeans for years (2 decades or so) for both Java and C++, but under the current Netbeans to use C++ I can't take advantage of any JDK after jdk 8.0. Are there any plans to change this? As a (disgruntled) side note, I  have been using Visual Studio for C++ since March, and

Re: Linker error in cpplite

2021-04-17 Thread slipbits
1 at 11:28 PM slipbits <mailto:slipb...@slipbits.com>> wrote: Run->Build Main Project On 4/17/2021 1:41 PM, Geertjan Wielenga wrote: Can you provide a sequence of steps for someone to reproduce the issue? Gj On Sat, 17 Apr 2021 at 22:36, slipbits mailto:slip

Linker error in cpplite

2021-04-17 Thread slipbits
NB 12.3 Win7-64 Is there a fix for this? If it is in my program, is there any way of finding out where? I am (very, very) reluctantly using Visual Studio. If this issue is resolved, I can go back to NB. If it's something I need to do or haven't done correctly, can someone give me a clue? My

Installing ccls on NB12.3

2021-03-25 Thread slipbits
Win 7-64 OS I'm trying to run a C/C++ project with NB. C/C++ plugin information indicates that ccls needs to be installed, and ccls indicates LLVM needs to be installed. I've installed LLVM but am having difficulty downloading  ccls, I use Cygwin git vrs. 2.30.1. No variant of the POSIX

Re: [Netbeans Platform] Tutorials are unusable since transition to Apache

2021-03-06 Thread slipbits
Don't know if this helps. Whenever I use a system, a.k.a, Netbeans, I attempt to download everything in site. Just because I spend most of life living under a rock with pretensions of paranoia. With this in mind, I have all the Netbeans documentation given with distributions (8.2, 9.0, 11.0,

Re: SAX Question

2020-09-09 Thread slipbits
Sorry. Ignore the post. I found my error. Sorry to waste the bandwidth! On 9/9/2020 10:05 AM, slipbits wrote: NB 12.0 JDK 14 Win7-64 I'm trying to use a SAX XML parser and found the following issue? import org.xml.sax.Attributes; public class XMLReaderHandler extends

SAX Question

2020-09-09 Thread slipbits
NB 12.0 JDK 14 Win7-64 I'm trying to use a SAX XML parser and found the following issue? import org.xml.sax.Attributes; public class XMLReaderHandler extends org.xml.sax.helpers.DefaultHandler {    public void startElement(String uri, String localName, String qName, Attributes attributes)

Re: Issue with recognizing functions

2020-07-06 Thread slipbits
) On Monday, July 6, 2020, 8:08:10 PM GMT+4:30, slipbits wrote: I am trying to create files/directories and to assign attributes to them. I would like my software to play on multiple OS's and I am trying to find the Java way of identifying OS specific attributes. Two issues came up. In one

Issue with recognizing functions

2020-07-06 Thread slipbits
I am trying to create files/directories and to assign attributes to them. I would like my software to play on multiple OS's and I am trying to find the Java way of identifying OS specific attributes. Two issues came up. In one, there is no discussion of Windows attributes. I have assumed that

Re: JavaFx Problem

2020-07-06 Thread slipbits
Hi; Learning is a lifetime avocation. Once you 'start' to enjoy it, you will always enjoy it. And that's what gets you through the day. I used to say (still do for that matter) that anything that I once learned I will use. Sometimes I will use it years after I 'learned' it. When this

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-26 Thread slipbits
he box without you needing to tweak anything. Gj On Fri, 26 Jun 2020 at 08:25, slipbits <mailto:slipb...@slipbits.com>> wrote: That's the problem. Tools->Options->anything doesn't seem to have a 'Preferences', or I've missed it. Run->Set Project Configuration->Cu

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-26 Thread slipbits
er if there is one. Send the full output of the build attempt and we should be able to get this sorted out. Scott On Jun 25, 2020, at 6:44 PM, slipbits wrote:  I know this is going to sound tacky,, but I have an IDE. Two of them in fact. Why would I try to do all this work by hand? Sigh.

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread slipbits
hen Gradle will use the version specified by the project which it will download and cache in the .gradle folder of your home directory. Have you tried building the project from the command line? Scott On Jun 25, 2020, at 5:15 PM, slipbits wrote:  Win 7-64 & cygwin Tried it on NB 12. Fail

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread slipbits
I tried several versions of adding an "apply plugin:" for JavaFX without success. Don't know what else to do. thanks art On 6/25/2020 9:53 AM, Scott Palmer wrote: On Thu, Jun 25, 2020 at 5:27 PM slipbits <mailto:slipb...@slipbits.com>> wrote: Under Java with Mave

Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-24 Thread slipbits
Win 10-64 I've installed the JavaFX plugins and now I'm trying to create an application.  When I do: File->New Projects->Java with Ant->JavaFX->JavaFX Application I get a message: "Failed to automatically set-up a JavaFX Platform. Please go to Platform Manager, create a non-default Java SE 

Navigate CTL-B/CTL-SHIFT-B not working

2020-06-15 Thread slipbits
*Product Version:* Apache NetBeans IDE 12.0 *Updates:* NetBeans IDE is updated to version NetBeans 8.2 Patch 2 *Java:* 1.8.0_111; Java HotSpot(TM) 64-Bit Server VM 25.111-b14 *Runtime:* Java(TM) SE Runtime Environment 1.8.0_111-b14 *System:*

unsubscribe

2020-06-03 Thread slipbits
- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit:

Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread slipbits
Netbeans 11.3 Win 7-64 bit Cygwin I would like to install a C/C++ plugin for Netbeans 11.3. The comments I've read seem to indicate that an integrated C/C++ has been in the offing for quite some time (Oracle was late in delivering the C/C++ modules).  I have had header difficulty with