You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2016/03/10 23:55:40 UTC

[jira] [Created] (HADOOP-12915) shelldocs and releasedocmaker build steps do not work correctly on Windows.

Chris Nauroth created HADOOP-12915:
--------------------------------------

             Summary: shelldocs and releasedocmaker build steps do not work correctly on Windows.
                 Key: HADOOP-12915
                 URL: https://issues.apache.org/jira/browse/HADOOP-12915
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Chris Nauroth


In the pom.xml files, the calls to shelldocs and releasedocmaker use the exec-maven-plugin to invoke the scripts directly.  On *nix, this works fine in cooperation with the bang lines in the scripts that tell it the script interpreter to use.  The bang lines don't work on Windows though.  Instead, exec-maven-plugin needs to specify bash as the executable and pass the script as the first argument.  Beyond that, there seem to be further as-yet-undiagnosed compatibility issues within the scripts.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)