Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow codadd to create .codadef files #39

Open
svniemeijer opened this issue Dec 13, 2018 · 0 comments
Open

Allow codadd to create .codadef files #39

svniemeijer opened this issue Dec 13, 2018 · 0 comments

Comments

@svniemeijer
Copy link
Contributor

We currently have a shell script that uses grep/set/sort/head to determine the last modification date and then uses zip to create the .codadef file (from a directory of .xml files).
The problem is that this script only works on Linux/macOS systems but not on Windows.

It would be more convenient to have this functionality provided by the codadd tool:

  1. it would allow us to build .codadef files on Windows
  2. other software that wants to create .codadef files can then use a tool that already comes installed with CODA (instead of having to bundle their own version of a codadef.sh script).
@svniemeijer svniemeijer changed the title Allow codadd to create .codadef file Allow codadd to create .codadef files Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant