Re: import a project which uses the Gradle Kotlin DSL

2019-10-06 Thread Laszlo Kishalmi
Kotlin based Gradle project are not supported at the moment. It might happen in 11.3 cycle. Hopefully early enough. On 10/6/19 2:30 PM, thufir wrote: How can I get Netbeans to recognize this project? thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ mkdir foo

import a project which uses the Gradle Kotlin DSL

2019-10-06 Thread thufir
How can I get Netbeans to recognize this project? thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ mkdir foo thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ cd foo thufir@dur:~/NetBeansProjects/foo$ thufir@dur:~/NetBeansProjects/foo$ gradle init --type java-application

Your interview about NetBeans and free NetBeans stickers

2019-10-06 Thread Emilian Bold
Hello, There are some nice interviews about NetBeans on http://www.codeswith.com If you want to do your own interview, let's get in touch. I'm particularly interested in somebody using NetBeans for PHP or Java development. On the site you can even request free stickers to be mailed to you via

SOLVED -- Re: Creating a Java library project with Apache Netbeans

2019-10-06 Thread Peter L. Berghold
Thanks for the help folks. One suggested feature I'd like to put out there? Have an option for initializing the Git repo (local) at project start? -- Peter L. Berghold Professonally: IT Professional (DevOps, Puppet, Perl...) Advocations: Dog Training,

Re: JJazzLab : a music application based on the Netbeans Platform

2019-10-06 Thread Jerome Lelasseux
If you connect JJazzLab output to VMPK input, it won't produce any sound. You will just see the notes being pressed on the virtual keyboard when VMPK receives Midi Messages from JJazzLab. This is because VMPK is like JJazzLab, it does not produce any sound itself, you need to connect a Midi

Re: JJazzLab : a music application based on the Netbeans Platform

2019-10-06 Thread Lucio Crusca
Il 04/10/19 23:48, Jerome Lelasseux ha scritto: It's here: https://www.jjazzlab.com    (NOT www.jazzlab.com !) If you're a musician and practice your instrument using backing tracks (maybe with apps like Band in a box or iReal Pro, or with backing tracks from YouTube), then you might be

Re: Maven project with java modules

2019-10-06 Thread Geertjan Wielenga
Just start by looking at the example I pointed you to on GitHub. Gj On Sun, 6 Oct 2019 at 12:58, Richard Grin wrote: > So, there is no reasons to create several modules into a NetBeans project? > If I have understood you correctly. > Le 06/10/2019 à 12:28, Geertjan Wielenga a écrit : > > A

Re: Maven project with java modules

2019-10-06 Thread Richard Grin
So, there is no reasons to create several modules into a NetBeans project? If I have understood you correctly. Le 06/10/2019 à 12:28, Geertjan Wielenga a écrit : A Jigsaw module is simply a Java SE project with a module-info.java file. In other words, in NetBeans, the concept of a Jigsaw module

Re: Maven project with java modules

2019-10-06 Thread Richard Grin
Thanks Geertjan for this example I will study. No menu in NetBeans 11.1 (I forgot the version of NetBeans in my previous message) to create a new module? Do I have to create a new Folder and then to add a module-info.java jnside this new Folder? Le 06/10/2019 à 12:16, Geertjan Wielenga a écrit

Re: Maven project with java modules

2019-10-06 Thread Geertjan Wielenga
A Jigsaw module is simply a Java SE project with a module-info.java file. In other words, in NetBeans, the concept of a Jigsaw module is synonymous with the Java project type. Gj On Sun, 6 Oct 2019 at 12:24, Richard Grin wrote: > Thanks Geertjan for this example I will study. > > No menu in

Re: Maven project with java modules

2019-10-06 Thread Geertjan Wielenga
https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples/tree/master/AnagramGameMaven Gj On Sun, 6 Oct 2019 at 12:03, Richard Grin wrote: > Hi, > > Where can I find a good example to create a Maven NetBeans project with > java modules (not NetBeans modules)? > > I can't find a