Re: Preview features

2020-03-07 Thread Bradley Willcott
Thank you.  I didn't look hard enough before.  Here is what works:     org.codehaus.mojo exec-maven-plugin     1.6.0         Markdownj-Compile prepare-package     exec         java --

Re: NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott
Thank you guys. It worked.  I didn't think that I had installed that plugin in NB 11.2.  Guess I must have. Thanks again. Brad. On 8/3/20 3:22 am, Geertjan Wielenga wrote: Indeed, those are all related to C/C++ support. Install from the 8.2 update center, go to the Plugin Manager to enable

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Can you do this, please: 1. Right-click the project. 2. Choose "Run". 3. Copy the content of the Output window in response to this e-mail. Thanks, Gj On Sat, Mar 7, 2020 at 10:09 PM Bradley Willcott wrote: > 'run' requires the packaged jar file (markdownj-cli-*.jar) that is > produced by thi

Re: Preview features

2020-03-07 Thread Bradley Willcott
'run' requires the packaged jar file (markdownj-cli-*.jar) that is produced by this very project.  Bootstrapping! On 8/3/20 5:01 am, Geertjan Wielenga wrote: So run the project, rather than building it, and all will be well. That’s because of your settings for ‘run’ action in nbactions file.

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
So run the project, rather than building it, and all will be well. That’s because of your settings for ‘run’ action in nbactions file. Gj On Sat, 7 Mar 2020 at 21:59, Bradley Willcott wrote: > There is a reason for that. This is being run in the: > > prepare-package > > At this point, there is

Re: Preview features

2020-03-07 Thread Bradley Willcott
There is a reason for that.  This is being run in the: prepare-package At this point, there is no jar file to run.  I only have access to the compiled class files, hence, using the: java instead of the: exec This is processing the 'md' files for the src/docs/manual, storing the 'html' out

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
See my responses above. Seems to me that when you do your build, you're not using the settings you provided in nbactions. Gj On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott wrote: > Here are the links to the compiled jar files: > > BEW Commons Library jar >

Re: Preview features

2020-03-07 Thread Bradley Willcott
Here are the links to the compiled jar files: BEW Commons Library jar files Markdownj-core jar files On 8/3/20 3:47 am, Bradley Willcott wrote: Th

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Or keep it 'run' and then run the project. Output: cd /Users/geertjanwielenga/Desktop/mcli/markdownj-cli; JAVA_HOME=/Users/geertjanwielenga/Downloads/jdk-14.jdk/Contents/Home "/Applications/NetBeans/Apache NetBeans 11.3.app/Contents/Resources/NetBeans/netbeans/java/maven/bin/mvn" "-Dexec.args=--e

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
In nbactions, change the actionName 'run' to 'build' and then do your build, for me works fine. Gj On Sat, Mar 7, 2020 at 8:47 PM Bradley Willcott wrote: > There are two other projects you require. I don't yet know how to get a > compiled package up there for download. > > BEW Commons Library

Re: Preview features

2020-03-07 Thread Bradley Willcott
There are two other projects you require.  I don't yet know how to get a compiled package up there for download. BEW Commons Library Markdownj Core Library I will look into uploading compiled versions. O

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Trying to reproduce, but this is nowhere to be found: com.bew BEWCommons 1.0.2-SNAPSHOT Gj On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott wrote: > Thank you for that. > > However, I have already plumbed those depths. If you would take a l

Re: Preview features

2020-03-07 Thread Bradley Willcott
Thank you for that. However, I have already plumbed those depths.  If you would take a look at the pom.xml file.  I don't want to put it here as it is rather long. I have set the '--enable-preview' option for 'maven-compiler-p

Re: NB 11.3 - "Send To"

2020-03-07 Thread Geertjan Wielenga
Indeed, those are all related to C/C++ support. Install from the 8.2 update center, go to the Plugin Manager to enable that. Gj On Sat, Mar 7, 2020 at 8:21 PM Валера Солдатов wrote: > http://wiki.netbeans.org/NewAndNoteworthyNB81#SendTo_Utility > 10 C/C++

Re: NB 11.3 - "Send To"

2020-03-07 Thread Валера Солдатов
http://wiki.netbeans.org/NewAndNoteworthyNB81#SendTo_Utility 10C/C++ * 10.1New Project Wizard * 10.2SVN, Git and Mercurial support in Remote mode

Re: NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott
Sorry.  Mis-labeled the attachment.  Should have been: screenshot_nb11.2_options.jpg On 8/3/20 3:04 am, Bradley Willcott wrote: I don't think so.  I have attached a screen shot. On 8/3/20 2:46 am, Валера Солдатов wrote: Do you speak about 'Send To' from C++ plug-in? 07.03.2020 21:19, Bradle

Re: NB 11.3 - "Send To"

2020-03-07 Thread Валера Солдатов
But I activated C++ plug-in and I see Send To tab in NetBeans 11.3 too. 07.03.2020 22:04, Bradley Willcott пишет: I don't think so.  I have attached a screen shot. On 8/3/20 2:46 am, Валера Солдатов wrote: Do you speak about 'Send To' from C++ plug-in? 07.03.2020 21:19, Bradley Willcott пише

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Read: https://netbeans.apache.org/download/nb113/index.html Gj On Sat, 7 Mar 2020 at 19:12, Bradley Willcott wrote: > I have just installed both JDK 14 and NB 11.3. > > I am trying to incorporate 14's preview features into an on-going project: > Markdownj > CLI

Re: NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott
I don't think so.  I have attached a screen shot. On 8/3/20 2:46 am, Валера Солдатов wrote: Do you speak about 'Send To' from C++ plug-in? 07.03.2020 21:19, Bradley Willcott пишет: What happened to the "Send To" tab on the Miscellaneous screen of the Options window? I am currently using scr

[NB 11.3 javafx] Embedded browser issue

2020-03-07 Thread Bilu Al
Hello, Can not get the Javafx Webview works with 11.3. Its disable and impossible to activate it. was working in 11.1: [image: embedded.PNG] Is there any solution for this? Thanks

Re: NB 11.3 - "Send To"

2020-03-07 Thread Валера Солдатов
Do you speak about 'Send To' from C++ plug-in? 07.03.2020 21:19, Bradley Willcott пишет: What happened to the "Send To" tab on the Miscellaneous screen of the Options window? I am currently using scripts in NB 11.2 to run my markdownj-cli app on a file by file basis. How do I get it back? T

NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott
What happened to the "Send To" tab on the Miscellaneous screen of the Options window? I am currently using scripts in NB 11.2 to run my markdownj-cli app on a file by file basis. How do I get it back? Thanks, Brad. - To un

Preview features

2020-03-07 Thread Bradley Willcott
I have just installed both JDK 14 and NB 11.3. I am trying to incorporate 14's preview features into an on-going project: Markdownj CLI . However, part of my POM processing causes an error: "java.lang.UnsupportedClassVersionError: Preview features

Re: bug reporting for 11.3

2020-03-07 Thread Jonathan Bergh
OK will do, thanks for that. On Sat, Mar 7, 2020 at 6:00 PM Geertjan Wielenga wrote: > Yes, always in JIRA. > > Gj > > On Sat, 7 Mar 2020 at 15:42, Jonathan Bergh > wrote: > >> Hi all, >> >> many thanks for all the hard work on the latest version of Netbeans - its >> really awesome. the built

Re: No /src/main/resources generated

2020-03-07 Thread Chris Olsen
Geertjan -- Ah! That was helpful. I have not yet solved the problem but this gives me a new lead. -- Chris - Original Message - From: Geertjan Wielenga To: NetBeans Mailing List Sent: Sat, 07 Mar 2020 11:48:22 -0500 (EST) Subject: Re: No /src/main/resources generated Maybe

Re: No /src/main/resources generated

2020-03-07 Thread Geertjan Wielenga
Maybe take a look in the Favorites window to see what your folder structure looks like on disk. Gj On Sat, 7 Mar 2020 at 17:47, Chris Olsen wrote: > Geertjan -- > >Thank you very much for your lightning reply! > >I am a veteran (but amateur) FX person, and thus am ashamed to admit > tha

Re: No /src/main/resources generated

2020-03-07 Thread Chris Olsen
Geertjan -- Thank you very much for your lightning reply! I am a veteran (but amateur) FX person, and thus am ashamed to admit that I tried to do that in Netbeans and was not able to make it happen. The default starting point gives me packages "Source Packages" and ". I tried to crea

Re: No /src/main/resources generated

2020-03-07 Thread Geertjan Wielenga
Just create it manually if the Gluon archetype doesn’t create that folder automatically. Gj On Sat, 7 Mar 2020 at 17:21, Chris Olsen wrote: > Hello, Everyone -- > > In anticipation of impending Java 14 I have downloaded AdoptOpen version > of Java 13, Netbeans 11.3 (Thank you for all your wor

No /src/main/resources generated

2020-03-07 Thread Chris Olsen
Hello, Everyone -- In anticipation of impending Java 14 I have downloaded AdoptOpen version of Java 13, Netbeans 11.3 (Thank you for all your work!!), and the FX stuff at openjfx.io. I am also starting out moving from Ant to Maven. (All this together is a big step for me, but I have two we

Re: bug reporting for 11.3

2020-03-07 Thread Geertjan Wielenga
Yes, always in JIRA. Gj On Sat, 7 Mar 2020 at 15:42, Jonathan Bergh wrote: > Hi all, > > many thanks for all the hard work on the latest version of Netbeans - its > really awesome. the built in gradle support is fantastic and all the other > bells and whistles are too. > > if there are some app

bug reporting for 11.3

2020-03-07 Thread Jonathan Bergh
Hi all, many thanks for all the hard work on the latest version of Netbeans - its really awesome. the built in gradle support is fantastic and all the other bells and whistles are too. if there are some apparent bugs to report - do you want us to do this in Netbeans JIRA, or how would you prefer