[
https://issues.apache.org/jira/browse/YETUS-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16396574#comment-16396574
]
Yetus QA commented on YETUS-619:
--------------------------------
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 15m
4s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
1s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} xml {color} | {color:green} 0m
3s{color} | {color:green} The patch has no ill-formed XML file. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:blue}0{color} | {color:blue} asflicense {color} | {color:blue} 0m
15s{color} | {color:blue} ASF License check generated no output? {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 15m 44s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/yetus:53f22ae |
| JIRA Issue | YETUS-619 |
| GITHUB PR | https://github.com/apache/yetus/pull/15 |
| Optional Tests | xml |
| uname | Linux 20be3aee78fc 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12
21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | nobuild |
| git revision | master / 535b38f |
| Max. process+thread count | 47 (vs. ulimit of 1000) |
| modules | C: . U: . |
| Console output |
https://builds.apache.org/job/PreCommit-YETUS-Build/707/console |
| Powered by | Apache Yetus 0.8.0-SNAPSHOT http://yetus.apache.org |
This message was automatically generated.
> 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
> Assignee: Akira Ajisaka
> 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}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-javadoc-plugin</artifactId>
> <version>${maven-javadoc-plugin.version}</version>
> <configuration>
> <doclet>
>
> org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
> </doclet>
> <docletArtifact>
> <groupId>org.apache.yetus</groupId>
> <artifactId>audience-annotations-jdiff</artifactId>
> <version>0.7.0</version>
> </docletArtifact>
> ...
> </configuration>
> </plugin>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)