[
https://issues.apache.org/jira/browse/DAFFODIL-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276512#comment-17276512
]
Mike Beckerle commented on DAFFODIL-2465:
-----------------------------------------
This updateEclipseClasspaths function should also do its logging and error
reporting in the right way using the proper sbt logging stream and signaling
error situations appropriately so that the failures aren't just printed, but
actually cause sbt to report a failure.
> 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)