-
Notifications
You must be signed in to change notification settings - Fork 51
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
Error when try to generateHtmlAsString or generateZip #12
Comments
Full stack trace would help. Can you supply? |
Thank you for your help. at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [scala-library-2.10.3.jar:na] |
Hi,
I am trying to generate a html file following your code in the test folder. However, I do get
[NoSuchElementException: None.get]
from the code below. Does the error come from this line
val ns = schemaXb.targetNamespace.get.toString
in generator.scala? Thank you for your help.
The text was updated successfully, but these errors were encountered: