Re: Maven Documentation

2024-06-22 Thread Mark A. Flacy
ng gradle more than maven when I can, but I know there are some things that the XSD cannot express. OTOH, most maven plugin writers don't do stupid things to make the XSD ambiguous.) -- Mark A. Flacy /mfl...@verizon.net/ On Saturday, June 22, 2024 4:12:16 PM CDT slipbits wrote: > Sorry

Re: Gradle modules and dependency scanning

2023-06-26 Thread Mark A. Flacy
> sub-sub-project1 > sub-sub-project2 > > sub-project13 > > For those sub-projects that aren't recognized I can see the following > entries in the NetBeans logfile: > > INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load &

Re: Gradle modules and dependency scanning

2023-06-26 Thread Mark A. Flacy
Create a simple example in GitHub or GitLab so that people have something to test against.I'm not sure how your project is set up, since I normally don't use the term "module" in gradle projects.Sent from my Galaxy Original message From: Thomas Kellerer Date: 6/26/23 01:17

Re: Distribution of a NB app with a native library ?

2023-05-31 Thread Mark A. Flacy
ser of a non-Ubuntu/Debian/RedHat/Fedora/Gentoo distribution could wire in their own. -- Mark A. Flacy mfl...@verizon.net On Wednesday, May 31, 2023 4:11:58 PM CDT Jerome Lelasseux wrote: > Please forgive me it's not a pure Netbeans question. > > The next version of my Netbeans pl

Re: Migrating NB platform app to maven

2023-05-15 Thread Mark A. Flacy
should cache such artifacts locally as much as possible. In your case, you should publish any local artifacts to your local maven repository. (Look in the ~/.m2/repository/ directory structure to see what's cached.) -- Mark A. Flacy mfl...@verizon.net On Monday, May 15, 2023 3:26:03 PM CDT

Re: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Mark A. Flacy
There used to be a gradle plugin for NetBeans. Sent from my Galaxy Original message From: Scott Palmer Date: 2/26/23 08:49 (GMT-06:00) To: Thomas Kellerer Cc: NetBeans Mailing List Subject: Re: Creating a new platform application: Maven or Ant? > On Feb 26, 2023, at 7:14

Re: NB 15 no linux installer anymore?

2022-09-14 Thread Mark A. Flacy
are asking about something else. You should post your own message to the mailing list with an applicable subject line versus hijacking this conversation. -- Mark A. Flacy mfl...@verizon.net On 2022 M09 14, Wed 04:11:26 CDT Amn Ojee Uw wrote: > Humm, I followed the link you have posted in your mess

Re: NB 15 no linux installer anymore?

2022-09-13 Thread Mark A. Flacy
Snap requires systemd to work. Many, but not all, linux distributions use systemd. If your distro doesn't use systemd, don't expect snap to work for you. -- Mark A. Flacy mfl...@verizon.net On 2022 M09 13, Tue 21:40:38 CDT László Kishalmi wrote: > For the best Linux experience check

Re: Simple navigation question

2022-08-18 Thread Mark A. Flacy
Right click in the file's edit window and get the pop-up menu. "Select in Projects" should do the trick. -- Mark A. Flacy mfl...@verizon.net On 2022 M08 18, Thu 14:37:11 CDT Blake McBride wrote: > Greetings, > > I am using NetBeans 14. I have a simple navigatio

Re: Running with three heads

2022-08-10 Thread Mark A. Flacy
You can drag off any edit window to another display (or even another window on the same display). The overall interface gets a little weird on a Mac, but perfectly doable. -- Mark A. Flacy mfl...@verizon.net On 2022 M08 10, Wed 19:05:48 CDT Blake McBride wrote: > Greetings, > &g

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

2022-05-23 Thread Mark A. Flacy
here, although I might be in the minority in this mailing list with that opinion. There are ample places other than this list to find an answer to your implied problem. -- Mark A. Flacy mfl...@verizon.net On 2022 M05 22, Sun 17:52:55 CDT Zulfi Khan wrote: > Hi, > I have written the fol

Re: Does Anyone Know How to set -source 8?

2022-02-09 Thread Mark A. Flacy
As described, yes. If you wish to give more details about your project, I might wish to provide more details on the answer. -- Mark A. Flacy mfl...@verizon.net On 2022 M02 9, Wed 16:08:45 CST Tim de Vries wrote: > As described. > > Unfortunately Netbeans 12.5 does not reckognize Ja

Re: adding external source code

2022-02-05 Thread Mark A. Flacy
know anything about "my project"? -- Mark A. Flacy mfl...@verizon.net On 2022 M02 4, Fri 05:15:06 CST Amn wrote: > How can I add external source code (file.java) to my project? > All the information I found is related to adding libraries (file.jar) > to the project, which

Re: jar works on NB but not on debian console

2022-02-05 Thread Mark A. Flacy
point. When you use -jar, the specified JAR file is the source of all user classes, and other class path settings are ignored. -- Mark A. Flacy mfl...@verizon.net On 2022 M02 5, Sat 12:53:05 CST Amn wrote: > In my Debian 11 machine I am trying to run the jar produced by Netbeans > 12.6

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Mark A. Flacy
Greetings, That's not a maven error message but one from javac. -- Mark A. Flacy mfl...@verizon.net On 2022 M01 15, Sat 13:00:40 CST Jack W. wrote: > Doesn't seem relevant, I'm not using Maven. > > > On Sat, Jan 15, 2022 at 10:49 AM Mark A. Flacy > > wr

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Mark A. Flacy
Greetings, https://stackoverflow.com/questions/57421537/java-11-package-is-declared-in-module-which-does-not-export-it[1] -- Mark A. Flacy mfl...@verizon.net On 2022 M01 15, Sat 10:53:21 CST Jack W. wrote: > NB 12.6 downloaded today: > > I started a project and added the depen

Re: How to remove Maven from Netbeans 12.0

2021-11-18 Thread Mark A. Flacy
so I don't know if this will actually work. You may have to restart NetBeans as well. -- Mark A. Flacy mfl...@verizon.net On Thursday, November 18, 2021 7:01:14 PM CST Bayless Kirtley wrote: > I have about 2 dozen total projects, all of which are ant projects and > mostly old. I only have 5 proj

Re: NB taking up 200% CPU checking for external changes :-(

2021-10-20 Thread Mark A. Flacy
Mr. Kishalmi had much better advice. Do what he said instead of the below. -- Mark A. Flacy mfl...@verizon.net On Wednesday, October 20, 2021 2:28:44 PM CDT Mark A. Flacy wrote: > Greetings, > > The next step would be to run some tool such as jconsole or jvisualvm on the > same ma

Re: NB taking up 200% CPU checking for external changes :-(

2021-10-20 Thread Mark A. Flacy
Greetings, The next step would be to run some tool such as jconsole or jvisualvm on the same machine to see what is going on in your netbeans instance. At least you will find out what thread is creating trouble. -- Mark A. Flacy mfl...@verizon.net On Wednesday, October 20, 2021 1:57:03 PM

Re: NB taking up 200% CPU checking for external changes :-(

2021-10-20 Thread Mark A. Flacy
ot;-J-Xmx16384m" as well as setting *netbeans_jdkhome* to point to something sane. HTH. -- Mark A. Flacy mfl...@verizon.net On Wednesday, October 20, 2021 11:54:02 AM CDT Thomas Wolf wrote: > I have NB 12.4, but I have noticed the same behavior on previous NBs as > well: > >

Re: slightly off-topic: Can someone with BigSur or older help me out?

2021-10-18 Thread Mark A. Flacy
Greetings, Big Sur, java 11, code works as expected. java 15 works as expected as well. -- Mark A. Flacy mfl...@verizon.net On Monday, October 18, 2021 4:04:02 PM CDT John Mc wrote: > Hi Thomas, > > I am running Catalina(10.15.7) and Amazon Corretto(15)[1], I used your code &g

Re: JSON and XML editors - Find/Replace greyed out and Diff help

2021-09-27 Thread Mark A. Flacy
Greetings, Consider disabling the ability to save a given file buffer; the Find/Replace tools will find and replace things, but if you cannot save the result then that file buffer is essentially read-only. -- Mark A. Flacy mfl...@verizon.net On Monday, September 27, 2021 4:44:17 PM CDT Tim

Re: Cannot remove library from project

2021-05-24 Thread Mark A. Flacy
r to serve such libraries to any other machines that are running in my local network. Just because I do things a certain way does not make that way "best", "optimal" or even "sane". -- Mark A. Flacy mfl...@verizon.net On Monday, May 24, 2021 6:28:21 AM CDT

Re: Cannot remove library from project

2021-05-23 Thread Mark A. Flacy
locally or to a Nexus server (as an example) of your own. -- Mark A. Flacy mfl...@verizon.net On Sunday, May 23, 2021 5:03:42 PM CDT Bayless Kirtley wrote: > 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

Re: Specify JVM arguments with Gradle

2021-03-22 Thread Mark A. Flacy
Right-click on the project in the Projects window, open the Project Properties. Look for Build -> Build Actions. -- Mark A. Flacy mfl...@verizon.net On Monday, March 22, 2021 10:14:18 AM CDT Thomas Kellerer wrote: > Hello, > > is it possible to define specific JVM argu

Re: NetBeans Platform modules with Gradle

2021-03-20 Thread Mark A. Flacy
I do not think so. I believe the OP is asking about using Gradle to build NetBeans modules and applications versus either Ant or Maven. -- Mark A. Flacy mfl...@verizon.net On Saturday, March 20, 2021 1:35:36 PM CDT Eric Bresie wrote: > Are you asking for "Java with Gradle" as

Re: A little Gradle problem

2021-03-15 Thread Mark A. Flacy
Greetings, The plugins you are using will impact what is going on with Gradle. You should tell us about them as well. I know there is at least one protobuf plugin that NetBeans is not currently able to handle. (Well, 12.1 couldn't; I haven't checked against 12.3.) -- Mark A. Flacy mfl

Re: Java filing problem on Netbeans 12.2: File created but no data in it

2021-03-15 Thread Mark A. Flacy
Greetings, This is a generic Java problem, not a NetBeans issue. Try */FileWriter fileWritter = new FileWriter(f1, true); /*instead. -- Mark A. Flacy mfl...@verizon.net On Friday, March 12, 2021 7:01:44 PM CDT Zulfi Khan wrote: > Hi, > Subject: File created but message not stored &g

Re: NEED EXAMPLE CODE: how to use database to fill out NB Form

2021-03-14 Thread Mark A. Flacy
Greetings, Is there a base project that contains what you've attempted to this point that could be shared amongst us? Are you talking about a NetBeans application to do this? Or is this some other Java application for which you want to use NetBeans to compile and test? -- Mark A. Flacy

Re: Java filing problem on Netbeans 12.2: File created but no data in it

2021-03-11 Thread Mark A. Flacy
requesting such help. Please provide more detail upon what you did using Netbeans and what you expected Nebeans to do when you did whatever that was. -- Mark A. Flacy mfl...@verizon.net On Thursday, March 11, 2021 10:50:13 PM CST Zulfi Khan wrote: > Hi,I am trying to run the following prog

Re: Please help me developers!

2021-03-11 Thread Mark A. Flacy
Greetings, This is the wrong mailing list, given your request. I do not know what mailing list (if there is one) would be more suitable for your request. This mailing list is for the Netbeans IDE and application platform. It has nothing to do with the Apache web server. -- Mark A. Flacy

Re: What Project should I use if I have existing source?

2021-03-09 Thread Mark A. Flacy
I would then wonder how that existing project was being built. Depending upon how you wanted to move forward, you could move the source into the directory structure that both maven and gradle expect or you could hand- write the build.xml file that ant would use. -- Mark A. Flacy mfl

Re: Netbeans 12.2 open file leak (macOS)

2021-03-09 Thread Mark A. Flacy
Oh my, I'm not sure you would be able to know how happy that makes me. -- Mark A. Flacy mfl...@verizon.net On Tuesday, March 9, 2021 8:49:35 PM CST Laszlo Kishalmi wrote: > Fixed in 12.3 > > On 3/9/21 5:52 PM, Mark A. Flacy wrote: > > Greetings, > > > > I'

Netbeans 12.2 open file leak (macOS)

2021-03-09 Thread Mark A. Flacy
y, my work machine locked up twice while writing this on my non-work machine [which is not, and never will be, a Mac].) -- Mark A. Flacy mfl...@verizon.net - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For

Re: What Project should I use if I have existing source?

2021-03-01 Thread Mark A. Flacy
Greetings, For gradle or maven projects, you just open the directory as a project. Netbeans will notice the pom.xml or the build.gradle file and act accordingly. I assume that works with ant as well, but I haven't used ant in years. -- Mark A. Flacy mfl...@verizon.net On Monday, March 1

Re: reporting Netbeans problems

2021-01-30 Thread Mark A. Flacy
Greetings, I strongly suspect that the bug reporter is attempting to contact a pre-Apache NetBeans interface that either no longer accepts input or no longer exists. I've seen the same popup as well. -- Mark A. Flacy mfl...@verizon.net On Friday, January 29, 2021 1:34:47 PM CST Greenberg

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 sec

Re: Only one RaspberryPi project.

2021-01-19 Thread Mark A. Flacy
additional remote java se in the java platform manager that you cannot select later? Or is it that you cannot create an additional remote java se in the java platform manager for the other project? -- Mark A. Flacy mfl...@verizon.net On Tuesday, January 19, 2021 2:11:02 AM CST Som

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 b

Re: XML in Netbeans Module

2021-01-17 Thread Mark A. Flacy
My "There's built-in support for that." meant only that there is built-in support for XML parsing. Not DBus support. :) -- Mark A. Flacy mfl...@verizon.net On Sunday, January 17, 2021 1:02:32 AM CST Mark A. Flacy wrote: > Greetings, > > In my particular use-case, I was

Re: XML in Netbeans Module

2021-01-16 Thread Mark A. Flacy
no longer remember why I made my specific choices. -- Mark A. Flacy mfl...@verizon.net On Saturday, January 16, 2021 10:06:56 PM CST Will Hartung wrote: > On Sat, Jan 16, 2021 at 3:40 PM Mark A. Flacy > > wrote: > > Greetings, > > > > Netbeans itself uses tons of XML i

Re: XML in Netbeans Module

2021-01-16 Thread Mark A. Flacy
Greetings, Netbeans itself uses tons of XML internally; I've gotten away with just importing xml-apis:xml-apis. It probably matters what you are trying to do, of course. For OSGI dependencies, that's in the nbm-maven-plugin's configuration block. -- Mark A. Flacy mfl...@verizon.net

Re: possibly naive question

2021-01-14 Thread Mark A. Flacy
Greetings, There is an important delta between "remote" and "external". There is rather large delta between "locally and by me" and "locally and not by me" as well. -- Mark A. Flacy mfl...@verizon.net On Thursday, January 14, 2021 9:56:46 PM CS

Re: possibly naive question

2021-01-14 Thread Mark A. Flacy
Greetings, I must ask if there are other IDEs which do have such APIs enabled by default. I wouldn't want something like that to be available (by default) on *any* IDE that I use. -- Mark A. Flacy mfl...@verizon.net On Thursday, January 14, 2021 5:30:21 PM CST Thomas Wolf wrote: >

Re: The 12.2 release for MacOS is worse than the 12.1 release.

2020-12-03 Thread Mark A. Flacy
nnot figure out how to connect to the internet. And that specific notification is now gone from the Notifications panel, so I can't even report it here. There is something horribly broken in this release, IMO. -- Mark A. Flacy mfl...@verizon.net On Thursday, December 3, 2020 4:58:51 AM CST L

The 12.2 release for MacOS is worse than the 12.1 release.

2020-12-02 Thread Mark A. Flacy
it on my Linux boxes yet, but my MacOS experience is pushing me to use IntelliJ (which my company pays for) on my work machine. I HATE the Intellij interface. I'll stay with 12.1 until there are test projects that aren't trivial for the Netbeans team to test against. -- Mark A. Flacy mfl

What happened to "Enable Annotation Processing in Editor" in Apache Netbeans 12.1?

2020-11-20 Thread Mark A. Flacy
at work that uses Lombok and I am forced to use IntelliJ (which I hate) instead of Netbeans. -- Mark A. Flacy mfl...@verizon.net [1] https://netbeans.apache.org/kb/docs/java/annotations-lombok.html