[jira] [Commented] (YETUS-619) audience-annotations-jdiff doclet does not work on Java 9

2018-03-06 Thread Sean Busbey (JIRA)

[ 
https://issues.apache.org/jira/browse/YETUS-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16389032#comment-16389032
 ] 

Sean Busbey commented on YETUS-619:
---

anyone know if it fails the same way in Java 10 (as opposed to failing in a 
different way, I presume it still fails)

> audience-annotations-jdiff doclet does not work on Java 9
> -
>
> Key: YETUS-619
> URL: https://issues.apache.org/jira/browse/YETUS-619
> Project: Yetus
>  Issue Type: Bug
>  Components: Audience Annotations
>Affects Versions: 0.7.0
>Reporter: Grant Henke
>Priority: Minor
>
> When compiling with Java 9, builds fail to find the jdk.tools jar. This looks 
> to be a result of the Java 9 Jigsaw changes. I found a brief description 
> here: [https://stackoverflow.com/a/35244168]
> A maven pom file containing the following should be able to reproduce the 
> issue:
> {code:java}
> 
>org.apache.maven.plugins
>maven-javadoc-plugin
>${maven-javadoc-plugin.version}
>
>   
>  
> org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
>   
>   
>  org.apache.yetus
>  audience-annotations-jdiff
>  0.7.0
>   
>   ...
>
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (YETUS-619) audience-annotations-jdiff doclet does not work on Java 9

2018-03-06 Thread Grant Henke (JIRA)
Grant Henke created YETUS-619:
-

 Summary: audience-annotations-jdiff doclet does not work on Java 9
 Key: YETUS-619
 URL: https://issues.apache.org/jira/browse/YETUS-619
 Project: Yetus
  Issue Type: Bug
  Components: Audience Annotations
Affects Versions: 0.7.0
Reporter: Grant Henke


When compiling with Java 9, builds fail to find the jdk.tools jar. This looks 
to be a result of the Java 9 Jigsaw changes. I found a brief description here: 
[https://stackoverflow.com/a/35244168]

A maven pom file containing the following should be able to reproduce the issue:
{code:java}

   org.apache.maven.plugins
   maven-javadoc-plugin
   ${maven-javadoc-plugin.version}
   
  
 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
  
  
 org.apache.yetus
 audience-annotations-jdiff
 0.7.0
  
  ...
   

{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)