You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2018/12/02 19:56:00 UTC

[jira] [Closed] (MJAVADOC-435) _JAVA_OPTIONS interferes with javadoc version detection

     [ https://issues.apache.org/jira/browse/MJAVADOC-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MJAVADOC-435.
-----------------------------------
       Resolution: Fixed
         Assignee: Robert Scholte
    Fix Version/s: 3.0.1

Fixed in [12dbbde29cf6277ca311cb8afffdf02dbfe0c9b4|https://gitbox.apache.org/repos/asf?p=maven-javadoc-plugin.git;a=commit;h=12dbbde29cf6277ca311cb8afffdf02dbfe0c9b4]

> _JAVA_OPTIONS interferes with javadoc version detection
> -------------------------------------------------------
>
>                 Key: MJAVADOC-435
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-435
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>            Reporter: Tim Smith
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 3.0.1
>
>
> Per MESOS-3482, `java` can print extra output to stderr at launch if the `_JAVA_OPTIONS` environment variable is set, like this:
> {noformat}
> tim@rocketman:temp$ _JAVA_OPTIONS=-Duser.home=/tmp java -version
> Picked up _JAVA_OPTIONS: -Duser.home=/tmp
> java version "1.8.0_45"
> Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
> Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
> {noformat}
> This plugin attempts to parse stderr to learn the javadoc version and does not expect the additional output.
> The failure looks like:
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 02:48 min
> [INFO] Finished at: 2015-09-21T15:24:14+01:00
> [INFO] Final Memory: 29M/242M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (build-and-attach-javadocs) on project mesos: MavenReportException: Error while creating archive:
> [ERROR] Exit code: 1 - Picked up _JAVA_OPTIONS: -Duser.home=/private/tmp/mesos20150921-21602-19h9jrr/mesos-0.24.0/.brew_home
> [ERROR] javadoc: error - No packages or classes specified.
> [ERROR]
> [ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/javadoc @options
> {noformat}
> I think this should work even in the presence of _JAVA_OPTIONS.
> Homebrew is considering setting this variable widely (tracking at https://github.com/Homebrew/homebrew/pull/44567) which would cause build problems for maven projects that use this plugin.



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