[
https://issues.apache.org/jira/browse/DAFFODIL-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson closed DAFFODIL-2816.
-----------------------------------
Verified comment in build.sbt has been corrected.
> Saved parser version checks against application version, not Daffodil version
> -----------------------------------------------------------------------------
>
> Key: DAFFODIL-2816
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2816
> Project: Daffodil
> Issue Type: Bug
> Components: Libraries
> Affects Versions: 3.4.0
> Reporter: Josh Adams
> Assignee: Steve Lawrence
> Priority: Major
> Fix For: 3.5.0
>
>
> I wrote a small test program to handle large number of files that calls the
> Daffodil Scala API. It loads a saved-parser to handle the processing. When
> the program is packaged into a jar file and run with "java -jar" Daffodil
> attempts to check the version in the saved parser file against the version of
> the program calling Daffodil, which in my case is 0.0.1 and then obviously
> fails the check.
> We need some way to check against the version of Daffodil that the program is
> linked against instead of the version of the program itself.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)