HTML5Application finding things from "/"

2022-09-20 Thread Andy Turner
Hi, I am trying to refer to files from an html file that is within a directory in the default public_html directory from /, but I can't seem to configure or get the addressing working as I want. I have: 1. Created a new HTML5Application in Netbeans 15 on openJDK17. 2. Created a

Re: Error Highlighting in NetBeans Editor

2021-05-08 Thread Andy Turner
of likely looking options and lo and behold I'm back in business. Not at all sure what happened or what I did but I can now get on with things again. Judi On 08/05/2021 20:15, Andy Turner wrote: Hi Judi, This might not work, but try closing down Netbeans, then deleting the cache and then

Re: Error Highlighting in NetBeans Editor

2021-05-08 Thread Andy Turner
Hi Judi, This might not work, but try closing down Netbeans, then deleting the cache and then restarting Netbeans. It may take a while to restart and scan everything, but this might work. In the past I have had Netbeans continue to highlight issues that are no longer issues and this was the

Re: A little Gradle problem

2021-03-12 Thread Andy Turner
It just looks like in: // Test testCompile("org.junit.jupiter:junit-jupiter-api:${junitVersion}") testRuntime("org.junit.jupiter:junit-jupiter-engine:${junitVersion}") testRuntime("org.junit.platform:junit-platform-launcher:${junitPlatformVersion}") testImplementation

Profiling junit tests

2021-03-06 Thread Andy Turner
Hello  I am using Maven and JUnit5. I am wanting to profile test classes. Please can you advise/recommend a good way to do this? I am familiar with the profiler and have looked at the following: http://netbeans.apache.org/kb/docs/java/profiler-intro.html I can profile bits of code that I want

Re: Increase memory for unit tests.

2019-12-16 Thread Andy Turner
ning and debugging), so I think that has done the trick. Thanks again for your help. Best wishes, Andy From: Neil C Smith Sent: 16 December 2019 14:10 To: Andy Turner Cc: John Mc ; users@netbeans.apache.org Subject: Re: Increase memory for unit tests. On Mon, 1

Re: Increase memory for unit tests.

2019-12-16 Thread Andy Turner
From: John Mc Sent: 16 December 2019 12:37 To: Andy Turner Cc: users@netbeans.apache.org Subject: Re: Increase memory for unit tests. Hi, If your using maven, have you tried updating the surefire plugin to include an Xmx setting? For example: org.apache.maven.plugins

Increase memory for unit tests.

2019-12-16 Thread Andy Turner
Hi, I am trying to work out a good way to increase the available memory for junit tests in order to debug some test files in the IDE. I am using JUnit 5 and Maven. Do you have any advice? Thanks for Netbeans. I am a long term Netbeans user and have just re-subscribed to the user list again