You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Scott Aslan (Jira)" <ji...@apache.org> on 2019/09/17 19:37:00 UTC

[jira] [Updated] (NIFI-6453) Support building nifi-fds on Windows

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

Scott Aslan updated NIFI-6453:
------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Support building nifi-fds on Windows
> ------------------------------------
>
>                 Key: NIFI-6453
>                 URL: https://issues.apache.org/jira/browse/NIFI-6453
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: FDS
>            Reporter: Robert Fellows
>            Assignee: Robert Fellows
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The current build architecture depends on bash scripts, preventing it from being run on Windows systems (without cygwin). The goal would be to make it os-agnostic.
> One potential approach would be to leverage node.js for the pieces that currently require a bash script. This includes things like:
> * copying files (can use [rimraf|https://www.npmjs.com/package/rimraf])
> * creating directories (can use [mkdirp|https://www.npmjs.com/package/mkdirp])



--
This message was sent by Atlassian Jira
(v8.3.2#803003)