Re: Creating a Client Webpage with embedded Java

2025-04-03 Thread Ulrich Mayring
next step up from that would be Spring Boot with Thymeleaf, so if you want to learn something reasonably current, go for that. Kind regards, Ulrich -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email:

Re: Use different JDKs in one Project

2025-03-04 Thread Ulrich Mayring
rsion and 'downgrade' the release in the submodules that require it. met vriendelijke groet Pieter van den Hombergh Op di 4 mrt 2025, 12:50 schreef Ulrich Mayring <mailto:ulrich.mayr...@isys.de>>: Hi all, is it possible to tell Netbeans to use different JDK platfo

Use different JDKs in one Project

2025-03-04 Thread Ulrich Mayring
t JDK - run a certain gradle task (tests) with a different JDK Is that at all possible? Kind regards, Ulrich -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email: ulrich.mayr...@isys.de Grillparzerstra

Re: Find usages appears to be broken in NetBeans 24

2024-12-22 Thread Ulrich Mayring
Am Freitag, Dezember 20, 2024 18:21 CET, schrieb Michael Bien :   For other issues please try to find a reproducer and open a proper bug  report (or add more details to existing reports). Posts like this are close to impossible to investigate if they don't  even mention the project type or any o

Re: Find usages appears to be broken in NetBeans 24

2024-12-20 Thread Ulrich Mayring
ttps://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email: ulrich.mayr...@isys.de Grillparzerstraße 10 | D-81675 München www.isys.de Sitz d

Re: Changing the version of Gradle for an old project

2024-03-23 Thread Ulrich Mayring
ontsize 20" to the netbeans_default_options parameters in netbeans.conf. Then all fonts will be larger. -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email: ulrich.mayr...@isys.de Grillparzer

Re: Using Mockito with Netbeans

2024-03-01 Thread Ulrich Mayring
ests for some DAO classes where I will need to mock database access. I plan to use Mockito for that.  Does Netbeans have any features automating Mockito test creation? *Gary Greenberg* Staff Software Engineer -- iSYS Software GmbH Ulrich Mayring | Full St

Re: AnnotationProcessor Crash on NB21 (Lombok) (was: NB20)

2024-02-23 Thread Ulrich Mayring
Does no one know anything about this? I now downloaded NB 21 and the same thing happens there. So for the time being I am stuck on NB 18. Kind regards, Ulrich Am 09.02.24 um 16:11 schrieb Ulrich Mayring: Hi all, is this a known problem that the annotation processor crashes on NB20 and thus

Re: AI assistant for NetBeans

2024-02-11 Thread Ulrich Mayring
Regards Claus > Am 11.02.2024 um 12:39 schrieb Ulrich Mayring mailto:ulrich.mayr...@isys.de>>: > >  >> >> Maybe I'm wrong and I'm just a modern-day Luddite. I'd be interested to know if there are any genuine real-world c

Re: AI assistant for NetBeans

2024-02-11 Thread Ulrich Mayring
about AI companions :) cheers, Ulrich -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email: ulrich.mayr...@isys.de Grillparzerstraße 10 | D-81675 München www.isys.de Sitz der Gesellschaft: München | HR

AnnotationProcessor Crash on NB20 (Lombok)

2024-02-09 Thread Ulrich Mayring
ther project that also has the same problem I have instead plugins { id 'io.freefair.lombok' } in the build.gradle. Both methods should pull the newest Lombok version, I think. Kind regards, Ulrich -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&

Re: 'Run single' not working outside of IDE 18

2023-12-29 Thread Ulrich Mayring
It's not about deprecating an API. It's about to encourage people to take care of their build scripts, in order not to rely on our heuristics. Also the way IDE actions mapped to build system calls can be configured in project properties Build > Build Actions My brain is probably scrambled here

Re: 'Run single' not working outside of IDE 18

2023-12-28 Thread Ulrich Mayring
I decided not to leak NetBeans internals into the Output window. That probably would have confused more people, than hiding those things, and again that would leak internals into the output window. I was planning to add an option, that could enable displaying the full command line, if there wou

Re: 'Run single' not working outside of IDE 18

2023-12-28 Thread Ulrich Mayring
define the build logic. With Gradle indeed this may do more harm than good now. Thanks for shattering this dream I was living in :) Sounds like I was wrong all those years about how the IDE actually works. But I was also misled big time by the output window. -- iSYS Software GmbH Ulrich

Re: 'Run single' not working outside of IDE 18

2023-12-28 Thread Ulrich Mayring
ually execute a script, then IMHO it should not pretend so by outputting stuff that looks like a script. Am 28.12.23 um 11:07 schrieb Andreas Reichel: On Thu, 2023-12-28 at 16:59 +0700, Andreas Reichel wrote: On Thu, 2023-12-28 at 10:48 +0100, Ulrich Mayring wrote: Well, how would I know how to d

Re: 'Run single' not working outside of IDE 18

2023-12-28 Thread Ulrich Mayring
Well, how would I know how to define this task? I want it to do exactly what "Run Single" in the IDE does. So how to write this task? Am 28.12.23 um 10:39 schrieb Andreas Reichel: On Thu, 2023-12-28 at 10:34 +0100, Ulrich Mayring wrote: I find that most unfortunate. I've been

Re: 'Run single' not working outside of IDE 18

2023-12-28 Thread Ulrich Mayring
adle build. That script is not presented in the executed command line. If you intend to use a runSingle task outside of NetBeans, it's better to define that task in the build.gradle file. When it is present NetBeans will also attempt to use task instead of injecting one. On 12/27/23 03:08,

'Run single' not working outside of IDE 18

2023-12-27 Thread Ulrich Mayring
ot; etc. do work, it appears only the NB-specific tasks are not found. What could be the problem here? -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email: ulrich.mayr...@isys.de Grillparzerstraße

Unused Element in Unit Tests

2023-08-09 Thread Ulrich Mayring
beans to flag package-private test methods as unused? cheers, Ulrich -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email: ulrich.mayr...@isys.de Grillparzerstraße 10 | D-81675 München www.isys.de Sitz

Re: Apache NetBeans swag ready on the RedBubble storefront!

2023-07-17 Thread Ulrich Mayring
A word of warning to all those ordering from the EU. Apparently the goods are sent via the UK through an entity literally called "An Independent Artist" located in Burgess Hill. However, since the UK has left the EU, anything imported from there into the EU is subject to customs duties and add

Re: NetBeans - Gradle - jar

2023-07-06 Thread Ulrich Mayring
web project, but I don't know how. Can any body help? -- iSYS Software GmbH Ulrich Mayring | Full Stack Developer Technology Lab / R&D Tel: +49 (0) 89 46 23 28-0 | Fax +49 (0) 89 46 23 28-14 email: ulrich.mayr...@isys.de Grillparzerstraße 10 | D-81675 München www.isys.de Sitz

Re: Gradle modules and dependency scanning

2023-06-26 Thread Ulrich Mayring
not have this problem (although I have to > >> admit that most Maven projects I work on have a lot fewer modules than > >> 40) > >> > >> Regards > >> Thomas > > > > --------

Re: Netbeans compiles Project, but cannot load it

2023-01-03 Thread Ulrich Mayring
-gui don't. There must be some corrupted files. Kind regards, Ulrich Am 03.01.23 um 13:31 schrieb Ulrich Mayring: Hi all, I have a Gradle 7.5 based multi-project build on Netbeans 16 with Java 17. One of my subprojects cannot be loaded, the IDE displays "Priming Build required&qu

Netbeans compiles Project, but cannot load it

2023-01-03 Thread Ulrich Mayring
Hi all, I have a Gradle 7.5 based multi-project build on Netbeans 16 with Java 17. One of my subprojects cannot be loaded, the IDE displays "Priming Build required", but when I click on "resolve", then nothing much happens (there is some messages "preparing priming build" for a short time).

Re: Non-public Unit Tests

2022-09-08 Thread Ulrich Mayring
Sep 8, 2022 at 11:23 AM Ulrich Mayring <mailto:ulrich.mayr...@isys.de>> wrote: When I define a package-private unit test like: @Test void myMethod() { ... } then Netbeans underlines the method name and hints "myMethod is never used". If I define the test m

Non-public Unit Tests

2022-09-08 Thread Ulrich Mayring
When I define a package-private unit test like: @Test void myMethod() { ... } then Netbeans underlines the method name and hints "myMethod is never used". If I define the test method to be public, this hint is not displayed. In a way this is logical behavior, but I wonder whether it is useful.

Re: Vaadin plugin

2022-09-01 Thread Ulrich Mayring
I am doing some work with Vaadin 14 and 23 under Netbeans and to this day didn't even know that such a plugin exists. I don't think this is required or even useful anymore, although I am not sure what its purpose was. If it was to create Vaadin projects, you might now find https://start.vaadin.

NB 13 cannot resolve Gradle subproject

2022-07-14 Thread Ulrich Mayring
I have a Gradle root project with two subprojects, one called "app", the other "lib". Now I'm trying to import the lib project into the app project and put this in the app project's build.gradle: dependencies { implementation project(':my-lib') } "gradle build" runs flawlessly from the com

Re: Netbeans overrides Gradle's own JAVA_HOME

2022-02-22 Thread Ulrich Mayring
Am 22.02.22 um 11:43 schrieb Neil C Smith: On Tue, 22 Feb 2022 at 10:35, Ulrich Mayring wrote: It appears that Netbeans sets its own JDK definition as JAVA_HOME for every build. Does anyone know how to prevent this override? Use Tools / Java Platforms and register the right JDK. Set this as

Netbeans overrides Gradle's own JAVA_HOME

2022-02-22 Thread Ulrich Mayring
Hi all, when I run my Spring Boot Gradle 7.2 project from Netbeans 12.6, I am getting output like this: JAVA_HOME="/etc/alternatives/java_sdk_11" cd /myworkpath/mygradleproject/mysubproject; ../gradlew -x check -x test bootRun The application then runs under JDK 11. This is even though I ha