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 namespace prefixes #22

Closed

Conversation

daniel-dgi
Copy link
Contributor

Addresses FCREPO-1553

@@ -0,0 +1,43 @@
/**
*
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this empty javadoc comment required by checkstyle or our javadoc compilation? If not, we might as well remove it.

sb.append("\n");
sb.append("~~~~~~~~~~~~~~\n");
Copy link

Choose a reason for hiding this comment

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

Ouch! I thought it was helpful to be able to see this in the console, no?

Copy link

Choose a reason for hiding this comment

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

You should be able to copy the test resources into the jar artifact with something along the lines of:
https://maven.apache.org/plugins/maven-resources-plugin/plugin-info.html

Let me know if you need some help.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moving them to test means they're no longer on the classpath. :( Open to suggestions. Maybe download the file off of github and print it out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Our gihtub comments are crossing each other.

Sure, I'll try and ship it with the jar.

Copy link

Choose a reason for hiding this comment

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

The simpler alternative could be to leave the migration-bean.xml where it was and bring the namespaces.properties into the src/main/resources directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

+1 Even better.

@mikedurbin
Copy link
Contributor

Squashed and merged in.

@mikedurbin mikedurbin closed this Jun 15, 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

Successfully merging this pull request may close these issues.

None yet

3 participants