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 org.xml.sax.helpers.Def

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) thro

Re: The nbactions.xml

2020-09-09 Thread Geertjan Wielenga
When you run, however you’ve customized the run settings in the nbactions, will impact the run. Gj On Wed, 9 Sep 2020 at 16:12, HRH wrote: > > > Thanks, Gj, I saw this link a few days ago, but I am still not sure, how > to directly make references to the lifecycle artifacts in nbactions.xml. >

Re: The nbactions.xml

2020-09-09 Thread HRH
Thanks, Gj, I saw this link a few days ago, but I am still not sure, how to directly make references to the lifecycle artifacts in nbactions.xml. For instance, how can I call the action "run" described in this file from the IDE? Do I go to Project->properties->Action and define a custom action

Re: The nbactions.xml

2020-09-09 Thread Geertjan Wielenga
https://stackoverflow.com/questions/12163994/what-is-nbactions-xml-used-for Gj On Wed, 9 Sep 2020 at 15:44, HRH wrote: > Hi, > While trying to discern the relationship between maven and the > nbactions.xml file, I came across this link: Nbactions.xml - NetBeans Wiki >

The nbactions.xml

2020-09-09 Thread HRH
Hi,While trying to discern the relationship between maven and the nbactions.xml file, I came across this link: Nbactions.xml - NetBeans Wiki | | | | | | | | | | | Nbactions.xml - NetBeans Wiki | | | I don't see any direct references within the pom.xml to this file. I am wond