Re: trouble building top level axis2 with jdk11 with source and target set to jdk1.8

2021-02-25 Thread robertlazarski
Axis2 1.7.9 will not build on JDK 11 for a few reasons such as the removal of XDoclet. The latest Axis2 trunk from our git repo does build on JDK 11 ... maybe later too, I haven't got to that yet. git clone https://github.com/apache/axis-axis2-java-core.git Currently in git the Javac source is

trouble building top level axis2 with jdk11 with source and target set to jdk1.8

2021-02-25 Thread Andrew Marlow
Hello everyone, I just tried to build axis2 1.7.9 on linux with openJDK11. I am running into some problems and need a little help/guidance please. First, I saw that in the top level pom we have: maven-compiler-plugin true