Re: [RCP] NetBeans Platform Application project - does not run out of box

2018-03-11 Thread Geertjan Wielenga
NetBeans Platform does not support JDK 9 at this point. Gj On Sunday, March 11, 2018, Tushar Joshi wrote: > Hi All, > > I tried creating a NetBeans Platform Application and Run it from the Run > menu. It does not start with the following error > > run.run: > Cannot find java. Please use the --

Re: [RCP] NetBeans Platform Application project - does not run out of box

2018-03-11 Thread Geertjan Wielenga
Try with JDK 8 and it should be fine. Gj On Sunday, March 11, 2018, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > NetBeans Platform does not support JDK 9 at this point. > > Gj > > On Sunday, March 11, 2018, Tushar Joshi wrote: > >> Hi All, >> >> I tried creating a NetBeans Pla

Re: [vcs] subversion

2018-03-11 Thread David Heffelfinger
Leo, Thanks for reporting this. I'm not sure at this point what the proper procedure for reporting issues is so that they don't fall through the cracks (Jira tickets, etc). Jiri or Hermien, could one of you please clarify? Thanks, David On Sat, Mar 10, 2018 at 7:29 PM, Leo Donahue wrote: > Hi

Re: [vcs] subversion

2018-03-11 Thread Hermien Pellissier
Hi David, Issues that are software bugs should indeed be reported as Jira [1] tickets. [1] https://issues.apache.org/jira/projects/NETBEANS If an issue is important enough in your opinion that it should have a test in one of the test specs, then feel free to create the test now. ~ Hermien On

Re: Java Editor Tribe Codefolding review

2018-03-11 Thread Hermien Pellissier
Hi José, Oops! I edited test case 1.1 (Code folding after opening a file) and after > saving, it dropped to the bottom of it's test suite, so now it's 1.10...!!! > That's bad, as the test cases have a sort of logical order and sometimes > refer to the previous one. I don't see a way to fix the ord

Re: [maven] Test specs split

2018-03-11 Thread Luca Mambretti
Hi, I've gone ahead and added some labels, the end result is less than optimal IMHO, since now the sanity testing label is outdated, cause it has a mix of se and ee tests, and also points 3 and 7 of the specification are now marked as javaee, since they require EE projects as a base, these shou

Re: Java Editor Tribe Codefolding review

2018-03-11 Thread jose . rodriguez
March 11, 2018 11:08 AM, "Hermien Pellissier" wrote: > Hi José, > > Oops! I edited test case 1.1 (Code folding after opening a file) and after > >> saving, it dropped to the bottom of it's test suite, so now it's 1.10...!!! >> That's bad, as the test cases have a sort of logical order and somet

Re: GUI Builder Tribe

2018-03-11 Thread Efrem Mc
Hi Giuliano, I created the clone test spec and stated it to 9.0; I am still reviewing them. I have not made any edits. Please review what I started. Where are we going to check against the bugs and issue list? https://issues.apache.org/jira/secure/Dashboard.jspa and search the componets guibui

[debugger] Missing Lambdas in Debugger Part IV - Debugging and Use of Breakpoints

2018-03-11 Thread Sven Reimers
Hi, the title says it all. Should we add some lambda centric testing? Comments / ideas? Sven P.S. Spec looks good so far ;-)

Re: [debugger] Missing Lambdas in Debugger Part IV - Debugging and Use of Breakpoints

2018-03-11 Thread Hermien Pellissier
Hi Sven, I think creating some tests for lambdas is a great idea! ~ Hermien On 11 Mar 2018 11:53 PM, "Sven Reimers" wrote: Hi, the title says it all. Should we add some lambda centric testing? Comments / ideas? Sven P.S. Spec looks good so far ;-)