Re: warning default invalid module name Errors Replicated

2020-01-06 Thread Zahid Rahman
I am really please I pursued this issue and came across yourself. This ubuntu bug is causing fear and apprehension across many apache frameworks. It has caused a big IT giant fear too. Some people think it is jdk 11 issue so using or are recommending to use jdk 8. Now I am free to use any jdk

Re: warning default invalid module name

2020-01-06 Thread zahid
*Running in NETBEANS IDE * *mvn error message* "you can change this behavior via the 'includePathExceptionsInClasspath' configuration parameter." .. *I would like to see an example syntax setting in pom.xml file of ** * *'includePathExceptionsInClasspath' ** * *then I can fix it next time

Re: warning default invalid module name

2020-01-06 Thread zahid
Sorry , thanks for your response. I shall replicate the error and send the information you mentioned. > Java version: 11.0.5, vendor: Private Build > is very interesting..Have you build your own JDK ? ... No sir , it is a result of installation using the command *sudo apt-get install

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
Thank you. These files has been generated by NETBEANS IDE. *Netbeans uses a very old version Apache Maven 3.3.9 and these warnings do not appear. * *I still get these warnings with the revised pom.xml * kub18@UB18:~/javafx/helloapp$ mvn  javafx:run WARNING: An illegal reflective access

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
mvn -version Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 11.0.5, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.0.0-37-generic", arch: "amd64", family: "unix" *ls -l *total 24

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
I installed maven using *sudo apt-get install  maven** * I even got this message at the end. *update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode** * from the console output showing my current system settings, what do you say should be the  exact

Re: warning default invalid module name Errors Replicated :SUCCESS

2020-01-06 Thread zahid
*mvn -v** *Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/apache-maven-3.6.3 Java version: 11.0.5, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.0.0-37-generic",

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
yes, KUBUNTU 18.04  on UBUNTU 18.04 *kub18@UB18: $** * * * On 06/01/2020 00:26, Stuart McCulloch wrote: Is this Ubuntu?  I seem to remember they have their own build of Maven which differs from the Apache source. ( https://bugs.launchpad.net/ubuntu/+source/maven/+bug/1754602 suggests it's

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Stuart McCulloch
Is this Ubuntu? I seem to remember they have their own build of Maven which differs from the Apache source. ( https://bugs.launchpad.net/ubuntu/+source/maven/+bug/1754602 suggests it's a known bug in their packaging/build? ) If you download Maven from http://maven.apache.org/download.cgi and

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Stuart McCulloch
The Java 11 warning mentions that "/usr/share/maven/lib/guice.jar" has a class named "com.google.inject.internal.cglib.core.$ReflectUtils$1" This looks suspect because the official Maven distribution uses the "no-AOP" version of Guice which doesn't contain any CGLIB classes. It suggests that

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Karl Heinz Marbaise
Hi, On 05.01.20 22:54, zahid wrote: Thank you. These files has been generated by NETBEANS IDE. I have my doubts that plugins generated as dependencies by Netbeans if so this is simply a bug *Netbeans uses a very old version Apache Maven 3.3.9 and these warnings do not appear.

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Karl Heinz Marbaise
Hi, On 05.01.20 21:31, zahid wrote: mvn -version Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 11.0.5, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.0.0-37-generic", arch:

Re: warning default invalid module name

2020-01-05 Thread Karl Heinz Marbaise
Hi, sorry but you seemed not to read my questions: without a full pom and it's dependencies it's impossible to see where the warning is comming from cause it looked like there is a dependency (plexus--...) extreme old one which does not has a module information and can't be used as it...that

Re: warning default invalid module name

2020-01-05 Thread zahid
I can't honestly remember which application I was having this problem with. BUT all my applications are running fine without errors or warnings. I found most of these kind of  *GOTCHAS* is to reset the mvn goals to  "clean install". That is to say go to project -> properties  -> right

Re: warning default invalid module name

2020-01-05 Thread Karl Heinz Marbaise
On 05.01.20 18:06, zahid wrote: I can't honestly remember which application I was having this problem with. Unfortunately this means I can't help here.. BUT all my applications are running fine without errors or warnings. without a concrete example it's more or less impossible to help

Re: warning default invalid module name

2020-01-05 Thread Karl Heinz Marbaise
Hi, On 03.01.20 18:57, zahid wrote: what is the solution to solve this warning. running form NETBEANS IDE. module name from plexus-container-default-1.0-alpha-6.jar: plexus.container.default: Invalid module name: 'default' is not a Java identifier Can't extract module name from

warning default invalid module name

2020-01-03 Thread zahid
what is the solution to solve this warning. running form NETBEANS IDE. module name from plexus-container-default-1.0-alpha-6.jar: plexus.container.default: Invalid module name: 'default' is not a Java identifier Can't extract module name from plexus-container-default-1.0-alpha-30.jar: