You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Sergio Fernández (JIRA)" <ji...@apache.org> on 2014/03/28 20:21:14 UTC

[jira] [Commented] (MARMOTTA-479) Compilation Fails with JDK8

    [ https://issues.apache.org/jira/browse/MARMOTTA-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951268#comment-13951268 ] 

Sergio Fernández commented on MARMOTTA-479:
-------------------------------------------

relevant thread for the issue: http://markmail.org/message/pmo5oluowdbx472w

> Compilation Fails with JDK8
> ---------------------------
>
>                 Key: MARMOTTA-479
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-479
>             Project: Marmotta
>          Issue Type: Bug
>          Components: Build Environment
>            Reporter: Sebastian Schaffert
>             Fix For: 3.3
>
>
> Compilation of the Marmotta source tree fails when using JDK8. The reason is that JAXRSDoclet (used for the REST API documentation) is using internal Java classes which no longer exist or are exposed differently. Error message:
> [ERROR] java.lang.NullPointerException
> [ERROR] at com.lunatech.doclets.jax.jaxrs.JAXRSDoclet.<init>(JAXRSDoclet.java:84)
> [ERROR] at com.lunatech.doclets.jax.jaxrs.JAXRSDoclet.start(JAXRSDoclet.java:78)
> [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [ERROR] at java.lang.reflect.Method.invoke(Method.java:483)
> [ERROR] at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:310)
> [ERROR] at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:189)
> [ERROR] at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:366)
> [ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:219)
> [ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:205)
> [ERROR] at com.sun.tools.javadoc.Main.execute(Main.java:64)
> [ERROR] at com.sun.tools.javadoc.Main.main(Main.java:54)



--
This message was sent by Atlassian JIRA
(v6.2#6252)