getodk / briefcase

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨
https://docs.getodk.org/briefcase-intro
Other
60 stars 156 forks source link

On export, skip encrypted submissions with manifest but no .enc file. Fix #897

Open anaskhl opened 3 years ago

anaskhl commented 3 years ago

…and mark as failed #895

Closes #

What has been done to verify that this works as intended?

Why is this the best possible solution? Were any other approaches considered?

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Does this change require updates to documentation? If so, please file an issue at https://github.com/getodk/docs/issues/new and include the link below.

anaskhl commented 3 years ago

When reading the list of submissions for parsing, A check is done if the form is encrypted, and submission.xml.enc is not available then log that the file is not available and exclude from the submissions.

anaskhl commented 3 years ago

It looks like the build failed because of java version issue. How can we fix this?