Re: [Jigsaw] Apache Maven status update

2016-01-05 Thread Robert Scholte
Op Tue, 05 Jan 2016 22:55:03 +0100 schreef Jochen Wiedmann : On Thu, Dec 31, 2015 at 1:01 PM, Robert Scholte wrote: The next blocking issue requires some work by the Apache Maven team and/or at the QDox project[2]. QDox is a Java Parser which is used to read javadoc and/or annotations

Re: [Jigsaw] Apache Maven status update

2016-01-05 Thread Jochen Wiedmann
On Thu, Dec 31, 2015 at 1:01 PM, Robert Scholte wrote: > The next blocking issue requires some work by the Apache Maven team and/or > at the QDox project[2]. > QDox is a Java Parser which is used to read javadoc and/or annotations from > source in order to generate xml or other Java files. > With

Re: [Jigsaw] Apache Maven status update

2016-01-02 Thread Hervé BOUTEMY
Hi, Great news! Notice that source parsing is not so crucial noawadays, since we use java 5 annotations in general, both for plexus/sisu and plugin-tools: if you deactivate javadoc parsing, you should avoid the issue. This xould permit work in parallel: - continue Jigsaw tests - fix the QDox s

Re: [Jigsaw] Apache Maven status update

2015-12-31 Thread Tibor Digana
Is't strange that Sun/Oracle decided now to change to New Version String-Scheme however Java SE 1.5 was called Java SE 5 already 11 years ago. http://openjdk.java.net/jeps/223 I think maven-invoker-plugin or users may have the same problem like pluxus-archiver. invoker.properties invoker.java.ve

[Jigsaw] Apache Maven status update

2015-12-31 Thread Robert Scholte
Hi, With JDK-8144879[1] being fixed in the latest jigsaw-ea I've been able to build a subset of a multimodule project. The next blocking issue requires some work by the Apache Maven team and/or at the QDox project[2]. QDox is a Java Parser which is used to read javadoc and/or annotations fr