Re: nbm-maven-plug for java14

2020-06-18 Thread Richard Linsdale
quot;parse" jdk 14 jar. Best Regards Eric -Message d'origine----- De : Richard Linsdale Envoyé : dimanche 14 juin 2020 00:12 À : Emilian Bold Cc : NetBeans Mailing Objet : Re: nbm-maven-plug for java14 Thanks for the reply. Your reference is the the GitHub source repository,

Re: nbm-maven-plug for java14

2020-06-13 Thread Richard Linsdale
--emi On Sun, Jun 14, 2020 at 12:45 AM Richard Linsdale wrote: I have just upgraded to Netbeans 12.0 and java14 and am have trouble in getting a suitable version of the nbm-maven-plug which works in this environment. Version 4.5 does not accept Java14 compiled classes. The documentation for the

nbm-maven-plug for java14

2020-06-13 Thread Richard Linsdale
I have just upgraded to Netbeans 12.0 and java14 and am have trouble in getting a suitable version of the nbm-maven-plug which works in this environment.  Version 4.5 does not accept Java14 compiled classes.  The documentation for the plugin states the latest version is 4.6-SNAPSHOT, but I can'

Re: Appending data to file in a MemoryFileSystem.

2019-09-19 Thread Richard Linsdale
Neil, thanks for suggestion, less work and much tidier code than my original fall back thoughts.  Implemention done and passing the unit tests! Richard On 19/09/2019 15:25, Neil C Smith wrote: On Thu, 19 Sep 2019 at 15:04, Richard Linsdale wrote: Any suggestions welcome, as I want to avoid

Appending data to file in a MemoryFileSystem.

2019-09-19 Thread Richard Linsdale
Hopefully somebody can help direct me to a solution to this problem In a Netbeans plug-in which I am developing, I have created a MemoryFileSystem for storage of transient files. I now wish to add a feature to append data to an existing file (in the MemoryFileSystem), but I can't find a solut