Re: Does anyone still want netbeans project files for building/running client demos ?

2025-06-13 Thread Antonio Vieiro
rter unless you absolutely need them but I doubt you do. Same pattern as all the others. You can use the bug ID 8359381  I submitted in your PR -phil On 6/13/25 1:54 AM, Antonio Vieiro wrote: Hi all, Yes, those "nbproject" files are very outdated and can't even be opened with the latest

Re: Does anyone still want netbeans project files for building/running client demos ?

2025-06-13 Thread Antonio Vieiro
Hi all, Yes, those "nbproject" files are very outdated and can't even be opened with the latest NetBeans versions. Demos are still shipped by different people [1]. I think it's worth updating and keeping them around, because it makes it easier for newbies to open them in an IDE and experiment

Re: RFR: 8353950: Clipboard interaction on Windows is unstable [v6]

2025-06-10 Thread Antonio Vieiro
On Tue, 10 Jun 2025 15:48:17 GMT, Matthias Bläsing wrote: >> Matthias Bläsing has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Limit running test only on windows > > Thank you all for helping to get this in! Thank you @matthiasblaesing

Re: RFR: 8351322: Parameterize link option for pthreads

2025-03-06 Thread Antonio Vieiro
On Thu, 6 Mar 2025 10:39:27 GMT, snake66 wrote: > Replace hardcoded instances of `-lpthread` with `$(LIBPTHREAD)`, so that it's > possible to parameterize this for platforms that use different flags for > enabling posix threads. > > This work is a continuation of the work done by Greg Lewis in