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

Set wildcard classpath on Windows #105

Merged
merged 1 commit into from
May 25, 2023

Conversation

melissalinkert
Copy link
Member

Copy link
Member

@muhanadz muhanadz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without PR:

PS C:\Users\Muhan\Downloads> & '.\Without_PR_really_long_file_path_for_testing\raw2ometiff-0.5.0-SNAPSHOT (1)\raw2ometiff-0.5.0-SNAPSHOT\bin\raw2ometiff.bat'
The input line is too long.
The syntax of the command is incorrect.

With PR:

PS C:\Users\Muhan\Downloads> & '.\With_PR_really_long_file_path_for_testing\raw2ometiff-0.5.0-SNAPSHOT\raw2ometiff-0.5.0-SNAPSHOT\bin\raw2ometiff.bat'
Missing required parameters: <inputPath>, <outputPath>
Usage: <main class> [-p] [--legacy] [--rgb] [--version] [--debug[=<logLevel>]]
                    [--compression=<compression>] [--max_workers=<maxWorkers>]
                    [--quality=<compressionOptions>] <inputPath> <outputPath>
      <inputPath>    Directory containing pixel data to convert
      <outputPath>   Relative path to the output OME-TIFF file
      --compression=<compression>
                     Compression type for output OME-TIFF file (UNCOMPRESSED,
                       LZW, JPEG, JPEG_2000, JPEG_2000_LOSSY; default: LZW)
      --debug, --log-level[=<logLevel>]
                     Change logging level; valid values are OFF, ERROR, WARN,
                       INFO, DEBUG, TRACE and ALL. (default: WARN)
      --legacy       Write a Bio-Formats 5.9.x pyramid instead of OME-TIFF
      --max_workers=<maxWorkers>
                     Maximum number of workers (default: null)
      --quality=<compressionOptions>
                     Compression quality
      --rgb          Attempt to write channels as RGB; channel count must be a
                       multiple of 3
  -p, --progress     Print progress bars during conversion
      --version      Print version information and exit

LGTM

@sbesson sbesson merged commit 2f792c5 into glencoesoftware:master May 25, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants