XML namespace problem
I don't know how I can make Idea recognize a schema.
My trinidad-config.xml begins with
The matching xsd is contained in trinidad-api-1.2.1.jar!trinidad-config.xsd
It starts with
]]>
Should Idea automatically find the xsd (the jar is attached as a library of course)?
If not (why not?) how can I specify a path to the xsd in the jar?
Currently the browser invoked from the external
resource dialog is buggy and display nothing at all.
Please sign in to leave a comment.
Hello Stephen,
It seems that the "Configured Resources" feature has no way to specifiy a
schema that's inside in JARs.
Even worse, there's no way to manually specify a "jar:" URL of the form "jar://foo/bar/baz.jar!/a/b/c.xsd".
Unless I'm missing something: pretty nasty limitation!
Please file a JIRA issue, and link it from here.
-tt
After reading your comment I remembered that I had already seen such a request before.
Actually I even commented on it:
http://www.jetbrains.net/jira/browse/IDEABKL-4033
Hmm, while the "Select Path" dialog does not allow JAR URLs, it seems you
can actually set them in the "External Resource" dialog.
-tt