Re: CVS

2018-09-26 Thread Michael Zucchi
On 26/09/18 18:58, Thomas Kellerer wrote: Michael Zucchi schrieb am 26.09.2018 um 11:19: I noticed CVS is missing in netbeans 9. Without it i'm somewhat hamstrung for my Free Software projects as I wont use anything else for those. It is available through the update center (Tools -> Plugins

Re: [news] NetCAT 10.0 proposal

2018-09-26 Thread Jiří Kovalský
Exactly. 3 releases per year to me sounds like the right cadence. In my opinion, quality things need time. Yes, we can follow the same "modern" pattern to rush things, provide monthly releases and even register development update center in the IDE but I think this way we would be compromising q

Re: [news] NetCAT 10.0 proposal

2018-09-26 Thread Jiří Kovalský
Right, and this is about November release - see 11/15 as planned GA date. -Jirka Dne 26.9.2018 v 09:35 Christian Lenz napsal(a): Hey, Maybe I don’t understand it, but we have 4 releases a year: February, May,  August and November. Maybe you talk About smth else, sry for that. Cheers Chris

Re: Main-Class for Java Modular Project

2018-09-26 Thread Peter Hull
On Wed, 26 Sep 2018 at 13:01 Geertjan Wielenga wrote: > If you can provide step by step instructions with as much details as > possible, this is where you file your issue: > https://issues.apache.org/jira/projects/NETBEANS > > Will do.

Re: SVN fix?

2018-09-26 Thread Geertjan Wielenga
On Wed, Sep 26, 2018 at 1:45 PM, * William wrote: > Hmm > > This matter was discussed a month or more back. There appears to be NO > "SvbKit" and the 'JavaHL' reverts back to command line. > > On the command line, the version is: > > svn, version 1.8.16 (r1740329) >compiled May 5 2016, 17

Re: Main-Class for Java Modular Project

2018-09-26 Thread Geertjan Wielenga
If you can provide step by step instructions with as much details as possible, this is where you file your issue: https://issues.apache.org/jira/projects/NETBEANS Gj On Wed, Sep 26, 2018 at 1:56 PM, Peter Hull wrote: > Thanks as always Geertjan! > > It seems that, if you export a package, NB wo

Re: Main-Class for Java Modular Project

2018-09-26 Thread Peter Hull
Thanks as always Geertjan! It seems that, if you export a package, NB won't find any main classes in it. For example if I change the module-info.java in the com.toy.anagrams module in your examples to: module com.toy.anagrams { requires java.base; requires java.desktop; requires java.l

Re: SVN fix?

2018-09-26 Thread * William
Hmm This matter was discussed a month or more back. There appears to be NO "SvbKit" and the 'JavaHL' reverts back to command line. On the command line, the version is: svn, version 1.8.16 (r1740329) compiled May 5 2016, 17:51:02 on x86_64-unknown-linux-gnu Because the SVN functionality i

Re: Main-Class for Java Modular Project

2018-09-26 Thread Geertjan Wielenga
Also, see these complete examples: https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples Gj On Wed, Sep 26, 2018 at 1:34 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > https://www.youtube.com/watch?v=jSqqLHCP9ms > > Gj > > On Wed, Sep 26, 2018 at 1:32 PM, Peter

Re: Main-Class for Java Modular Project

2018-09-26 Thread Geertjan Wielenga
https://www.youtube.com/watch?v=jSqqLHCP9ms Gj On Wed, Sep 26, 2018 at 1:32 PM, Peter Hull wrote: > I created a new Java modular project (NB 9.0, openjdk 11) but I was > unable to run it because no main class was specified, and it couldn't > find any for me to choose from, in Browse Main Classe

Main-Class for Java Modular Project

2018-09-26 Thread Peter Hull
I created a new Java modular project (NB 9.0, openjdk 11) but I was unable to run it because no main class was specified, and it couldn't find any for me to choose from, in Browse Main Classes it said . I set the main.class property in nbproject/project.properties and now NB can run my main class (

Re: CVS

2018-09-26 Thread Thomas Kellerer
Michael Zucchi schrieb am 26.09.2018 um 11:19: > I noticed CVS is missing in netbeans 9. Without it i'm somewhat > hamstrung for my Free Software projects as I wont use anything else > for those. > > I did a quick search and couldn't find anything recent about it > whatsoever - plans, code or any

CVS

2018-09-26 Thread Michael Zucchi
Hi there, I noticed CVS is missing in netbeans 9. Without it i'm somewhat hamstrung for my Free Software projects as I wont use anything else for those. I did a quick search and couldn't find anything recent about it whatsoever - plans, code or anything else apart from some seemingly ancie

Re: [news] NetCAT 10.0 proposal

2018-09-26 Thread Christian Lenz
Hey, Maybe I don’t understand it, but we have 4 releases a year: February, May,   August and November. Maybe you talk About smth else, sry for that. Cheers Chris