Uploaded image for project: 'Marmotta (Retired)'
  1. Marmotta (Retired)
  2. MARMOTTA-479

Compilation Fails with JDK8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • Build Environment
    • None

    Description

      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)

      Attachments

        Activity

          People

            wikier Sergio Fernández
            wastl Sebastian Schaffert
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: