You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2021/02/01 16:34:00 UTC

[jira] [Created] (DAFFODIL-2465) Remove requirement of DAFFODIL_HOME for eclipse setup

Steve Lawrence created DAFFODIL-2465:
----------------------------------------

             Summary: 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


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)