RANT Javac Oracle Solaris, Linux, and macOS:

2019-12-30 Thread zahid
who ever wrote this document  never even followed their own instructions to see if it works. *Oracle Solaris, Linux, and macOS:* |javac -classpath /examples /examples/greetings/Hi.java| https://docs.oracle.com/en/java/javase/13/docs/specs/man/javac.html -- www.backbutton.co.uk

Re: Gradle use cases / your opinion needed! Give Feedback by 5th of January!

2019-12-30 Thread Laszlo Kishalmi
Well only two thing can be altered:     - Java Platform to be used to invoke the build.     - Augmented build (when NetBeans defines alters your build script during runtime, by adding special plugins) On 12/30/19 12:06 PM, Scott Palmer wrote: What kind of compiling options would this

Re: Gradle use cases / your opinion needed! Give Feedback by 5th of January!

2019-12-30 Thread Scott Palmer
What kind of compiling options would this affect? Anything that disrupts the configuration of compiler options that are set by the gradle script would cause problems. Scott > On Dec 30, 2019, at 11:30 AM, Laszlo Kishalmi > wrote: > > Dear all, > > I'm thinking about to change the Gradle

Re: Hints for custom language

2019-12-30 Thread Bilu Al
Thanks you On 2019/12/30 16:40:44, Emilian Bold wrote: > From the tutorial: HintsController.setErrors (document, String > uniqueLayerID, List errors); > > --emi > > On Mon, Dec 30, 2019 at 6:34 PM Geertjan Wielenga wrote: > > > > https://platform.netbeans.org/tutorials/nbm-javacc-parser.html

Re: Hints for custom language

2019-12-30 Thread Emilian Bold
>From the tutorial: HintsController.setErrors (document, String uniqueLayerID, List errors); --emi On Mon, Dec 30, 2019 at 6:34 PM Geertjan Wielenga wrote: > > https://platform.netbeans.org/tutorials/nbm-javacc-parser.html > > Gj > > On Mon, 30 Dec 2019 at 12:43, Bilu Al wrote: >> >> Its a

Re: Hints for custom language

2019-12-30 Thread Geertjan Wielenga
https://platform.netbeans.org/tutorials/nbm-javacc-parser.html Gj On Mon, 30 Dec 2019 at 12:43, Bilu Al wrote: > Its a custom language for data processing something similar to xml. And i > am using JavaCC. > > On 2019/12/30 14:43:41, Geertjan Wielenga wrote: > > What custom language are you

Gradle use cases / your opinion needed! Give Feedback by 5th of January!

2019-12-30 Thread Laszlo Kishalmi
Dear all, I'm thinking about to change the Gradle project configuration. Most of the configuration is directed by the Gradle project, however compiling, formatting and license options could be set up from the IDE directly. If I'd make those configurations available on the root projects only

Re: Hints for custom language

2019-12-30 Thread Bilu Al
Its a custom language for data processing something similar to xml. And i am using JavaCC. On 2019/12/30 14:43:41, Geertjan Wielenga wrote: > What custom language are you working on? And are you using Antlr or > something different? > > Thanks, > > Gj > > On Sun, Dec 29, 2019 at 7:57 AM

Re: Hints for custom language

2019-12-30 Thread Geertjan Wielenga
What custom language are you working on? And are you using Antlr or something different? Thanks, Gj On Sun, Dec 29, 2019 at 7:57 AM Bilu Al wrote: > Hello, > I am developing a module for netbeans to support a custom language. > > what i am trying to do now is to declare Hints for my custom