Hi,
this is a result of a part from the proposal #ClassFileModuleName:
- Rather than encode the module's name in the value of the `this_class`
field of the `ClassFile` structure, simply set this field to zero.
This means that we need to find a different way to extract the modulename,
which means we need to wait for a newer version of ASM (based on bytecode)
or QDox (based on sources) and implement the new usage in the
maven-compiler-plugin.
Robert
On Fri, 09 Dec 2016 15:03:48 +0100, David Král <[email protected]> wrote:
Hi all,
I am having a problem with compiling my tests with jdk9-ea+148 and
sources with module-info.java. Compilation of project classes has no
problem >to pass but when it comes to default-testCompile then it
crashes.
I have already described the problem here:
http://stackoverflow.com/questions/41061660/compile-tests-using-maven-compiler-and-jdk9-ea148
In the attachment I am sending you also small sample project where I am
having this issue.
Thank you for any help,
David