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

XmlIOFileMapImgLoaderLOCI2: Do not parse Z grouped file paths #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frauzufall
Copy link

@frauzufall frauzufall commented Jan 5, 2024

Prevents java.io.IOException: File name too long thrown when writing Z grouped file paths into a dataset XML, because it tries to convert the path into a relative path.

I ran into this with a list of 1950 files belonging to one z stack.

Prevents "java.io.IOException: File name too long" for Z grouped file
paths.
@frauzufall
Copy link
Author

I'm noticing that while this prevents the exception and generates an XML that I can view, the path in the XML is now of course not relative any more, so there's probably a better way to do this.

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.

1 participant