fcrepo-exts / fcrepo-import-export

Apache License 2.0
15 stars 19 forks source link

Only write config files if the --writeConfig option is specified #96

Closed escowles closed 7 years ago

escowles commented 7 years ago

Fixes https://jira.duraspace.org/browse/FCREPO-2430

awoods commented 7 years ago

The following test fails on Travis and for me locally if I remove the old /tmp/importexport.yml file. https://travis-ci.org/fcrepo4-labs/fcrepo-import-export/builds/236155126#L3283

We should probably remove: https://github.com/fcrepo4-labs/fcrepo-import-export/blob/master/src/main/java/org/fcrepo/importexport/ArgParser.java#L69 ...and everywhere it is used.