Robert Fellows created NIFI-6453:
------------------------------------
Summary: 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
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
(v7.6.14#76016)