[
https://issues.apache.org/jira/browse/NIFI-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851263#comment-16851263
]
Bryan Bende commented on NIFI-6327:
-----------------------------------
hi [~dsargrad] , I can't really speak to the specific eclipse problems, but in
terms of running the application, you generally run the explodes assembly that
is built from the Maven build, which for current master would be
nifi-assembly/target/nifi-1.10.0-SNAPSHOT-bin/nifi-1.10.0-SNAPSHOT/. I think it
is a matter of personal preference how to do that, I personally write/modify
code in Intellij, and then switch over to a terminal to run builds and run the
application. I have seen others run Maven builds from with in their IDE, and
then also use the IDE to launch the resulting assembly by calling the nifi.sh
bash script. Depending what code you are changing, you typically don't need to
rebuild everything, you can just rebuild the NAR you are working on and copy it
into nifi-assembly/target/nifi-xyz-bin/nifi-xyz-bin/lib (assuming that is the
location you run the application from).
> Enhance NIFI Developer documentation to assist in developing NIFI in IDE
> ------------------------------------------------------------------------
>
> Key: NIFI-6327
> URL: https://issues.apache.org/jira/browse/NIFI-6327
> Project: Apache NiFi
> Issue Type: Wish
> Components: Core Framework
> Affects Versions: 1.9.2
> Environment: LINUX: Centos 7
> ECLIPSE: Oxygen
> Reporter: David Sargrad
> Priority: Major
> Attachments: image-2019-05-29-08-59-30-173.png,
> image-2019-05-29-08-59-59-849.png, image-2019-05-29-09-00-39-263.png,
> image-2019-05-29-09-01-47-311.png, image-2019-05-29-09-04-24-313.png,
> image-2019-05-29-09-06-00-609.png
>
>
> I followed the following instructions to clone and build NIFI:
> [https://nifi.apache.org/quickstart.html]
> I've successfully built the system, using maven.
>
> !image-2019-05-29-09-01-47-311.png!
>
> However its not at all clear how to develop and run the system in an IDE such
> as eclipse, or a "recommended IDE".
> Currently I'm trying to get the system up and running in eclipse.
>
> However I'm seeing many problems (see image below). I'm guessing all of these
> can be solved with a simple set of configuration commands.
> Ultimately adding such details to the documentation would be useful. For now,
> I'd appreciate if someone can help with the configuration I am missing.
>
> !image-2019-05-29-09-00-39-263.png!
>
> If I click on one of the failed projects, I see the following error.
>
> !image-2019-05-29-09-04-24-313.png!
>
> !image-2019-05-29-09-06-00-609.png!
>
> I am using the following version of eclipse, and maven
>
> !image-2019-05-29-08-59-59-849.png!
>
> !image-2019-05-29-08-59-30-173.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)