[
https://issues.apache.org/jira/browse/DAFFODIL-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276740#comment-17276740
]
Steve Lawrence commented on DAFFODIL-2465:
------------------------------------------
Did a little research and I think we can make the changes we need using
settings for the sbt eclipse plugin rather than having to do it all ourselves.
PR here: https://github.com/apache/incubator-daffodil/pull/486
> Remove requirement of DAFFODIL_HOME for eclipse setup
> -----------------------------------------------------
>
> Key: DAFFODIL-2465
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2465
> Project: Daffodil
> Issue Type: Bug
> Components: Infrastructure
> Reporter: Steve Lawrence
> Priority: Minor
>
> Our custom {{sbt updateEclipseClassifiers}} command requires that a user
> setup the DAFFODIL_HOME environment variable correctly. But this environment
> variable is actualy no longer needed in eclipse. It is only needed for this
> one sbt command.
> To simplify eclipse setup, instead of getting the Daffodil directory from
> this environment variable, we should instead UpdateEclipseClassifers main()
> function accept the Daffodil directory as the first argument. This way, when
> run via sbt, sbt can pass in {{baseDirectory.value}}, and we can rid of this
> DAFFODIL_HOME step in the setup.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)