source level in sample apps

2018-04-02 Thread Glenn Holmer
When creating the Java sample projects "Anagram Game" or "GUI Form Examples" under either JDK8 or JDK10, the source level is set to JDK6. Shouldn't it default to the level of the JDK you're running under? Is it a bug? -- Glenn Holmer (Linux registered user #16682) "After the vintage season came

Re: source level in sample apps

2018-04-02 Thread Niklas Matthies
This is part of the sample project's configuration. See ${nb-install}/java/modules/org-netbeans-modules-java-examples.jar -> org/netbeans/modules/java/examples/anagrams.zip -> nbproject/project.properties: javac.source=1.6 javac.target=1.6 "New project" just creates a copy of the sample project,

[unit] Test Specification for JUnit Testing

2018-04-02 Thread Rick Hegarty
Hi Mohammed, Javier and Mani, I have finally completed the JUnit Test Specification, and it is ready for you to use: *https://netbeans-vm.apache.org/synergy/client/app/#/specification/390/v/2 * My apologies for the

wrong URL in Synergy for Jira issues

2018-04-02 Thread Alied Pérez Martínez
Hi, I'm currently going trhough Maven tests[1] and wanted to follow a reported issued in Jira (NETBEANS-563 ). The created link repeats the project key: it point to

Re: Netcat and nightly builds

2018-04-02 Thread Alied Pérez Martínez
grab the latest stable build from here: https://builds.apache.org/job/incubator-netbeans-linux/ On 04/02/2018 09:16 PM, Ross Lamont wrote: > Hi, > > I’m new to NetCAT, but as I understand it, previous NetCAT used to require > testers to get a new NightlyBuild every so often. Is that meant to be

Netcat and nightly builds

2018-04-02 Thread Ross Lamont
Hi, I’m new to NetCAT, but as I understand it, previous NetCAT used to require testers to get a new NightlyBuild every so often. Is that meant to be happening for NetCAT 9.0? If so, where are the nightly builds? Cheers Ross

Re: Apache Jenkins is down?

2018-04-02 Thread Rick Hegarty
Alied, Well I just tried both of your links (http and https), and they both worked, and immediately rendered a small chunk of JSON. Then I tried both links again a minute later, and got nothing back except a timeout error. So maybe there are intermittent issues on the Jenkins server? Rick

Apache Jenkins is down?

2018-04-02 Thread Alied Pérez Martínez
I'm trying to access https://builds.apache.org/job/incubator-netbeans-linux/ but I'm unable to access it: I hope it's not related to some tests I was doing to automate nightly download: alied@development:~$ curl

Re: Apache Jenkins is down?

2018-04-02 Thread Alied Pérez Martínez
I'm unable to access http nor https: alied@development:~$ curl --verbose 'https://builds.apache.org/job/incubator-netbeans-linux/lastStableBuild/api/json?pretty=true=artifacts[fileName]' *   Trying 62.210.60.235... * TCP_NODELAY set * connect to 62.210.60.235 port 443 failed: Connection refused *

should we label our NetCAT-reported issues with netcat90 or something like that?

2018-04-02 Thread Alied Pérez Martínez
Well, that which I wrote in the subject. In past events we (actually the bug submission form did it) used to add a prefix like "[cat82]". I think we could take advantage of Jira's labels for that. Also we can label the issues reported while running Synergy tests and even (when integrated) the

Re: Apache Jenkins is down?

2018-04-02 Thread Alied Pérez Martínez
Call me paranoid, but I have the suspicion that you won't be able to access Jenkins for some time... On 04/02/2018 10:39 PM, Rick Hegarty wrote: > Alied, > > Well I just tried both of your links (http and https), and they both > worked, and immediately rendered a small chunk of JSON. > > Then I

[maven] Finished Maven Support Test Specification for Linux

2018-04-02 Thread Alied Pérez Martínez
Hello fellow tribesmen: Just finished the Maven Support Test Specification for Linux - Other (i.e. Debian) and JDK 10. Filed five issues[1] with Jira. Tested with JDK 10. I'm using the latest build at work with JDK 8. [1]