Re: [VOTE] Release Apache Maven Shared Component: Maven Archiver version 3.2.0

2017-08-12 Thread Karl Heinz Marbaise
Hi, this is my +1. Kind regards Karl Heinz Marbaise On 09/08/17 21:10, Karl Heinz Marbaise wrote: Hi, We solved 6 issues: https://issues.apache.org/jira/projects/MSHARED/versions/12336743 There are still a couple of issues left in JIRA:

JDK9: Failed to parse module-info.java

2017-08-12 Thread Karl Heinz Marbaise
Hi, currently I'm facing the following issue with JDK9+181: (using maven-compiler-plugin:3.6.2): [DEBUG] CompilerReuseStrategy: reuseCreated [DEBUG] useIncrementalCompilation enabled [ERROR] Failed to parse module-info: [ERROR] With reflect: null [ERROR] With asm: null [ERROR] Failed to

Re: JDK9: Failed to parse module-info.java

2017-08-12 Thread Robert Scholte
Hi, short answer: to be able to compile Java 9 projects, you must use the JRE from Maven (i.e. JAVA_HOME must point to JDK 9). The long story: asm-6.0_ALPHA is based on an old format of the module-info file. Only a few weeks ago asm-6.0_BETA was released. There was over a year between

Re: JDK9: Failed to parse module-info.java

2017-08-12 Thread Karl Heinz Marbaise
Hi Robert, I've made a separate issue MCOMPILER-304 to introduce plexus-language component. Kind regards Karl Heinz Marbaise On 12/08/17 19:23, Robert Scholte wrote: Hi, short answer: to be able to compile Java 9 projects, you must use the JRE from Maven (i.e. JAVA_HOME must point to JDK