> 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
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
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
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
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
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
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.
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
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
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
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
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
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"
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 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
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
@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
17 matches
Mail list logo