[
https://issues.apache.org/jira/browse/NIFI-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981721#comment-14981721
]
Tony Kurc commented on NIFI-1074:
---------------------------------
I'm not sure how I feel about this ticket and implementation - I generally
debug from eclipse without these instructions, and there is a lot of
opportunity for this to get stale as IDEs change versions. I like the idea of
easy debugging and startup, but this is a big chunk of code and documentation
which is going to be challenging to maintain. I can imagine things like
updating these to be difficult:
{code}
dependencies {
compile "org.apache.nifi:nifi-api:0.3.1-SNAPSHOT"
compile "org.apache.nifi:nifi-runtime:0.3.1-SNAPSHOT"
compile "org.apache.logging.log4j:log4j-core:2.4"
compile "org.slf4j:slf4j-api:1.7.12"
compile "org.slf4j:slf4j-log4j12:1.7.12"
compile "org.slf4j:jul-to-slf4j:1.7.12"
}
{code}
Can others comment about putting this in the tree?
> Add module which allows NiFi to be started within IDE
> -----------------------------------------------------
>
> Key: NIFI-1074
> URL: https://issues.apache.org/jira/browse/NIFI-1074
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Priority: Minor
> Fix For: 0.4.0
>
>
> Ability to start NiFi within IDE would allow setting breakpoints to
> facilitate better debugging
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)