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

MASCReader unable to read from classpath #62

Open
logological opened this issue Jun 24, 2015 · 1 comment
Open

MASCReader unable to read from classpath #62

logological opened this issue Jun 24, 2015 · 1 comment

Comments

@logological
Copy link
Member

Originally reported on Google Code with ID 63

The MASCReader assumes that the location it reads from is on the file system. This should
not be necessary. By sticking to URLs and streams, it should also be able to read from
ZIP files or from the classpath - like other subclasses of ResourceCollectionReaderBase
can do as well.

Reported by richard.eckart on 2014-11-27 15:37:11

@logological
Copy link
Member Author

Actually, it can read from the classpath: url, but probably not from a "jar:file:" URL.
I think the code could be improved in that direction.

Reported by richard.eckart on 2014-11-27 16:27:03

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