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

Remove logback.xml from raw2ometiff jar #87

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

melissalinkert
Copy link
Member

Same idea as glencoesoftware/bioformats2raw#169.

Basic testing:

$ ./gradlew clean build
$ cd build/distributions
$ unzip raw2ometiff-*-SNAPSHOT.zip
$ cd raw2ometiff-*-SNAPSHOT
$ find . -name logback.xml
./lib/config/logback.xml
$ jar tf lib/raw2ometiff-*-SNAPSHOT.jar | grep logback
$ bin/raw2ometiff --debug DEBUG /path/to/any.zarr test.ome.tiff
# edit lib/config/logback.xml to something other than the default, next command's output should reflect the changes
$ bin/raw2ometiff --debug DEBUG /path/to/any.zarr test2.ome.tiff

But make sure it is still included in the distribution zip and the scripts' classpath.
@chris-allan chris-allan merged commit 4e7dbf9 into glencoesoftware:master Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants