[
https://issues.apache.org/jira/browse/NIFI-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Fellows updated NIFI-6453:
---------------------------------
Status: Patch Available (was: In Progress)
> 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: 10m
> 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)