Re: Netbeans Translator Plugin - 1. Maven build problem SOLVED

2020-07-03 Thread Oliver Rettig
Hi Fabian, very thanks for you help. You are completly right: I have changed the properties to specify the java version to 8 8 true and I also deletes the line with the osgi dependency availability. Now it works.

Re: Netbeans Translator Plugin - 1. Maven build problem

2020-07-01 Thread Fabian Bahle
Hello Oliver, I just checked your pom.xml and it seems you have set Maven to use the latest Java Version 14. Do you have Java 14 installed on your system and is it used for building? You have specified source and target in the maven compiler plugin, but I think you also have to specify the

Netbeans Translator Plugin - 1. Maven build problem

2020-06-30 Thread Oliver Rettig
Hi all, I am working on a Nebeans Plugin to translate selected text segments: https://github.com/orat/netbeans-translator It is a reimplementation of the old plugin http://plugins.netbeans.org/plugin/4189/google-translator-integrator where the source code isnt available any more. Furthermore