Re: Building NetBeans with Gradle

2020-12-12 Thread Hector Espert
I'm testing Gradle ant support https://docs.gradle.org/current/userguide/ant.html to load the Netbeans ant build system and launch it from Gradle. https://github.com/apache/netbeans/pull/2590 It isn't a radical change in the build system and it can allow us to improve the build system using

Re: TravisCI vs Jenkins vs GitHub Actions

2020-10-13 Thread Hector Espert
this Jenkins jobs: https://ci-builds.apache.org/job/Netbeans/job/netbeans-license/ and https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/ Would it be nice to activate these to run in Jenkins or maintain these in Travis? El mié., 10 jun. 2020 a las 22:20, Hector Espert (< hectoresper

Hacktoberfest opt-in

2020-10-04 Thread Hector Espert
This year I'm trying to participate into the Hacktoberfest: https://hacktoberfest.digitalocean.com The participation rules have recently changed and only the projects that want to participate are valid in the PR count. *We’re making Hacktoberfest opt-in only for projects – which maintainers >

Re: Building NetBeans off-line

2020-09-25 Thread Hector Espert
Some months ago, I created this PR https://github.com/apache/netbeans/pull/2197 to try to fix CI errors, but I think it can help to work offline. El vie., 25 sept. 2020 a las 10:14, Eric Barboni () escribió: > Maybe if download-all-extbins is a target that is "oneshot" (not involved > in

Lookup, optional method

2020-07-02 Thread Hector Espert
A few months ago, I created a draft PR to add a method in the Lookup class that returns a Java optional. https://github.com/apache/netbeans/pull/2063 There wasn't any special reason. Only I used it to study how the Netbeans documentation works. If anybody is interested in that, I will continue

Re: TravisCI vs Jenkins vs GitHub Actions

2020-06-10 Thread Hector Espert
version. El mar., 26 may. 2020 a las 22:22, Hector Espert (< hectorespertpa...@gmail.com>) escribió: > Hi, > > I created a draft PR to start testing GitHub actions: > https://github.com/apache/netbeans/pull/2158 > > It runs build and test platform/core.network mod

Re: [VOTE] Release Apache NetBeans-12.0 Mac OSX Installer

2020-06-04 Thread Hector Espert
+1 Installed on MacBook PRO 10.15.5, configuration loaded from Netbeans 11.3 and checked plugin installation from PP3. El mié., 3 jun. 2020 a las 23:08, John Mc () escribió: > Hi, > > We can vote for Apache NetBeans 12.0 Mac OSX installer > > Primary voting artefact: > >

Re: TravisCI vs Jenkins vs GitHub Actions

2020-05-26 Thread Hector Espert
he/netbeans/pull/2121 > [2] https://blogs.apache.org/infra/entry/apache_gains_additional_travis_ci > > Jan > > On Sun, May 24, 2020 at 2:05 PM Hector Espert > > wrote: > > > Hi everybody. > > > > I would like to open a discussion about with continuous integratio

TravisCI vs Jenkins vs GitHub Actions

2020-05-24 Thread Hector Espert
Hi everybody. I would like to open a discussion about with continuous integration service we should use. I like Travis CI, but after deal with it in the Netbeans project, I start to think that they aren't a good couple. There are two Travis CI limits that are a pain in the neck, the log

Re: Netbeans notifications API

2020-05-23 Thread Hector Espert
Hi everybody. Thanks for your feedback. In a long term, I would like to have the option to allow Netbeans use (optionally) the OS desktop notifications. But I have to recognize that it is a big challenge and probably it isn't a priority. There are a lot of questions for resolve, for example

Re: Netbeans notifications API

2020-05-17 Thread Hector Espert
> > Why does it need native code? I don't understand your question. When I mean the native notification system, it is the OS notification system. On Sat, May 16, 2020, 15:31 Glenn Holmer wrote: > On 5/16/20 6:26 AM, Hector Espert wrote: > > After the first proposal to integ

Netbeans notifications API

2020-05-16 Thread Hector Espert
Hi everybody. After the first proposal to integrate the native linux notification system https://github.com/apache/netbeans/pull/1948, I started to work in the notifications module to expose an API. My idea is to allow to extend the notifications system and integrate it with the native

Re: About NetBeans build quality

2020-05-05 Thread Hector Espert
double check with Apache infra on > their asf slack channel. They may have done one or yours can help other > project. Would be nice to expose mail and name(it's only available to > people logged and this information should be public ) > > Best Regards > Eric > > > -Message

Re: About NetBeans build quality

2020-05-02 Thread Hector Espert
flagged too before review code. It cost Matthias hours :p > Hector Espert do a lot of addition to travis test but I'm unsure the > coverage of travis test. > Best Regards > Eric > > -Message d'origine- > De : Neil C Smith > Envoyé : vendredi 1 mai 2020 12:23 > À : dev

Re: Status of unit tests in module org.netbeans.modules.websvc.editor.hints

2020-04-22 Thread Hector Espert
I don't know if they are runnable, probably, not. A piece of advice, check if this folder exists: https://github.com/apache/netbeans/blob/4d61753a0600bb555a4fea5a1f0b29f1b909dd5b/enterprise/websvc.editor.hints/nbproject/project.properties#L20 El mié., 22 abr. 2020 a las 14:31, Benjamin Graf ()

Re: Build Failures on Travis

2020-04-21 Thread Hector Espert
Hi all, I created a PR https://github.com/apache/netbeans/pull/2085 to enable Travis cache https://docs.travis-ci.com/user/caching/ It tries to prevent network issues like OSUOSL failures, etc. Hector El sáb., 18 abr. 2020 a las 16:44, Laszlo Kishalmi (< laszlo.kisha...@gmail.com>) escribió:

Re: Failing gate build on Mac OS X

2020-03-03 Thread Hector Espert
Hi, Jaroslav. I created this pull request to try to fix Mac OS build: https://github.com/apache/netbeans/pull/1997 I tried other alternative, installing OpenJDK from homebrew and it seems to work, but it fails when it runs core.network tests. Hector. El mar., 3 mar. 2020 a las 7:08, Jaroslav