Re: Thought on handling different Maven .m2 folders

2024-01-27 Thread Lars Bruun-Hansen
> For certain git branches, I want to use a different .m2 folder. Even if possible maybe revisit why you need this? In any case, Maven supports (since 3.3 or something) that you can have a local ".mvn" folder in your project. See this: https://maven.apache.org/configure.html This makes it easy to

Re: netbeans.info

2022-10-02 Thread Lars Bruun-Hansen
Hosted with AWS. Seems to be a static website hosted on Amazon S3 bucket. It looks like a snapshot of an official NetBeans site anno . Also: Seems to be a person with an MacOS affiliation as the download link only links to a MacOS dmg. I hope the owner will kill it as it certainly may cause confu

Re: Netbeans Application project/Maven configuration issue

2022-09-22 Thread Lars Bruun-Hansen
he PRs - this will not hit other users. /Lars On Thu, Sep 22, 2022 at 10:35 PM Lars Bruun-Hansen wrote: > > Btw > I see a slight bug in the Wizard for New Project --> Java with Maven > --> NetBeans Application. > > It puts the followi

Re: Netbeans Application project/Maven configuration issue

2022-09-22 Thread Lars Bruun-Hansen
roject. I think the Wizard should be updated. It is no longer relevant to have this and will only confuse users. I'll do a PR. /Lars On Thu, Sep 22, 2022 at 10:20 PM Lars Bruun-Hansen wrote: > > Created PR with request for doc update: > https://github.com/apache/netbeans-website/pul

Re: Netbeans Application project/Maven configuration issue

2022-09-22 Thread Lars Bruun-Hansen
Created PR with request for doc update: https://github.com/apache/netbeans-website/pull/613 On Thu, Sep 22, 2022 at 10:07 PM Lars Bruun-Hansen wrote: > > Try using https://netbeans.apidesign.org/maven2/ (meaning using > https, not http) > > The https://netbeans.apache.o

Re: Netbeans Application project/Maven configuration issue

2022-09-22 Thread Lars Bruun-Hansen
Try using https://netbeans.apidesign.org/maven2/ (meaning using https, not http) The https://netbeans.apache.org/about/oracle-transition.html document should be updated now that we are in a world where Maven enforces use of https. As far as I can tell the netbeans.apidesign.org site (kindly host

Re: How to bypass network proxy configuration of netbeans 12 ?

2022-05-14 Thread Lars Bruun-Hansen
You say "We have created one editor with netbeans12" Interesting. Does this mean you are effectively doing NetBeans Platform development? Anyways; You may be able to gain more information by setting -J-Dorg.netbeans.core.network.proxy.level=FINEST in your netbeans.conf file and then restarting.

Re: Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread Lars Bruun-Hansen
elp with > the following question of the three I initially posed so I can try linking up > with the mssql-jdbc-10.2.0.jre17-sources.jar in the Maven repository. > > > > > Out of curiosity, if I made a mistake and picked the wrong .zip file, how > > would I go about amending tha

Re: @Nonnull?

2021-06-24 Thread Lars Bruun-Hansen
What @Nonnull in Java ? Have I missed some news about a new feature in the JDK? Various third party libraries implement some form of non-null annotation and you will have to use one such library ... unless I missed some new JDK feature. :-) /Lars On Fri, Jun 25, 2021 at 5:40 AM Owen Thoma

Re: Apache Netbeans 12.2 freezing.

2021-01-07 Thread Lars Bruun-Hansen
I suspect you are affected by [NETBEANS-58] (https://issues.apache.org/jira/browse/NETBEANS-58). You can verify if this is indeed the case by following these steps: 1. Start the NetBeans IDE from the command line (not from the Start Menu). This will give you an associated console window. 2. Use t

Re: Does Netbeans cause changes so that Git/Source tree thinks the file has been modified?

2019-09-03 Thread Lars Bruun-Hansen
Hi Tommy, I work mostly on Windows too. As others have said, Netbeans editor doesn't change the line endings. On Windows, if you create a file from scratch, then Netbeans will use the platform's line-endings, but if you edit an existing file the line endings style will be preserved. Side note: The

Re: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-15 Thread Lars Bruun-Hansen
Hi Gary, You are affected by NETBEANS-58. (evident from your thread dump, thanks for that). For the benefit of the discussion I'll try to explain in detail. Bear with me. For the deadlock to happen, the following conditions must apply: - You use Windows - Your NB uses a network proxy to reach i

Re: NB 8.2 Freezing

2019-04-14 Thread Lars Bruun-Hansen
Hi Ed, In case of a freeze the most revealing information we can obtain is a Thread Dump. How to get a Thread Dump: (assuming you are on Windows) - Open a command window (cmd.exe) and start NetBeans IDE from the command window. (by executing "C:\Program Files\NetBeans 8.2\bin\netbeans64.exe"

Re: [EXT] RE: NB10 freezes while downloading javadoc

2019-03-25 Thread Lars Bruun-Hansen
that text into a text file. - Post here. On Mon, Mar 25, 2019 at 7:16 PM Lars Bruun-Hansen wrote: > > Re proxy: NB is unfortunately not as good with proxies as your browser is, so > the fact that you can see it working in Firefox, IE, Chrome or whatever > doesn't prove anything

Re: [EXT] RE: NB10 freezes while downloading javadoc

2019-03-25 Thread Lars Bruun-Hansen
Re proxy: NB is unfortunately not as good with proxies as your browser is, so the fact that you can see it working in Firefox, IE, Chrome or whatever doesn't prove anything. In any case, in general for a deadlocked Java application - and NB is indeed just a Java application - you'll need to produc

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Lars Bruun-Hansen
Perhaps do a trace on the launcher, i.e. netbeans64.exe --trace "mytrace.log" and then post the file mytrace.log here. Note that I cannot get the argument to "--trace" to accept a full path. Don't really understand why. In any case the above command will produce the "mytrace.log" file in the cur

Re: Starting netbeans 8.0.2 launches KDE Wallet

2018-03-09 Thread Lars Bruun-Hansen
@Olumide One reason that this may be happening: On startup NB will try to find its way to netbeans.org to see if there are updates available. This may trigger the Authenticator to go into action if you are on a site with a network proxy and that proxy requires authentication. On Fri, Mar 9, 2018