You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
In the project path which contains spaces, like C:\Projects\dev.java.net\maven-jaxb2-plugin-project\tests\p o.
I get this:
[ERROR] "file:/C:/Projects/dev.java.net/maven-jaxb2-plugin-project/tests/p%2520o/src/main/resources/purchaseorder.xsd" is not a part of this compilation. Is this a mistake for "file:/C:/Projects/dev.java.net/maven-jaxb2-plugin-project/tests/p%20o/src/main/resources/purchaseorder.xsd"?
line 4 of file:/C:/Projects/dev.java.net/maven-jaxb2-plugin-project/tests/p%20o/src/main/resources/binding.xjb
Obviously, file URL get escaped twice, as I could traced - during resolution of the relative URL.
I'm running the following:
In the project path which contains spaces, like C:\Projects\dev.java.net\maven-jaxb2-plugin-project\tests\p o.
I get this:
Obviously, file URL get escaped twice, as I could traced - during resolution of the relative URL.
It works without binding.xjb.
Reproduced with 2.2.2.
Affected Versions
[2.2.2]