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

require 'xsd/mapping' #11

Open
tomazbracic opened this issue Nov 6, 2015 · 1 comment
Open

require 'xsd/mapping' #11

tomazbracic opened this issue Nov 6, 2015 · 1 comment

Comments

@tomazbracic
Copy link

when you use xsd2ruby with --mapping_registry as in the samples for marshal... you get an error for require 'xsd/mapping' .. probably due to the fact that this is no longer in standard library?

Can you please help?

@rubyjedi
Copy link
Owner

Have you tried running it when Soap4R is installed under Bundler and a Gemfile -- i.e. "bundle exec" and your ruby invocation command?

"xsd/mapping" refers to "lib/xsd/mapping.rb" in Soap4R. If you're not using Bundler, you'll have to use other mechanisms to get the Soap4R code into scope enough to work with a require command.

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