Skip to content
  • Keith's avatar
    4b55be23
    Java 8 introduced a new very fussy javadoc which caused the install target to... · 4b55be23
    Keith authored and afarrell's avatar afarrell committed
    Java 8 introduced a new very fussy javadoc which caused the install target to fail. Bypassed but in a way that needs a flag in the DRAMA configuration file
    
       The html target fails if the new doclint checks introduced into javadoc
       with Java 8 are enabled. Until the source code files are fixed (a big job)
       defining the dmkmf symbol NoDramadocLint causes the -Xdoclint:none flag to
       be set and these tests are bypassed. So this is needed if Java 8 has been
       installed and the .java files have not yet been fixed. Anyone who has
       installed Java 8 will need to add this to their local DRAMA configuration
       file (in my case drama_local.macosx.cf).
    4b55be23
    Java 8 introduced a new very fussy javadoc which caused the install target to...
    Keith authored and afarrell's avatar afarrell committed
    Java 8 introduced a new very fussy javadoc which caused the install target to fail. Bypassed but in a way that needs a flag in the DRAMA configuration file
    
       The html target fails if the new doclint checks introduced into javadoc
       with Java 8 are enabled. Until the source code files are fixed (a big job)
       defining the dmkmf symbol NoDramadocLint causes the -Xdoclint:none flag to
       be set and these tests are bypassed. So this is needed if Java 8 has been
       installed and the .java files have not yet been fixed. Anyone who has
       installed Java 8 will need to add this to their local DRAMA configuration
       file (in my case drama_local.macosx.cf).
Loading