[
https://issues.apache.org/jira/browse/DAFFODIL-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Lawrence resolved DAFFODIL-2707.
--------------------------------------
Fix Version/s: 3.5.1
Resolution: Fixed
Confirmed that changes made in DAFFODIL-2381 in commit
1a0954a7b67bbe6c18b9396a8ac38f952b57355f fixed this issue. That commit works
with spaces but the prior fails. Resolving as fixed.
> Integration tests fail when DAFFODIL_HOME path includes spaces
> --------------------------------------------------------------
>
> Key: DAFFODIL-2707
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2707
> Project: Daffodil
> Issue Type: Bug
> Components: QA
> Affects Versions: 3.3.0
> Reporter: Steve Lawrence
> Priority: Minor
> Labels: beginner
> Fix For: 3.5.1
>
>
> Steps to reproduce
> {code:bash}
> export DAFFODIL_HOME="/tmp/path with spaces"
> mkdir "$DAFFODIL_HOME"
> cd "$DAFFODIL_HOME"
> git clone https://github.com/apache/daffodil.git
> cd daffodil
> sbt IntegrationTest/test
> {code}
> Note that if the path to your daffodil repo path has spaces but you don't set
> DAFFODIL_HOME, then tests work correctly. Unfortunately, sometimes this is
> required, like when using certain IDE's.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)