Re: A plain Java module shared between multiple Netbeans modules

2023-01-31 Thread Neil C Smith
On Tue, 31 Jan 2023 at 15:53, Admin Netcrystals wrote: > I have got a question regarding modules in Rich Client Platform. > > I have got some plain Java modules. They are not related to Netbeans in any > way. They are general libraries. Lets call them A, B and C. > > Now, I program a Netbeans

Re: Module com.jcraft.jsch in ide requests the token libs.c.kohlschutter.junixsocket but there are no known providers.

2023-03-15 Thread Neil C Smith
On Fri, 10 Mar 2023 at 11:26, Oliver Rettig wrote: > > Hi, > > after upgrading my netbeans RCP application to netbeans-17 I got the following > unsresolved module problem: > > Module com.jcraft.jsch in ide requests the token > libs.c.kohlschutter.junixsocket but there are no known providers. > >

Re: Maven indexing

2023-03-14 Thread Neil C Smith
On Tue, 14 Mar 2023 at 12:31, Emma Atkinson wrote: > Recently (couple of years) I started using the Maven repository again but > through Gradle. Gradle does not load and decompress the whole index. Gradle > loads solely the dependencies (artifact : group : version) specified in the >

Re: Maven indexing

2023-03-14 Thread Neil C Smith
On Tue, 14 Mar 2023 at 17:01, László Kishalmi wrote: > Also one day the Gradle plugin may be smart enough to use that Maven index > for its own good. > Like offering a dependency to add when you add an import statement for a > class... That would be great. I started looking a while back at

Re: Git branch display

2023-03-25 Thread Neil C Smith
On Sat, 25 Mar 2023, 17:16 Admin @ Goodun, wrote: > Is there a way of getting NetBeans to (always) display the git branch I > currently am switched to? > Tools / Options / Team / Versioning / show labels. Best wishes, Neil

Re: Project Folder Icons "clear"?

2023-03-16 Thread Neil C Smith
On Thu, 16 Mar 2023 at 16:04, Brad K. wrote: > I just upgraded from NetBeans 15 to 17. I noticed that the folder icons > in both the Project tab and the Files tab are uncolored outlines of > folders instead of the "standard" manila folder look. > > Is this on purpose or is my installation amiss?

Re: Re: How to change text colour in the console

2023-02-25 Thread Neil C Smith
On Thu, 23 Feb 2023 at 19:46, Peter Ream wrote: > > "Using Maven, it works if passing -DinheritIo=true." > > Out of curiosity, can you set this within NB? Yes, otherwise it would have been impossible to test! But it would help if I'd written the right thing :-) Updated the issue. It's

Re: Re: Re: How to change text colour in the console

2023-02-25 Thread Neil C Smith
On Sat, 25 Feb 2023 at 14:47, Peter Ream wrote: > I can’t get this to work. Probably user error, although I have used NB for > about 5 years, I’m not too handy into changing a lot of the parameters. Here > is my simple test copied from Bob T: No, just make sure you're using NetBeans 17, or

Re: Creating a new platform application: Maven or Ant?

2023-02-27 Thread Neil C Smith
On Sun, 26 Feb 2023 at 15:04, Thomas Kellerer wrote: > Scott Palmer schrieb am 26.02.2023 um 15:47: > > I don’t think there is a case where I would ever choose to create a > > new Ant-based project these days. It is more flexible than Maven, > > but far more awkward to work with than Gradle.

Re: Creating a new platform application: Maven or Ant?

2023-02-27 Thread Neil C Smith
On Sun, 26 Feb 2023 at 21:58, Joseph Huber wrote: > I considered moving from Ant to Maven, but really found no good reason to do > so. I have customized build macros in Ant (creating installers ... This was one reason I was using Ant too. Those installer aspects of my build were rewritten in

Re: How to change text colour in the console

2023-02-23 Thread Neil C Smith
On Thu, 23 Feb 2023 at 11:11, Bob T wrote: > I'm trying to change the text colour when printing to the Netbeans console > but I can't get it to work. The colour is changed when running on the command > line though. I have a very simple Gradle app: That's not supported AFAIK. It should work if

Re: How to change text colour in the console

2023-02-23 Thread Neil C Smith
On Thu, 23 Feb 2023 at 12:57, Bob T wrote: > > Thank you Neil. It works if I run via the Netbeans terminal as you suggest. > I've created a feature request for consideration by the team: > https://github.com/apache/netbeans/issues/5552 Great! I've added the contribution welcome label for now.

Re: How to change text colour in the console

2023-02-23 Thread Neil C Smith
On Thu, 23 Feb 2023 at 13:47, Neil C Smith wrote: > > On Thu, 23 Feb 2023 at 12:57, Bob T wrote: > > > > Thank you Neil. It works if I run via the Netbeans terminal as you suggest. > > I've created a feature request for consideration by the team: > > https://git

Re: Remove me from this list

2023-05-02 Thread Neil C Smith
To unsubscribe send an email to users-unsubscr...@netbeans.apache.org Make sure it's from the email you're subscribed from. Check if it's being forwarded from another account. Also see https://netbeans.apache.org/community/mailing-lists.html https://untroubled.org/ezmlm/manual/ Best wishes,

Re: Python development with NB

2023-02-01 Thread Neil C Smith
On Mon, 30 Jan 2023 at 20:47, Greenberg, Gary wrote: > I already asked this question some time ago, but didn’t get any clear answers. > Does Netbeans have any plugins for Python development. This has been mentioned before, although in development - https://github.com/ebresie/python4nb There is

Re: A plain Java module shared between multiple Netbeans modules

2023-02-01 Thread Neil C Smith
On Wed, 1 Feb 2023 at 10:36, Admin Netcrystals wrote: > I use Maven. Does this make a difference? Only that the way to do it might be a little different to that mentioned on those pages. > Honestly speaking wrapping each plan Java module is quite a lit if work and > putting them all in one

Re: Broken link in the comments of netbeans.conf

2023-05-25 Thread Neil C Smith
On Thu, 25 May 2023 at 16:40, Michael Bien wrote: > this could potentially link to: > https://github.com/apache/netbeans/#log-config-and-cache-locations Looks like it could be good choice, but please don't link it direct - Maybe use - https://netbeans.apache.org/nb/userdir-and-cachedir Then

Re: change editor scrollbar color

2023-06-08 Thread Neil C Smith
On Thu, 8 Jun 2023, 13:13 Christopher C. Lanz, wrote: > Hello, > > When working with a large file, the scrollbar (thumb?) becomes very small, > and since its color is "light gray" (I think) it is difficult to see or > find quickly while working. > > Can the color of that bar (or the thumb

Re: NB18 garbles Javadoc

2023-08-01 Thread Neil C Smith
On Mon, 31 Jul 2023 at 23:48, Greenberg, Gary wrote: > Have anybody noticed such behavior? Has a bug report been filed? > Unfortunately, I can’t file report myself, as access to external repositories > forbidden by company policy. Never noticed this personally. And can't remember noticing a

Re: NB18 garbles Javadoc

2023-08-01 Thread Neil C Smith
On Tue, 1 Aug 2023 at 10:08, Chris Powell wrote: > ... screenshots ... > Same in version 18. So I guess it's still in the latest versions too. Thanks for those Chris! I was able to reproduce, and hopefully found a fix at https://github.com/apache/netbeans/pull/6282 I've added the ci:dev-build

Re: Encountered problems whlie connecting to update center

2023-07-21 Thread Neil C Smith
On Fri, 21 Jul 2023 at 08:13, Vincent Shiu wrote: > I have googled but found nothing useful to fix the problem. Is there anyone > know how to fix this? What JDK are you using? I suspect it's an old JDK that doesn't support Let's Encrypt certificates. Best wishes, Neil

Re: NB18 garbles Javadoc

2023-08-04 Thread Neil C Smith
Hi, This should now be fixed in NetBeans 19-rc4. Please take the time to verify it fixes your issue before it moves to release, thanks! Release candidates linked from https://github.com/apache/netbeans/discussions/6225 Thanks and best wishes, Neil On Tue, 1 Aug 2023 at 16:00, Neil C Smith

Re: Show Javadoc not working

2023-06-28 Thread Neil C Smith
On Wed, 28 Jun 2023, 21:08 Tellis, Wyatt, wrote: > > Has anyone else encountered this issue before and know if there’s a fix? > > See https://github.com/apache/netbeans/issues/5990 There's a workaround there. Best wishes, Neil > >

Re: "NetBeans 76 was last used 32 days ago"

2023-07-01 Thread Neil C Smith
On Sat, 1 Jul 2023 at 16:28, László Kishalmi wrote: > > Well, that is actually the revision number of NetBeans 17.0 Snap package. > NetBeans 18.0 would be revision number 80. > Right now there is no way to identify the version of NetBeans used in a home > directory. That shall be changed. I

Re: "NetBeans 76 was last used 32 days ago"

2023-07-01 Thread Neil C Smith
On Sat, 1 Jul 2023 at 15:34, Admin @ Goodun wrote: > > This message has just appeared for me in NB 18.0. > > This would be useful if I could find any other reference telling me > what "NetBeans 76" is. If it's my current version then I know what to > do with the link offering to remove large

Re: Migrating NB platform app to maven

2023-05-15 Thread Neil C Smith
On Mon, 15 May 2023, 22:52 Jerome Lelasseux, wrote: > Mark, > > > you should publish any local artifacts to your local maven repository. > Yes. But publish a local artifact for modula A means I need to build > module A, right ? module A depends on module B which depends on module C > etc. So

Re: Migrating NB platform app to maven

2023-05-16 Thread Neil C Smith
Hi, On Mon, 15 May 2023 at 23:05, Jerome Lelasseux wrote: > > Have you done a clean and build of the parent project? > yes, the output below OK, just checking the obvious - seems to have been a stumbling block in a few recent threads. Your reactor build order looks wrong. Wrong or circular

Re: Console: ascii characters not shown correctly

2023-05-03 Thread Neil C Smith
On Mon, 1 May 2023 at 16:47, Geert Vancompernolle wrote: > > I have the following line in my Java application: > > mLogger.info("╔╗"); > > but I see this in the debug console of NB17: > > 01-05-2023 17:43:22 INFO

Re: Log4J Critical Vulnerability issues in Apache NetBeans 17

2023-05-09 Thread Neil C Smith
On Tue, 9 May 2023 at 06:45, Harshini Madurapperuma wrote: > https://netbeans.apache.org/download/index.html says NetBeans 17 is the > latest and was released in Feb 2023. > > When is it planned to release 18 version? Short answer, when it's ready! Longer answer, to add to what Michael said,

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Neil C Smith
On Mon, 18 Dec 2023 at 18:09, Stephen Winnall wrote: > Why is everyone avoiding answering Judi’s question? > > I don’t pretend to be the expert but the answer to Judi’s question is: > download newer (post-v8) versions of Java from Zulu > (https://www.azul.com/downloads/?package=jdk#zulu) or

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Neil C Smith
On Mon, 18 Dec 2023 at 17:23, Judi Rastall wrote: > I am confused and I seem to find myself in a Catch-22 situation. I have just > downloaded and installed the new NetBeans v20 and it warns me that I cannot > use it with Java versions earlier than 11. I go to my Java installation > (which

Re: How to make the IDE open Excel files with Excel?

2024-01-10 Thread Neil C Smith
On Wed, 10 Jan 2024 at 16:28, Joseph Huber wrote: > How can I make the NetBeans IDE (I’m using NB 15) open an Excel document with > Excel? ... > Apparently NetBeans sees Excel spreadsheets as zip files (which they are). > Unfortunately, that seems to eliminate the “Open From System” item from

Apache NetBeans 21 release candidates

2024-01-16 Thread Neil C Smith
Release candidates for the next release of Apache NetBeans will be available weekly until release. Your help in testing, reporting and verifying issues would be highly appreciated by the whole Apache NetBeans community. More info and links at https://github.com/apache/netbeans/discussions/6962

Re: Thought on handling different Maven .m2 folders

2024-01-27 Thread Neil C Smith
On Sat, 27 Jan 2024 at 09:13, Lars Bruun-Hansen wrote: > Another thought: Maven command execution shell still supports a > "$HOME/.mavenrc" file which is executed (sourced) by Maven before it > does anything else. It will be fired each and every time you execute > the "mvn" command. I don't know

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 06:29, Ernie Rael wrote: > > On 23/11/07 10:05 PM, Stephen Parry wrote: > > Already tried using latest daily build and now does work with much arm > twisting (not sure yet if it needs the xml) . How do I access the RC > specifically please? > > The announcement is at > >

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-04-26 Thread Neil C Smith
On Fri, 1 Mar 2024 at 14:51, Neil C Smith wrote: > > On Fri, 1 Mar 2024 at 14:44, Ulf Zibis wrote: > > nb-javac is included in NetBeans since NB13, so you should not see > > this dialog unless you've deliberately disabled this support and run > > on an older JDK. > &

Re: Netbeans IDE 21 and Mac

2024-04-25 Thread Neil C Smith
On Thu, 25 Apr 2024 at 10:06, David Gradwell wrote: > I have NetBeans 21 running well on Mac OS Sonoma 14.4.1 (23E224) on the M1 > chip. Yes, definitely make sure it's 14.4.1! > This was installed from the standard distribution. Choose the .dmg. No need > for anything special, just use the

Re: RAM usage

2024-04-11 Thread Neil C Smith
On Thu, 11 Apr 2024 at 09:39, Jens Zurawski wrote: > A class static member is never freed, once the > class is loaded. A pedantic nitpick! :-) A class static member can be freed, when the classloader is eligible for GC. In the context of NetBeans modules, OSGi, etc. then that could be

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 14:44, Ulf Zibis wrote: > nb-javac is included in NetBeans since NB13, so you should not see > this dialog unless you've deliberately disabled this support and run > on an older JDK. > > This I assumed too, so I'm wondering about my ecperience. So am I! If you can find

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 13:43, Ulf Zibis wrote: > In the meantime I solved the problem still using JDK 18 as follows. > > - deleted user config data and reinstalled NetBeans ... > - Restart. All is fine !!! > > Don't know, if that is a good workaround. The above two steps might have been what

Re: Adding support for a file extension

2024-06-05 Thread Neil C Smith
On Wed, 5 Jun 2024 at 17:59, Will Hartung wrote: > > > > On Wed, Jun 5, 2024 at 9:48 AM Michael Bien wrote: >> >> try options -> miscellaneous -> files >> >> This should be able to associate extensions with known mime types. >> > > Yes, perfect, thank you! If it's an unknown extension, you can

<    1   2   3   4