JPA Controller Generation

2020-02-13 Thread Kenneth Fogel
I have been using NetBeans, as many of you know, for years. In the winter I teach an EE course that uses the JPA. In using the New -> JPA Controllers from Entities I couldn’t believe what came out. Let’s review two changes: If the persistence.xml file does not declare a connection (url, user,

Re: RE: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Eric Bresie
Silly question how easy is it to migrate some contrib code into a module? Is it as simple as (1) generating a new module, (2) import/move code in, and (3) add any needed additional module hooks as needed? Maybe a pointer to building modules would best for me to look for and go from there. Eric

(community-uml) Re: Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Eric Bresie
Was curious, I tried previously to compile the community-uml project previously and encountered problems [1]. Not sure if my problem was the java 11 in use in the environment or old code needing updating... Never received any feedback and have not had a chance to look at it since nice but was

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Ernie Rael
Never mind; sorry for the noise. Update between release11.3 and master has 0 files changed. -ernie On 2/13/2020 1:37 PM, Ernie Rael wrote: This doesn't seem right; 11.3beta3 has stuff not in master (AFAICT). Am I missing something. $ hg glog -l20 o    changeset:   3938:70f4b3961349 |\  

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Ernie Rael
This doesn't seem right; 11.3beta3 has stuff not in master (AFAICT). Am I missing something. $ hg glog -l20 o    changeset:   3938:70f4b3961349 |\   bookmark:    release113 | |  tag: 11.3-beta3 | |  tag: tip | |  tag: upstream/release113 | |  parent: 

RE: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Eric Barboni
Hi, It's beta, and a feature release. Apache NetBeans 12.0 will have NetCAT process for testing you may join if you want. Help always appreciated. In the zip under bin you will have netbeans64.exe. for x64 windows. It's good to have issue filled in jira. And to participate in helping to

RE: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Eric Barboni
Hi, If I understand well only what we want to care of will be audited and donated. The neglected part will not be audited nor given to Apache or individual. Maybe we first need a list and from this list we decide. We can use repository as placeholder to handle reception and adapt to main

Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Sven Reimers
Hi all, I am trying to somehow comb through all the contrib modules and will be posting ideas and questions as I dig them up... Anybody out there thinking Schliemann was a good idea? There is a lot of stuff in contrib with respect to this... @Zoran Sevarac something of interest from an

Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Sven Reimers
Okay. Let's look at this in more detail: 1. major features like python and xml-schema or similar -> should get back into a primary place, e.g. own cluster for python maybe own cluster for xml-schema (could be consolidated with other xml-tooling). 2. single / simple feature modules from contrib

Re: Multi module projects. (was Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache)

2020-02-13 Thread Ernie Rael
On 2/13/2020 10:28 AM, Jesse Glick wrote: On Thu, Feb 13, 2020 at 12:07 PM Ernie Rael wrote: I work with a multi-module plugin. Can it be built/packaged with maven and loaded by NB out of a repository Out of a Maven repository? The NB module system knows nothing about that. I was thinking

Re: Multi module projects. (was Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache)

2020-02-13 Thread Jesse Glick
On Thu, Feb 13, 2020 at 12:07 PM Ernie Rael wrote: > I work with a multi-module plugin. Can it be built/packaged with maven and > loaded by NB out of a repository Out of a Maven repository? The NB module system knows nothing about that. You produce NBMs. Example:

Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Jesse Glick
On Thu, Feb 13, 2020 at 11:27 AM Sven Reimers wrote: > I would assume that all things we pick up from the remaining stuff will end > up in the main NetBeans repository OK, in that case I guess they would be dumped in `nbbuild/cluster.properties#nb.cluster.betauc` until someone decides to promote

Multi module projects. (was Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache)

2020-02-13 Thread Ernie Rael
On 2/13/2020 7:18 AM, Jesse Glick wrote: ... discard the very notion of a contrib repository ... and use either the external Ant harness or (preferably) Maven to build against a particular NetBeans binary platform. Something I've been wondering; I work with a multi-module plugin. Can it be

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Scott Palmer
After restarting the IDE the missing subprojects appeared. On Thu, Feb 13, 2020 at 11:33 AM Scott Palmer wrote: > Some Gradle subprojects are missing ... > "gradle projects" from the command-line shows me: > Root project 'KayakPluginsRepo' > +--- Project ':Installer' > +--- Project

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Scott Palmer
Some Gradle subprojects are missing ... "gradle projects" from the command-line shows me: Root project 'KayakPluginsRepo' +--- Project ':Installer' +--- Project ':KayakPluginsRepoClient' +--- Project ':KayakPluginsRepoClientGui' +--- Project ':KayakPluginsRepoClientGuiDistribution' +--- Project

Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Sven Reimers
I would assume that all things we pick up from the remaining stuff will end up in the main NetBeans repository and with this as a part (can be configured) of NetBeans XYZ release... -Sven Jesse Glick schrieb am Do., 13. Feb. 2020, 16:18: > On Thu, Feb 13, 2020 at 1:27 AM Nils Hoffmann >

Re: Apache NetBeans 11.3-beta3 available

2020-02-13 Thread Scott Palmer
Haven't done anything yet, other than launch with JDK 13.0.2 and let it import settings and open projects that I had open in NB 11.2.. Note NB 11.2 was running on JDK 8. For 11.3-beta3 I confogred it to use JDK 13 After various scanning and such happens, I get this (though it doesn't seem to be

Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Jesse Glick
On Thu, Feb 13, 2020 at 1:27 AM Nils Hoffmann wrote: > Will the contrib projects move into the main NetBeans git, or will they be > hosted in a separate repository? My recommendation would be neither: discard the very notion of a contrib repository (deleting any references from `nbbuild/` and

building CND (was: build failure cnd/cnd.debugger.dbx now missing ;) )

2020-02-13 Thread Peter Kovacs
Okay, I had to remove validation.nb.cluster.cnd=cnd.kit, too. Now I get the Target "all-cnd" does not exist in the project "main". error. However I get the same error when trying to build dlight. Now from the Jira I concluded that I might need to call ant differently. So I tried ant -f

Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-13 Thread Peter Kovacs
cool, thanks Sven, I will come back with questions. ;) I will try to build them then first. Am 11.02.20 um 20:43 schrieb Sven Reimers: Regarding community-xml I already have a working version oatched from latest hg to run with 11.3, including update of all forms to GroupLayout Swing style