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

Marshall Schor commented on UIMA-5369:
--------------------------------------

got Eclipse to load the subversion client by adding this to the eclipse.ini 
file at the bottom:
--add-modules=java.se.ee
--add-opens
java.base/sun.security.ssl=ALL-UNNAMED

The add-opens argument needed to be on a separate line to get it to work.


> java9 javadoc requires defs for annotations
> -------------------------------------------
>
>                 Key: UIMA-5369
>                 URL: https://issues.apache.org/jira/browse/UIMA-5369
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.10.1SDK, 3.0.0SDK-beta
>
>
> Several things need fixups to allow Java 9 builds.
> # add a <profile> which triggers on <jdk>9
> # the compiler target level needs to be set to 1.9
> # the compiler needs an additional argument to include the javax.xml.bind 
> module, which is otherwise no longer available.
> # The javadoc needs to specify the javadocVersion, otherwise it fails to 
> discover it and uses 0, which causes the "tag" options to be ignored.
> # The file FSRBTIndex is completely commented out in v3.  Javadoc complains.  
> Move this to the unused-saved folder...
> # Some javadoc errors involving trailing </p> and </html> tags.
> # 1 error due to using a no-longer available "setAccessible" on a method
> # 2 xml miscompares of generated formatted XML due to different formatting 
> styles



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to