From dev-return-22039-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Tue Jun 22 16:41:11 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 38916180669 for ; Tue, 22 Jun 2021 18:41:11 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 3CE9F6153A for ; Tue, 22 Jun 2021 16:41:09 +0000 (UTC) Received: (qmail 71119 invoked by uid 500); 22 Jun 2021 16:41:09 -0000 Mailing-List: contact dev-help@netbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@netbeans.apache.org Delivered-To: mailing list dev@netbeans.apache.org Received: (qmail 71102 invoked by uid 99); 22 Jun 2021 16:41:08 -0000 Received: from spamproc1-he-de.apache.org (HELO spamproc1-he-de.apache.org) (116.203.196.100) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2021 16:41:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamproc1-he-de.apache.org (ASF Mail Server at spamproc1-he-de.apache.org) with ESMTP id F3E931FF497 for ; Tue, 22 Jun 2021 16:41:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamproc1-he-de.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-ec2-va.apache.org ([116.203.227.195]) by localhost (spamproc1-he-de.apache.org [116.203.196.100]) (amavisd-new, port 10024) with ESMTP id NrTRD833Xpig for ; Tue, 22 Jun 2021 16:41:07 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=141.115.24.2; helo=smtp1.irit.fr; envelope-from=eric.barboni@irit.fr; receiver= Received: from smtp1.irit.fr (smtp1.irit.fr [141.115.24.2]) by mx1-ec2-va.apache.org (ASF Mail Server at mx1-ec2-va.apache.org) with ESMTPS id 13965BC48A for ; Tue, 22 Jun 2021 16:41:06 +0000 (UTC) From: "Eric Barboni" To: References: <012701d766b9$8ba135e0$a2e3a1a0$@apache.org> In-Reply-To: Subject: RE: Native part of Apache NetBeans build and release Date: Tue, 22 Jun 2021 18:40:59 +0200 Message-ID: <00a801d76785$61870970$24951c50$@irit.fr> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: fr Thread-Index: AQJck7fJ6Q4bAQmUpAmWMNkvnmKjnwDS/T6dqg9II0A= Hi Neil, Got a first step !! mingw-w64 mingw-w64-tools is needed=20 git clone https://github.com/ebarboni/netbeans-native-tests makefile.mingw altered to put output in target folder (a la maven) some cpp/h need to change import path release (need commiter account,working gpg and release settings.xml set = for Apache) mvn clean install -Papache- mvn deploy=20 it works like for nbm maven plugin,=20 source-release go to zip we may but on dist. Zip,pom and sources goes = to central=20 (for the moment repository.apache.org) If it's ok, I will create a proper Apache git, and try to preserve = history. Best Regards Eric -----Message d'origine----- De : Neil C Smith =20 Envoy=C3=A9 : mardi 22 juin 2021 12:26 =C3=80 : dev Objet : Re: Native part of Apache NetBeans build and release On Mon, 21 Jun 2021 at 17:21, Eric Barboni wrote: > I remember Laars doing stuff on launcher / profiler on the native part = > of the code but, that was never released. More recently Jan is trying=20 > to improve the script to release launcher and use Maven artefacts. > > For the release process it's a bit messy as we go to osuol. > > I wonder if having dedicated repository for launcher, profiler and=20 > others < modules > may help ? Possibly. Have said before I think we need at least separate source and = binary release votes for all native artefacts. We've had issues before with the native launcher build in the IDE build = script - we end up with two different paths by which people can pick up = the native binaries, not necessarily in sync. Even more of an issue = with addition of Swift launcher. It would be easier to vote and have them on Maven or dist.a.o so every = IDE build shares the same path. It would also mean they're properly voted on before hitting any = distribution channel - at the moment it's a little chicken and egg. 2c Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org For additional commands, e-mail: dev-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org For additional commands, e-mail: dev-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists