You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (Jira)" <ji...@apache.org> on 2020/10/03 06:38:00 UTC

[jira] [Resolved] (YETUS-13) The different JDKs which versions are the same aren't distiguished on multi-JDK mode

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

Allen Wittenauer resolved YETUS-13.
-----------------------------------
    Resolution: Fixed

> The different JDKs which versions are the same aren't distiguished on multi-JDK mode
> ------------------------------------------------------------------------------------
>
>                 Key: YETUS-13
>                 URL: https://issues.apache.org/jira/browse/YETUS-13
>             Project: Yetus
>          Issue Type: Bug
>          Components: Precommit
>    Affects Versions: 0.1.0
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> If one installs the same version of Oracle JDK and OpenJDK and enables the multi-JDK option, output files are overwritten by the last one because the same value is assigned to $jdk and $fn. Example:
> {code}
> ============================================================================
> ============================================================================
>                      Pre-patch trunk javac compilation
> ============================================================================
> ============================================================================
> mvn --batch-mode clean compile -DskipTests -Pnative -Drequire.libwebhdfs -Drequire.snappy -Drequire.openssl -Drequire.fuse -Drequire.test.libhadoop -Ptest-patch > /tmp/test-patch-hadoop/25579/branch-javac-hadoop-common-project_hadoop-common-jdk1.7.0_79.txt 2>&1
> Elapsed:   1m  0s
> mvn --batch-mode clean compile -DskipTests -Pnative -Drequire.libwebhdfs -Drequire.snappy -Drequire.openssl -Drequire.fuse -Drequire.test.libhadoop -Ptest-patch > /tmp/test-patch-hadoop/25579/branch-javac-hadoop-common-project_hadoop-common-jdk1.7.0_79.txt 2>&1
> Elapsed:   0m 54s
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)