Re: deploy on save not working ?

2024-05-30 Thread Mark Eggers
Is this on Windows? . . . just my two cents /mde/ On 5/30/2024 5:32 AM, Roberto Bottoni wrote: the server is Tomcat 10.1.20. If I have to restart the server, the "deploy on save" feature is useless. R. Il 30-05-2024 14:21 Eric Bresie ha scritto: Which server is in  use? Some servers may not

Re: Run-Time Error: email Validation project still giving errors

2024-03-14 Thread Mark Eggers
Zulifi, This is the same issue that you've had with your other project. As has been pointed out, I answered that question here: https://lists.apache.org/thread/pq84cb84w8822g9rt133vctc14nbzb9f Again, in particular: 1. Remove the following. They are no longer valid since Java 9 11 11 2. Add

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Mark Eggers
Is there a minimum JDK 8 version that is required in order to be recognized by NetBeans? That would be an interesting question to answer (and possibly document). I know that there are some Maven plugins that have a minimum required JDK 8 version. I wonder if the original author could go and

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Mark Eggers
I just installed NetBeans 21 running on JDK 17. I have several old projects that build against JDK 8. I've added JDK 8 to my installed Java Platforms, set my Properties->Build->Compile to the correct JDK (1.8), and have set source and target in the maven compiler plugin to 1.8. The project l

Re: Run-Time Error: email Validation project still giving errors

2024-02-26 Thread Mark Eggers
Khan, I apologize - I meant to send this to the mailing list. You will probably get two copies. This is mostly a Maven question. Two things: 11 The release should be major versions only. Second, you'll have to actually configure the compiler plugin in order to use the above value. A minimu

Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers
f Bujdosó Gyula : Thank you! Op do 22 feb 2024 om 09:40 schreef Mark Eggers : On NetBeans 20: Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) I doubt that it's been changed for NetBeans 21 (the latest). just my two cents . . . Mark /mde/ On 2/21/2024 10:14 PM,

Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers
On NetBeans 20: Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) I doubt that it's been changed for NetBeans 21 (the latest). just my two cents . . . Mark /mde/ On 2/21/2024 10:14 PM, Bujdosó Gyula wrote: Dear Team, Maybe you have an idea, how I could determine and specify N

Re: --boot-classpath errors in NB 16

2023-01-13 Thread Mark Eggers
Frank, That's a very old version of the maven-compiler-plugin. From version 3.6 of the compiler plugin, you can use the maven.compiler.release property, which sets the JDK >=9 --release option. So the configuration would look something like this: 11

Re: font for accented characters

2023-01-09 Thread Mark Eggers
Hi Chris, A quick question: 1. Is your file encoding UTF-8? At least for NetBeans 15, the configuration file is located in wherever you installed NetBeans\etc. It's called netbeans.conf. In my netbeans.conf, I've added -J-Dfile.encoding=UTF-8 to netbeans_default_options. I haven't tried

Re: Warnings in pom.xml files of a multi-module project

2022-08-31 Thread Mark Eggers
NetBeans 12.6 and 13 generate the parent.relativePath warning in NetBeans 14 and 15 (vc). . . . just my two cents /mde/ On 8/29/2022 2:37 PM, Mark Eggers wrote: Folks, I have the following setup: Windows 10 Pro - latest updates JDK 17 (JDK 11, JDK 8 defined for legacy projects) Netbeans 15

Warnings in pom.xml files of a multi-module project

2022-08-29 Thread Mark Eggers
Folks, I have the following setup: Windows 10 Pro - latest updates JDK 17 (JDK 11, JDK 8 defined for legacy projects) Netbeans 15 (voting candidate) installed from zip I did not import any settings from NetBeans 14. I have the following project structure to build with JDK 8: Aggregator |--- p

Re: NetBeans 13, subversion, buildnumber plugin, Macintosh failed build

2022-04-12 Thread Mark Eggers
Adding the lines to netbeans.conf did fix the problem. Thanks for the fix! . . . just my two cents /mde/ On 4/11/2022 9:17 AM, Mark Eggers wrote: Alex, Thanks for the reply. I suspected a NetBeans PATH issue but I didn't know where to tweak it. I'm a bit reluctant to experimen

Re: NetBeans 13, subversion, buildnumber plugin, Macintosh failed build

2022-04-11 Thread Mark Eggers
rt NetBeans. I hope this helps. Alex On 2022/03/25 19:36:49 Mark Eggers wrote: Hi, Thanks for responding. I can't check since the Macintosh user is not around at present. However, while reading brew documentation it says that there are soft links to /usr/local/bin for all the insta

Re: NetBeans 13, subversion, buildnumber plugin, Macintosh failed build

2022-03-25 Thread Mark Eggers
ust my two cents /mde/ On 3/25/2022 1:08 AM, Juan Miguel Escribano wrote: Hi, I think I installed Subversion with brew too, but my path to it is : /usr/local/opt/svn/bin ¿Could you check it? Juan Miguel El 25 mar 2022, a las 0:06, Mark Eggers escribió: I'm trying to help a user on

NetBeans 13, subversion, buildnumber plugin, Macintosh failed build

2022-03-24 Thread Mark Eggers
I'm trying to help a user on a Macintosh use NetBeans 13. I do not have a Macintosh. Our pom.xml has the buildnumber-maven-plugin that runs in the validate phase. It populates some properties (revision and branch) to be added to a couple of files via resource filtering. This works fine on Wi

Re: Debian NB - setting up tomcat

2022-02-21 Thread Mark Eggers
On 2/20/2022 10:55 PM, Amn Ojee Uw wrote: Tomcat is installed in '/opt/tomcat' and when trying to add tomcat as a server, well, NB has not permission to access that directory. Can anyone help? I am using NB-latest in my Debian box. I recommend downloading Tomcat from tomcat.apache.org, unpack

Re: [apache netbeans12[ [javafx] [install] Can't install correctly.

2022-02-09 Thread Mark Eggers
Just out of curiosity: What I do on Linux and Windows is the following: 1. Set JAVA_HOME to location of the base directory for the JDK 2. Set JRE_HOME to the location of the base directory for the JRE 3. Set PATH a) to $PATH to include $JRE_HOME/bin:$JAVA_HOME/bin (Linux) b) to %PATH% to

Re: NetBeans 12.6 / Oracle JDK 11.0.14 LTS / JAX-B Binding

2022-01-20 Thread Mark Eggers
BK, On 1/20/2022 8:57 AM, Brad K. wrote: Hello -- 1. New Project -> Java with Maven 2. Copy Primer.xsd from here (https://github.com/javaee/jaxb-v2/tree/master/jaxb-ri/samples/src/main/samples/partial-unmarshalling) 3. File -> New -> JAX-B Binding 4. Binding name: Primer,    file: navigate

Re: Netbeans IDE 12.6/JavaFX 17/Java 11

2022-01-13 Thread Mark Eggers
First of all, when I do development it's for Java EE web containers. Second of all, I use Maven, so if you're using Ant or Gradle I will have even less of a clue. That being said, I did a quick search for: Error initializing QuantumRenderer: no suitable pipeline found a StackOverflow discussi

Re: [OT] Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
bourbon! Mark On Sun, Jan 9, 2022 at 3:54 PM Mark Eggers wrote: Mark, Well, that is indeed it. You've told NetBeans that it's a J2EE 7 application (which Tomcat 7 won't run), and the web.xml is servlet specification 2.4. You can try the following: in web.xml htt

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
Mark, I sent you a direct mail message. Hope that gets you started. . . . just my two cents /mde/ On 1/9/2022 1:58 PM, Mark Phillips wrote: On Sun, Jan 9, 2022 at 1:27 PM Mark Eggers wrote: Mark, All the applications that we run work fine on Tomcat 7 - Tomcat 9 (after we modify

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
nk there is something screwy with netbeans if it will allow a tomcat7 server to be added, and run, but won't associate it with a project. Thanks, Mark On Sun, Jan 9, 2022 at 10:39 AM Mark Eggers wrote: Mark, What servlet specification is your project? Tomcat 7 (which is EOL BTW)

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
space. . . . just my two cents /mde/ On 1/9/2022 7:35 AM, Mark Phillips wrote: Mark, I tried that. The problem is the server list in the project run properties isn't populated with my tomcat installation. There is nothing in the list to select. Mark On Fri, Jan 7, 2022 at 3:48 PM Mark Eggers wro

Re: Can't get project to work with tomcat7

2022-01-07 Thread Mark Eggers
Mark, On 1/7/2022 2:28 PM, Mark Phillips wrote: I have the latest netbeans on Ubuntu (at least it says it is up to date). I open an old project, and it says the tomcat server is missing. I click on Resolve Missing Server, go through the steps to let netbeans know where my tomcat 7 server is loca

Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2021-12-31 Thread Mark Eggers
BK, Maybe start here? https://github.com/oracle/nb-javac You'll have to clone the repository (or release tag, or release) from a place where you do have Internet access, and then go through the appropriate channels to bring it into your environment. Once there, you should be good to either

Encoding semicolon in an param-value

2021-12-15 Thread Mark Eggers
I am using NetBeans 12.4 (I know, upgrade) on a Windows 10 Professional system with JDK 11.0.12 (I know, upgrade). I am writing a proof of concept web application (Maven, Java EE 6) to test configurable servlet filters for Content-Security-Policy and X-Frame-Options. This all works well, exc

Re: Need an advice

2021-11-18 Thread Mark Eggers
I haven't played with d3js, but it does look promising. Here's a link with graphs that can be moved around: https://observablehq.com/collection/@d3/d3-drag Just click on an example, and play with the results. As far as acyclic directed graphs with d3js: https://github.com/erikbrinkman/d3-dag

Re: Emmet

2021-07-15 Thread Mark Eggers
Rushworth wrote: Maybe I'm just stupid, but where is the download link? Tom On 7/15/2021 10:27 PM, Mark Eggers wrote: 1. Go to the download link 2. Download the release (.nbm file) 3. Start Netbeans 4. Open Tools->Plugins 5. Select the Downloaded tab 6. Click on the Add Plugins. . .

Re: Emmet

2021-07-15 Thread Mark Eggers
there doesn't appear to be any way to install it in Netbeans. Tom On 7/15/2021 8:08 PM, Mark Eggers wrote: On 7/15/2021 4:02 PM, Tom Rushworth wrote: Is Emmet available for use in Netbeans 12.4? Tom It appears to be: https://github.com/emmetio/netbeans/releases/tag/v1.4.0 It

Re: Emmet

2021-07-15 Thread Mark Eggers
On 7/15/2021 4:02 PM, Tom Rushworth wrote: Is Emmet available for use in Netbeans 12.4? Tom It appears to be: https://github.com/emmetio/netbeans/releases/tag/v1.4.0 It doesn't seem to be available on https://plugins.netbeans.apache.org/. I've not tried it, so I don't know if it works wit

Re: FW: failure notice

2020-11-02 Thread Mark Eggers
Peter, I tried to read through the quoted emails and headers, but I may have gotten lost. Here's how I run JDK / NetBeans / Node on my Windows 10 Professional system. Your mileage may vary. 1. Install JDK/JRE a. I use AdoptOpenJDK b. I use the latest JDK/JRE 11 c. I use the zip files d. Add

Re: Stopping Tomcat

2020-10-26 Thread Mark Eggers
HRH, In general I don't recommend running Tomcat as a service on any platform when it's controlled by NetBeans. 1. On Windows I create a directory (called Apache) somewhere where there's no spaces in the directory path. This is no longer strictly necessary, but it's nice to keep all the too

Re: Dead code detection

2020-09-15 Thread Mark Eggers
The code appears to be here: https://github.com/evernat/dead-code-detector I just found it with a little searching. I have no idea what state the code is in, how to create a plugin from it, or how it handles newer versions of Java. . . . just my two cents /mde/ On 9/15/2020 12:28 PM, Oliver Ret

Re: Java programs run in Netbeans but not outside

2020-08-15 Thread Mark Eggers
I do something similar and then package up everything as a zip file or tar.gz with the assembly plugin. Something like this: org.apache.maven.plugins maven-assembly-plugin 2.6 src/main/assembly/asse

Re: When to install nb-javac

2020-03-23 Thread Mark Eggers
;> On Mon, 23 Mar 2020 at 17:51, Geertjan Wielenga wrote: >>> >>> Indeed, a must have only if NetBeans is running on JDK 8. Ultimately we >>> want to need nb-javac increasingly less for later JDKs and if you can do >>> without it, that would be great. Doesn’t

Re: When to install nb-javac

2020-03-23 Thread Mark Eggers
;> Indeed, a must have only if NetBeans is running on JDK 8. Ultimately we >> want to need nb-javac increasingly less for later JDKs and if you can do >> without it, that would be great. Doesn’t exist yet, indeed, for 12.0 anyway. >> >> Gj >> >> On Mon, 23 M

When to install nb-javac

2020-03-23 Thread Mark Eggers
Folks, I'm currently working with NetBeans 12 beta 1 running on Windows 10 Professional and OpenJDK 11.-0.6. First of all, hats off to everyone who contributed to this. It's running fine for all of my projects (maven-based web and command line projects). I do have the notification showing 'Instal

Re: NB 11.2 change default project path

2020-02-20 Thread Mark Eggers
I did not know that - cool! . . . just my two cents /mde/ On 2/20/2020 10:59 AM, Laszlo Kishalmi wrote: > Start Netbeans with: > > -J-Dnetbeans.projects.dir= > > you can add that option into your etc/netbeans.conf as well > > On 2/20/20 6:59 AM, Mark Eggers wrote: >>

Re: NB 11.2 change default project path

2020-02-20 Thread Mark Eggers
syntax highlight and a terminal to compile. If I see what a mess > and overhead all this fancy IDEs and build-tools costs - wich in fact > they're supposed to do for the dev - not in addition to it - what's the > benefit of wasting time to figure out how to get around simplest fails

Re: NB 11.2 change default project path

2020-02-20 Thread Mark Eggers
>> and overhead all this fancy IDEs and build-tools costs - wich in fact >> they're supposed to do for the dev - not in addition to it - what's the >> benefit of wasting time to figure out how to get around simplest fails >> done in every beginners for dummies book? >&g

Re: NB 11.2 change default project path

2020-02-19 Thread Mark Eggers
First of all, I'm just a happy NetBeans user. Second of all, this is just my opinion. So let me try to understand your problem first. 1. You crashed what appears to be a Windows data and programs disk This is different than where your user profile is stored. I understand this, since I do the sa

Re: Issues with Netbeans Project Recognising Tomcat Installation

2019-11-11 Thread Mark Eggers
t know if the NetBeans "use private configuration folder" will work with distribution installations of Tomcat. . . . just my two cents /mde/ > > On Mon, Nov 11, 2019 at 7:24 PM Mark Eggers > wrote: >> >> On 11/11/2019 8:23 AM, Mark Phillips wrote: >>> I am runn

Re: Issues with Netbeans Project Recognising Tomcat Installation

2019-11-11 Thread Mark Eggers
On 11/11/2019 8:23 AM, Mark Phillips wrote: > I am running Apache NetBeans IDE 11.2 with Java: 1.8.0_201 on Debian (Linux > version 5.0.0-32-generic running on amd64). I have a tomcat 7.09 server > installed and running. I can deploy war files from the tomcat manager app > and I can see the tomcat

Re: SVN Client

2019-10-15 Thread Mark Eggers
/apache/netbeans/blob/master/ide/libs.svnClientAdapter.javahl/src/org/netbeans/libs/svnclientadapter/javahl/JavaHlClientAdapterFactory.java > > > On 10/15/19 12:14 AM, Mark Eggers wrote: >> I use the Slik SVN client with the advanced installation on Windows 10 >>

Re: SVN Client

2019-10-15 Thread Mark Eggers
blob/master/ide/libs.svnClientAdapter.javahl/src/org/netbeans/libs/svnclientadapter/javahl/JavaHlClientAdapterFactory.java > > > On 10/15/19 12:14 AM, Mark Eggers wrote: >> I use the Slik SVN client with the advanced installation on Windows 10 >> Professional with NetBeans 11.1. >>

Re: SVN Client

2019-10-15 Thread Mark Eggers
I use the Slik SVN client with the advanced installation on Windows 10 Professional with NetBeans 11.1. This seems to work reasonably well, although I mostly work with git these days. . . . just my two cents /mde/ On 10/14/2019 9:45 PM, László Kishalmi wrote: > Well, NetBeans had support for 3 k

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Mark Eggers
Walter / Gj, One of the problems with running multiple versions of Java on Windows is the inclusion of the following on the path (as I wrote up earlier): C:\Program Files (x86)\Common Files\Oracle\Java\javapath This MUST be removed from the PATH environment variable otherwise you will see errors

Re: Netbeans 11 won't launch in Windows 10

2019-09-23 Thread Mark Eggers
I run NetBeans 8.2, NetBeans 11, and NetBeans 11.1 daily on a Windows 10 Professional desktop. I've never had any trouble installing or running the platforms. For this mix, here's how I do things. 1. Download OpenJDK 11.0.4 from adoptopenjdk.net Download the appropriate zip file (64 bit version

Re: Printing from IDE 11.0

2019-09-07 Thread Mark Eggers
Printing works for me for both 11.0 and 11.1 64 bit. I see the previews in the Print Preview window. Windows 10 Professional 64 bit AdoptOpenJDK 11.0.4+11 64 bit I have a physical (network - attached) default printer set up. Do you? . . . just my two cents /mde/ On 9/7/2019 2:18 PM, philip.burn

Re: Please help to debug jsp sources using netbeans 8.2

2019-07-16 Thread Mark Eggers
What happens when you just try Ctrl-F5 (Debug project)? I just did this for a simple JSP page. Environment: Windows 10 Professional JDK 1.8.0_202 NetBeans 8.2 Tomcat 7.0.94 Windows 10 Professional OpenJDK 11.0.3 NetBeans 11 Tomcat 7.0.94 In both instances, I hit the break point and was able t

Re: Json validation

2019-04-22 Thread Mark Eggers
On 4/16/2019 10:23 AM, Greenberg, Gary wrote: > I sure do have one. Here it is. > > Gary Greenberg > Staff Software Engineer > Data Product Development, BI-A > E: ggree...@visa.com > M: 650-269-7902 > > [EmailSig-TaglineVersion] > > From: Wade Chandler > Sent: Monday, April 15, 2019 6:23 PM > T

Re: NB 10 Copy / paste error from Output window

2019-04-03 Thread Mark Eggers
On 4/3/2019 7:05 AM, Lister Jonathan wrote: > Hi, > I am running NB 10 on Windows 10 with a 4k monitor (3840 x 2160). > I configure a larger font via netbeans.conf: > > netbeans_default_options=" ... > --fontsize 16" > > > Whenever I copy / paste text from the output log I get extra characters f