I was able to resolve cli toolkit issue by mvn clean and git clean -fxd.
Then while building on windows got error on
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/src/test/groovy/org/apache/nifi/NiFiGroovyTest.groovy
was able to resolve by changing this
* private static final String TEST_RES_PATH =
NiFiGroovyTest.getClassLoader().getResource(".").toURI().getPath()*
----------TO------------
*private static final String TEST_RES_PATH =
Paths.get(NiFiGroovyTest.getClassLoader().getResource(".").toURI()).toString()*
But again in the process of build I face this:-
*TestFileSystemRepo unit test failures*
http://mail-archives.apache.org/mod_mbox/nifi-issues/201710.mbox/%3cjira.13106295.1506875030000.247104.1506875040...@atlassian.jira%3E
--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/