Open yuri1969 opened 7 years ago
I just had it working on IntelliJ.
First of all in order to run even the latest stable version (1.8.0) I had to update the project deps as described in PR https://github.com/olegz/nifi-ide-integration/pull/7
Then for sources I just added another content root instead of putting NiFi sources as JAR/directory dependency.
And here is how my deps conf looks like:
That /opt/apache/nifi/1.x.0-dev is actually your NiFi home directory. If you're building it from source then you should have this point to [nifi-cloned-path]/nifi-assembly/target/nifi-[version]-bin/nifi-[version]
A simple attempt to highlight Eclipse vs IntelliJ config differences.