Re: Travis jobs for my PR not started for few hours

2021-01-24 Thread Christian Oyarzun
Apparently we should have migrated from travis-ci.org to travis-ci.com, as
travis-ci.org was scheduled to be shut down at the end of December 2020.

https://mailchi.mp/3d439eeb1098/travis-ciorg-is-moving-to-travis-cicom?e=%5BUNIQID%5D

https://docs.travis-ci.com/user/migrate/open-source-repository-migration

If we migrate everything to GitHub Actions, we should be mindful of how
long it takes for our CI jobs to run.

https://infra.apache.org/github-actions-secrets.html

*A note on testing*: Some projects would like to use GitHub Actions for
> complex processes, such as automating their tests of software builds.
> The *time* runners are in use (measured in minutes) is unlimited for
> public repositories so how long a test takes isn't the issue. The issue is
> tying up limited 'runners' (nodes) while those minutes are running. Apache
> has 180 runners for over 1200 repositories, so the concern would be how
> many runners the test requires, which are then unavailable to other
> projects for the duration of the test. Out of those 180 runners, only 50
> Mac OS runners can be in use at one time for all ASF projects.
> The ASF maxes out its runner allocation quite often, so a project needs to
> plan carefully to make best use of them for everyone's sake. For example,
> it would be important not to trigger a full release test with a pull
> request that is correcting a typo on one page in one module.
> If you are considering using GitHub Actions in this way, please subscribe
> to the builds@ a.o mailing list, where there is a continuing discussion
> on this topic and others related to continuious integration development.


--Christian

On Sun, Jan 24, 2021 at 7:31 AM Jaroslav Tulach 
wrote:

> Hi.
> Today morning I pushed few changes into my PR, but the Travis jobs haven't
> started yet:
>
> https://travis-ci.org/github/apache/netbeans/builds/755913579
>
> What's happening? Travis shutting down?
> -jt
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: Travis jobs for my PR not started for few hours

2021-01-24 Thread Tomáš Procházka
I wasn't able to get any useful info from Travis. Maybe it is related to 
higher traffic caused by release 12.3 preparation.


Maybe it's time to leave Travis behind and move to GitHub Actions.

https://github.com/apache/netbeans/pull/2708

Tom

On 24. 01. 21 13:31, Jaroslav Tulach wrote:

Hi.
Today morning I pushed few changes into my PR, but the Travis jobs haven't
started yet:

https://travis-ci.org/github/apache/netbeans/builds/755913579

What's happening? Travis shutting down?
-jt




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: How to implement a new language on LSP (Python)

2021-01-24 Thread Matthias Bläsing
Hi Eric,

Am Samstag, den 23.01.2021, 14:37 -0600 schrieb Eric Bresie:
If one was to want to implement a new language using LSP, what does
that
take?  Is there any document on doing so?

have a look at the TypeScript module (webcommon/typescript.editor) or
the whole cpplite cluster. Both build on top of lsp support.

Greetings

Matthias


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: React Native Support for Cross Platform Mobile Apps Development

2021-01-24 Thread arafat bouchafra
Hello,

I can send you some eBooks treating NetBeans in depth, and especially how
to make a plugin, or customize it to your own solution/framework.

Keep me in touch with you, if you encounter a solution.

King regards

Le dim. 24 janv. 2021 à 04:07, Brain Rebooting  a
écrit :

> Hi all,
>
> Recently I learned javafx and after learning it, I thought that I would use
> gluon mobile framework to build cross platform mobile apps. But I just saw
> their pricing plan for individual developers, which is $499. I just got
> astonished. Though they have a free license, which is not for commercial
> use. I don't see any reason to spend this amount of money using such a
> average tech. Instead, there are numerous open source mobile app solutions
> available there. Like, React Native, Flutter and so on. Though I searched
> about Cordova, but its webview is like a joke and performance is too not
> satisfying. In that sense, as an open source IDE, being Apache Netbeans,
> can I/we get support for react native/flutter? Which are true market leader
> and true performant framework for mobile. I don't see any option to use
> netbeans for using at least react native IDE.
> At this moment, I feel little bit depressed and frustrated.
>
> Is there any hope of getting better react support and at least react native
> support in netbeans IDE?
>
> Even the text editors like, sublime/atom/vs-code too capable of, for using
> react native.
>
> Samiul Alom Sium
> Associate of science in computer science,
> University of the people, USA
>


Travis jobs for my PR not started for few hours

2021-01-24 Thread Jaroslav Tulach
Hi.
Today morning I pushed few changes into my PR, but the Travis jobs haven't 
started yet:

https://travis-ci.org/github/apache/netbeans/builds/755913579 

What's happening? Travis shutting down?
-jt




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Bug reports with only exception log

2021-01-24 Thread Tomáš Procházka

Yes.

Descriptions are now back.

Tom

On 23. 01. 21 18:42, August Nagro wrote:

Is this what caused the the issue descriptions I had written to disappear?

On Fri, Jan 22, 2021, 10:43 PM Tomáš Procházka  wrote:


Unfortunately field Description is now hidden :(

I reported the issue in INFRA-19430
 ticket, just letting
you know.

Tom

On 22. 01. 21 20:47, Tomáš Procházka wrote:

Structured template for issue description was applied to NetBeans JIRA.

Thanks to all involved in this quest.

Regards,

Tom

On 17. 01. 21 12:53, Tomáš Procházka wrote:

OK, change is prepared now and after our approval it will be applied
to NetBeans project in JIRA.

Tom

On 03. 01. 21 2:47, John Neffenger wrote:

On 1/2/21 3:56 PM, Tomáš Procházka wrote:

Having some form of guidance for reporter would be useful.

Please see:

INFRA-19430 - Add an issue description template
https://issues.apache.org/jira/browse/INFRA-19430

I'm not sure what's still holding up the change, but it may help for
the infrastructure group to hear from someone besides Christian Lenz
and me.

John

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Netbeans Bug (With Bug Bounty)

2021-01-24 Thread Zahid Rahman
I think it would be helpful for any body following this thread to know that
if he changed jdk to earlier version then it would have identified whether
the bugs was due to jdk 15  or not.
He didn't do that.

The only information provide was jdk version and linux version.


I found that the bugs were not due to jdk15 because I have tested netbeans
IDE against jdk 15. Not to be confused with development jdk.









Z.

https://www.backbutton.co.uk/
¯\_(ツ)_/¯
♡۶♡۶ ♡۶

On Fri, 22 Jan 2021, 08:36 August Nagro,  wrote:

> Yes, I am using JDK 15 to run Netbeans as reported in the bugs. I
> appreciate the advice to try downgrading to Java, but my objective is to
> report some bugs, not find a workaround.
>
> On Fri, Jan 22, 2021, 12:23 AM Zahid Rahman  wrote:
>
>> Som,
>>
>>  was taken aback by this statement
>>
>> > , I will keep using JDK 15 for development
>>
>>
>> Z.
>>
>> https://www.backbutton.co.uk/
>> ¯\_(ツ)_/¯
>> ♡۶♡۶ ♡۶
>>
>> On Fri, 22 Jan 2021, 06:04 Som Lima,  wrote:
>>
>>> >, I will keep using JDK 15 for development
>>>
>>> For development I presume you are using Maven . To specify JDK for
>>> development you would do it this way (see below excerpt of pom.xml).
>>>
>>> The JDK being referred  to so far causing these alleged bugs was running
>>> NETBEANS IDE. The jdk running Netbeans is the one shown in the help  ->
>>> about window.
>>>
>>> It is not the same JDK  , especially if you setup development
>>> environment to build and run your code using Maven (pom.xml).
>>>
>>>
>>>  
>>>
>>> 
>>> 
>>> maven-compiler-plugin
>>> 3.7.0
>>> 
>>> 15
>>> 15
>>> 
>>> 
>>> 
>>>
>>>
>>>
>>>
>>> On Thu, 21 Jan 2021, 23:22 August Nagro,  wrote:
>>>
 Hi Zahid, I will keep using JDK 15 for development.

 On Thu, Jan 21, 2021 at 12:52 AM Zahid Rahman 
 wrote:
 >
 > Trying using an early version of JDK
 > rather than jdk 15.
 >
 > Features like look and feel are commonly used features. They were
 probably  developed and tested on earlier version of  jdk.
 >
 >
 > Z.
 >
 > https://www.backbutton.co.uk/
 > ¯\_(ツ)_/¯
 > ♡۶♡۶ ♡۶
 >
 > On Thu, 21 Jan 2021, 06:37 August Nagro, 
 wrote:
 >>
 >> Hello,
 >>
 >> I am new to Netbeans and am enjoying it so far. I have
 >> encountered 5 bugs. I've documented them here:
 >>
 >> https://github.com/AugustNagro/netbeans-bugs/tree/master/public_html
 >>
 >> I will pay $40 USD per bug. I know it's not much, but hope it's
 >> motivational for someone.
 >>
 >> Cheers,
 >>
 >> August
 >>
 >> -
 >> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
 >> For additional commands, e-mail: users-h...@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: users-unsubscr...@netbeans.apache.org
 For additional commands, e-mail: users-h...@netbeans.apache.org

 For further information about the NetBeans mailing lists, visit:
 https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists