This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
support custom properties for corb2 #521
Labels
Milestone
Comments
If I read and remember correctly, corb doesn't support such properties, so this means we would have to implement support for corb2 then. Makes sense.. |
joemfb
changed the title
support custom properties for corb
support custom properties for corb2
Sep 21, 2015
hansenmc
added a commit
to hansenmc/roxy
that referenced
this issue
Jul 14, 2016
…oRB2 Updated the corb task to use CoRB2 v2.3.1 and support all of the CoRB2 options. Ensured that the current Roxy commandline options and functionality still work, and also support specifying any of the CoRB2 options with either "--" or "-D" prefix, case-insensitive (i.e. --options-file or -DOPTIONS-FILE). Removed the explicit checks/errors for Roxy corb task required fields, since there are now additional options available: URIS-FILE, XML-FILE, PROCESS-MODULE (now preferred instead of XQUERY-MODULE), specifying all options inside of OPTIONS-FILE, etc. Also upgraded the XCC jar to v8.0.5
grtjn
added a commit
that referenced
this issue
Jul 19, 2016
Fixing Issue #521: support custom properties for CoRB2
@hansenmc with your pull request, this issue can be closed, right? |
Definitely if the custom properties are set in an options file, but I think I may need to make a slight adjustment to ensure that if passed in via commandline, a lower or camelCased property does not get turned into UPPER-CASE (e.g. URIS-MODULE.foo => URIS-MODULE.FOO). We want to ensure the base option is upper-case, but preserve case for the custom property. I can get that added this evening. |
Above mentioned fix was added and merged, and latest corb jar with usage included as well! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It'd be nice if we could pass custom properties to corb: https://stackoverflow.com/questions/31751243/marklogic-8-corb-pass-arguments-other-than-uri
Also, we should probably be bundling/supporting corb2, if we're not already ...
The text was updated successfully, but these errors were encountered: