translations

2023-10-15 Thread name name2
Hello! inspired by https://github.com/apache/netbeans/issues/6402 I can make russian and brazil translations for Bundle.properties inside NB source code (with relevant lang postfix) Is this PR acceptable or not?

PR #5576

2023-10-15 Thread name name2
Hello Check please this old cleanup PR: https://github.com/apache/netbeans/pull/5576

prs

2023-03-04 Thread name name2
Hello Questions from PR: #5598 I need test guidance and consult the tutorials for PRs. Also i need approve is this changes acceptable: WsitProjectOpenedHook: WsitPojectOpenedHook -> WsitProjectOpenedHook ErrorUtils: public static void processError(BmcResponse reqest, String errorMessage) {

Re: Interruption of the Votethread for NB 17 (was: Re: [VOTE] Release Apache NetBeans 17)

2023-02-17 Thread name name2
etbeans.apache.org, so that the PMC is > > aware, that there was a reaction to this. > > > > Am Donnerstag, dem 16.02.2023 um 22:46 +0300 schrieb name name2: > > > [] yes / +1 > > > *[V] no / -1 (please justify -1)* > > > [] binding (member of PMC) >

official youtube channel reniew request

2023-02-16 Thread name name2
https://www.youtube.com/@NetBeansVideos/videos >Welcome to the official YouTube channel for the NetBeans IDE and NetBeans Platform, featuring videos from the NetBeans team and community! Where is a new videos? Last video was published about 3 years ago

Re: [VOTE] Release Apache NetBeans 17

2023-02-16 Thread name name2
[] yes / +1 *[V] no / -1 (please justify -1)* [] binding (member of PMC) My vote is based on [V] There is a lot of critical bugs in new functionality [V] I have a notepad instead [V] I have tested the slow single thread style ant tasks [] I have tested the Maven artefacts [ ] I have tested the

unknown timeout

2023-02-15 Thread name name2
Hello >.io.IOException: Could not connect to https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json within 15000 milliseconds

distribute question

2023-02-12 Thread name name2
Hello Can i distribute my paid program based on NB with my own closed module/s without any changing base NB platform modules/core? I found a way how to make NB great again.

Usage of DateTimeFormatter forbidden

2023-02-07 Thread name name2
Hello https://github.com/apache/netbeans/pull/5445 SDT deprecated by fact of existing new java.time SDT isnt thread safe and required ThreadLocal. The most part of code is without TL or created new objects every request. Its doesnt effective and right way. Also TL required a lot of memory as i

tests question

2023-02-07 Thread name name2
Hello What type of tests do i need to make before PR? ant: test/test-basic/test-platform/other?

Re: master compile error

2023-02-03 Thread name name2
I've compiled everything without any changes before. пт, 3 февр. 2023 г. в 21:33, Matthias Bläsing : > Hello Anonymous, > > Am Freitag, dem 03.02.2023 um 21:17 +0300 schrieb name name2: > > What to do with these errors? > > > > After running ant on root *origin/m

Re: migrating bytecode 8 -> 11

2023-02-03 Thread name name2
The last message was 12 january. I know about platform, its the main interesting feature of NB for me. пт, 3 февр. 2023 г. в 13:01, Neil C Smith : > On Fri, 3 Feb 2023, 09:11 name name2, wrote: > > > Hello > > NB already used jvm11 for compiling. > > Its a good idea to u

migrating bytecode 8 -> 11

2023-02-03 Thread name name2
Hello NB already used jvm11 for compiling. Its a good idea to use the same bytecode/api version. Reasons: 1. Detaching from old deprecated API: - https://docs.oracle.com/javase/9/docs/api/deprecated-list.html - https://docs.oracle.com/javase/10/docs/api/deprecated-list.html

Re: AutoUpgrade

2023-02-01 Thread name name2
I don't know what it is вт, 31 янв. 2023 г. в 12:56, Neil C Smith : > On Sun, 29 Jan 2023 at 05:40, name name2 wrote: > > I found strange code. Is it needed or may be deleted? > > Well, it's used. Althoguh it's possible we should reconsider this to > only offer automatic i

FYI

2023-01-31 Thread name name2
https://github.com/apache/netbeans/pull/5379#issuecomment-1409854620 FYI

Arrays.asList...stream to Arrays.stream

2023-01-28 Thread name name2
toURLs( Arrays.asList(prjs).stream().flatMap( (prj) -> Arrays.asList( AntArtifactQuery.findArtifactsByType(prj, JavaProjectConstants.ARTIFACT_TYPE_JAR) ).stream()). flatMap((a) -> Arrays.asList(a.getArtifactLocations()).stream()). collect(Collectors.toList()) ); to

AutoUpgrade

2023-01-28 Thread name name2
Hello I found strange code. Is it needed or may be deleted? org.netbeans.upgrade.AutoUpgrade // the order of VERSION_TO_CHECK here defines the precedence of imports // the first one will be choosen for import private static final List VERSION_TO_CHECK = Arrays.asList (

Two questions

2023-01-06 Thread name name2
Hello I want to migrate NB to gradle and jdk 17. Is it possible or some customers hardlocking version at 1.8 and ant tool?

16 version not present on web

2022-12-06 Thread name name2
Hello I see libs of 16 version in maven, but https://netbeans.apache.org/ still 15 Why?

actual problem of non-ASCII path

2022-11-06 Thread name name2
Hello If NB running not from ASCII path any user get an error message about it. In some old versions this problem was fixed, but after it back again. https://github.com/apache/netbeans/issues/4314 Problem is actual, checked on NB 15 [image: image.png]

Old problem with non-ASCII characters in path

2022-11-03 Thread name name2
Hello! NB15. Its the old problem as i remember. How to fix this? [image: image.png]