Re: NB17 Extra lines after Run??

2023-04-29 Thread joe foe
It's due to debug mode. Set Tools >options>java> verbosity level to Normal. The extra lines won't be output. On Sat, Apr 29, 2023, 3:42 AM Tim de Vries wrote: > probably, you've got an ANSIBlock setting your display settings. > > > You probably need a test method to determine what's real. > >

Re: Netbeans 15 release

2022-09-06 Thread joe foe
Awesome, thanks for the update! On Tue, 6 Sep 2022, 13:27 Neil C Smith, wrote: > On Tue, 6 Sept 2022 at 12:23, joe foe wrote: > > The vscode plugin has been auto updated to 15 but I don't see any > release notes for that and under > dist.apache.org/repos/dist/relea

Netbeans 15 release

2022-09-06 Thread joe foe
Hello , The vscode plugin has been auto updated to 15 but I don't see any release notes for that and under dist.apache.org/repos/dist/release/netbeans/netbeans-installers/15 the Linux package is missing. Question, when will be the Linux installer be available and where can I see what's changed i

Re: Adding dependencies in Gradle

2021-04-22 Thread joe foe
You have to add the project as a dependency. See https://docs.gradle.org/current/userguide/declaring_dependencies.html#sub:project_dependencies Regards, JoeFoe On Thu, 22 Apr 2021, 16:25 Don, wrote: > With the reduction of support for Ant, which I have been using for my > Java projects since

Vscode Netbeans gradle project issues

2021-03-10 Thread joe foe
Hello , I am using the VSCode Netbeans extension with a gradle Multiproject where I also have local dependencies defined. The project was working in VSCode version 12.2 but with the version 12.3 all the external dependencies are not resolved. Initially I had the same issue with 12.2 version of

Re: [POLL] Gradle Task Navigator with Favorite Task UI

2020-12-15 Thread joe foe
I vote for 2 On Tue, 15 Dec 2020, 13:10 Fred Welland, wrote: > I prefer the 2nd one! > > (Thanks for the great work!) > > On Mon, Dec 14, 2020 at 11:30 PM Laszlo Kishalmi < > laszlo.kisha...@gmail.com> wrote: > >> Well, I've created two UI implementation of displaying Favorite Task in >> Gradle

Grade attach javadoc

2020-11-10 Thread joe foe
Hello , I have a question about javadoc for a grade project. I have a grade project that is dependent on some local jars. When importing classes from the library the autocomplete suggests that the javadoc for the said classes are not available and to attach them . One can either specify a URL or

Re: NB 11.2 change default project path

2020-02-20 Thread joe foe
You learn something new everyday! . Is there a complete list of all these parameters? Regards, JoeFoe On Thu, 20 Feb 2020, 20:09 Mark Eggers, wrote: > I did not know that - cool! > > . . . just my two cents > /mde/ > On 2/20/2020 10:59 AM, Laszlo Kishalmi wrote: > > Start Netbeans with: > > >

Netbeans 11.3 Beta2 Gradle Project not showing up on Navigation tree

2020-02-01 Thread joe foe
Hello, I downloaded and ran the Netbeans 11.3 Beta2 released yesterday. Started with a clean userdir. Created a new Gradle Project and the process completed smoothly but i don't see the project on the navigation bar . See attached picture Anyone else having this problem? Configuration Windows 1

Netbeans 11.3 beta

2020-01-29 Thread joe foe
Is the next beta coming this week ? Regards, Jfoe

Re: Gradle Build struck in Collecting Project Dependencies Netbeans 11.2

2020-01-12 Thread joe foe
much as I'm lucky enough not to have any Windows > around. > > Also you might try to set: Tools > Options > Java > Gradle > > Dependencies > Download Dependencies on Project: Always > > On 1/11/20 10:48 AM, joe foe wrote: > > Hello , > > > &

Gradle Build struck in Collecting Project Dependencies Netbeans 11.2

2020-01-11 Thread joe foe
Hello , I have an issue with a gradle project that has dependencies on a network drive. My Configuration WIndows 10 64 Bit pro Netbeans 11.2 JDK 13 Gradle 5.6 and also 6.0 My build.gradle for a sample project is as follows ``` plugins { id 'java-library' } repositories{ } dependencies {

Re: [Netbeans platform] Maven build for custom netbeans platform

2019-11-17 Thread joe foe
rtifactory). Presumably, your custom modules have their own version > string (or artifactId). For this case you would something like: > > > MY_HACKED_NETBEANS_VERSION > > > org.netbeans.api > org-openide-util-lookup > ${netbeans.version}

[Netbeans platform] Maven build for custom netbeans platform

2019-11-13 Thread joe foe
Hello, I have a module that is a toolbar with couple of actions developed in ant for a custom netbeans platform application. I would like to move the build it to maven . Issue is , if I want to build this module for a specific version of a netbeans platform in Ant , First I add the platform thoro