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

Configurable location of catalog.xml #212

Closed
josteinaj opened this issue May 28, 2015 · 2 comments
Closed

Configurable location of catalog.xml #212

josteinaj opened this issue May 28, 2015 · 2 comments

Comments

@josteinaj
Copy link
Contributor

Would it be possible to configure additional entry names for the XML catalogs in the JARs? We keep them in our JARs as META-INF/catalog.xml.

ZipEntry catalog = jar.getEntry("catalog.xml");

@ndw
Copy link
Owner

ndw commented May 28, 2015

Well...

I don't want to make it generally configurable because there's no point if half your jars have the catalog in one place and half have it in another. And having a configurable list of places to look seems...too complicated.

However, I think META-INF is maybe a reasonable place, so I'm happy to look there as well.

@josteinaj
Copy link
Contributor Author

That would be great :)

ndw added a commit that referenced this issue May 28, 2015
@ndw ndw closed this as completed in 59bc06d May 28, 2015
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

No branches or pull requests

2 participants