Re: [VOTE] Maven Archetypes new release

2019-06-25 Thread Jose Ch
+1 Regards, Jose El mar., 25 jun. 2019 a las 17:37, Kai Uwe Pel () escribió: > +1 > > Looks great! > > Cheers, > Kai > > On 6/25/2019 5:05 PM, Eric Barboni wrote: > > Dear members of Apache NetBeans community. > > > > I want to call a vote on releasing the following Apache NetBeans > Archetypes

Re: [VOTE] Maven Archetypes new release

2019-06-25 Thread Kai Uwe Pel
+1 Looks great! Cheers, Kai On 6/25/2019 5:05 PM, Eric Barboni wrote: Dear members of Apache NetBeans community. I want to call a vote on releasing the following Apache NetBeans Archetypes (3 at once if possible): 1) nbm-archetype-1.16 2) nbm-suite-root-1.11 3) netbeans-platform-app-archetyp

Re: [VOTE] Maven Archetypes new release

2019-06-25 Thread Geertjan Wielenga
+1 Thanks for all the hard work in this area, it looks very good to me. Gj On Tue, Jun 25, 2019 at 5:05 PM Eric Barboni wrote: > Dear members of Apache NetBeans community. > > I want to call a vote on releasing the following Apache NetBeans Archetypes > (3 at once if possible): > > 1) nbm-arc

Re: DB External table support

2019-06-25 Thread Matthias Bläsing
Hi Brett, Am Sonntag, den 23.06.2019, 22:18 +1000 schrieb Brett Ryan: > I’d like to add external table support for amazon redshift using > amazon spectrum tables stored on s3. One easy fix is to add EXTERNAL > TABLE to JDBCSchema which I’ve tested and is working as expected. > > It might be noted

Re: Netbeans-544 - Merge conflicts resolver doesn't recognize "|||||||" conflict markers

2019-06-25 Thread Aaron Ho-Means
Downgraded SilkSvn from 1.9.7 (showed as version 1.11) to version 1.8.9. 130 tests pass, 238 tests fail and only 577 errors now. The errors are a bit different though, they fall into 3 different errors mainly: 1) svn: E29: Could not add all targets because some targets are already versione 2)

Re: Request for Cherry-picking for NB-11.1(https://github.com/apache/netbeans/pull/1323)

2019-06-25 Thread Neil C Smith
On Tue, 25 Jun 2019, 16:58 Arunava Sinha, wrote: > Wants to check with you the possibility of cherry-picking the below PR. > There is no cherry picking as such. Master will be merged into the release branch tomorrow morning for the second beta. If this is reviewed and merged before then it'll go

Re: Netbeans-544 - Merge conflicts resolver doesn't recognize "|||||||" conflict markers

2019-06-25 Thread Pete Whelpton
Hi Aaron, Just a very quick guess from looking at the source, it seems like SvnFileSystemTest.java is running svnadmin at the command line to create the repo. My guess is that your svnadmin CLI is further ahead ( >= 1.10 ? ) than JavaHL libraries in NB support (SVN 1.8, 1.9?)... If you amend you

Request for Cherry-picking for NB-11.1(https://github.com/apache/netbeans/pull/1323)

2019-06-25 Thread Arunava Sinha
Hi Neil, Wants to check with you the possibility of cherry-picking the below PR. The PR contains bug fix for PR-1193 ( new Java Hint : Convert Switch to Switch Expression) which is a part of NB-11.1 release. Without this bug fix the hint will be w

Re: run plugin with latest version

2019-06-25 Thread Mario Schroeder
Yeah, I should have paid a bit more attention to the settings.xml. Thanks for the help anyway! Am Di., 25. Juni 2019 um 16:14 Uhr schrieb Eric Barboni : > Hi, > You may need to alter the properties in you > settings.xml > > Regards > Eric > > -Message d'origine- > De : Mario Schroeder

Re: Netbeans-544 - Merge conflicts resolver doesn't recognize "|||||||" conflict markers

2019-06-25 Thread Aaron Ho-Means
Ah... sorry about that, I am running NetBeans 11 on Windows 10 and set JAVA_HOME to use jdk8u192-b12. I ran 'ant -Dcluster.config=full' after cloning to my system. Then I opened the Subversion project and before making any changes right clicked and ran tests. 71 pass, 69 fail and 932 caused an erro

[VOTE] Maven Archetypes new release

2019-06-25 Thread Eric Barboni
Dear members of Apache NetBeans community. I want to call a vote on releasing the following Apache NetBeans Archetypes (3 at once if possible): 1) nbm-archetype-1.16 2) nbm-suite-root-1.11 3) netbeans-platform-app-archetype-1.21 Apache Maven Archetypes are used by Apache NetBeans in the project

RE: run plugin with latest version

2019-06-25 Thread Eric Barboni
Hi, You may need to alter the properties in you settings.xml Regards Eric -Message d'origine- De : Mario Schroeder Envoyé : mardi 25 juin 2019 16:06 À : dev@netbeans.apache.org Objet : run plugin with latest version Hi, I build a plugin using maven and the nbm-maven-plugin in versi

AW: run plugin with latest version

2019-06-25 Thread Christian Lenz
Hey Mario, first nice to hear that you creating a plugin, doesn’t matter what it is for. 😊 I would prefer that you build against NETBEANS90, because some People still using NB 9 and if you build against that (If you not Need a specific api from 11) your plugin will work in NB 9, 10 and 11 and u

run plugin with latest version

2019-06-25 Thread Mario Schroeder
Hi, I build a plugin using maven and the nbm-maven-plugin in version 4.1. I was targeting the platform version RELEASE82 during the development prozess. I'd like to upgrade to version RELEASE110. The compile goal of maven work fine with the version. However when I click on "Run" in the context me