Re: A little Gradle problem

2021-03-12 Thread Andy Turner
It just looks like in: // Test testCompile("org.junit.jupiter:junit-jupiter-api:${junitVersion}") testRuntime("org.junit.jupiter:junit-jupiter-engine:${junitVersion}") testRuntime("org.junit.platform:junit-platform-launcher:${junitPlatformVersion}") testImplementation ("org.sp

Re: C/C++

2021-03-12 Thread frui...@yahoo.co.uk.INVALID
Is this your first time using C/C++ with Netbeans?Have you used it before with NB 12.2 or earlier?I am just trying to work out if you are saying this is a new issue with 12.3 On Friday, 12 March 2021, 04:21:42 GMT, César García wrote: Hi all, How can I install the C / C ++ version o

Re: AsciiDoc rendering issue on Netbeans Platform Tutorial

2021-03-12 Thread Geertjan Wielenga
Awesome work! Merged and rebuilt the site. Gj On Fri, 12 Mar 2021 at 16:53, Tim Mullé wrote: > Oh great! Thanks..will look forward to seeing the update. > > - Tim > > > > On Mar 12, 2021, at 10:51 AM, Andrew Janke wrote: > > > > (Resending from my correct email address to fix a bounce for the

Re: AsciiDoc rendering issue on Netbeans Platform Tutorial

2021-03-12 Thread Tim Mullé
Oh great! Thanks..will look forward to seeing the update. - Tim > On Mar 12, 2021, at 10:51 AM, Andrew Janke wrote: > > (Resending from my correct email address to fix a bounce for the > original email.) > > On 3/12/21 10:49 AM, Andrew Janke wrote: >> Yup. Bad (not missing) end marker for a f

Re: AsciiDoc rendering issue on Netbeans Platform Tutorial

2021-03-12 Thread Andrew Janke
(Resending from my correct email address to fix a bounce for the original email.) On 3/12/21 10:49 AM, Andrew Janke wrote: > Yup. Bad (not missing) end marker for a fenced code block. Here's a PR > to fix it: > > https://github.com/apache/netbeans-website/pull/541 > > Cheers, > Andrew > > On 3/12/

AsciiDoc rendering issue on Netbeans Platform Tutorial

2021-03-12 Thread Tim Mullé
Hi, I was just going through this tutorial: https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/tutorials/nbm-nodesapi2.asciidoc And noti

Re: C/C++

2021-03-12 Thread César García
Thanks a lot, Unfortunately that method is not working for me, and I do not know if it is a general problem. The url for NB 8.2 appears to me with blocked access https://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz It is right ? Thanks for the help, Greetings

Re: Thanks for v12.3

2021-03-12 Thread Fred Welland
I switched over Yesterday too. So far, pretty good. Few or little differences than 12.2. Very heavy gradle user, also my NB runs under Open JDK 14 under Fedora 31; gradle projects are generally run with JDK8 or JDK 11. Thanks for all the hard work. On Thu, Mar 11, 2021 at 9:59 PM Malcolm Fi

A little Gradle problem

2021-03-12 Thread Thomas Kellerer
I have a multi-module Gradle project that compiles fine and runs all tests from the command line. Building and testing (right-click on the project, then choosing "Test") also works fine from within NetBeans. However, one Test has the following imports: import org.springframework.boot.test

Re: Re: How do I get local terminal to work for cross platform development Windows - Debian Buster

2021-03-12 Thread Eric Bresie
Did you try using ssh to connect to the RPi? Not sure if it’s quite the same but... https://netbeans.apache.org//kb/docs/cnd/remotedev-tutorial.html Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On March 8, 2021 at 6:37:08 AM CST, frui...@yahoo.co.uk.INVALID > (mailto:frui...@yaho

Re: C/C++

2021-03-12 Thread Tristan Lewis
Hi César After you install netbeans, you go to Tools->Plugins->Settings and tick the 8.2 portal. The C++ plugin should show up in the available plugins list after a refresh (and should now point to the CND plugin rather than the lightweight C++ plugin. Tristan