Closed dizzzz closed 6 years ago
@Fixed in version 0.5.3, which I am now trying to release.
The syntax is as follows:
<package>
...
<components>
<resource>
<public-uri>http://expath.org/ns/mongo</public-uri>
<file>org.exist.mongodb.xquery.MongodbModule</file>
</resource>
<resource>
<public-uri>http://expath.org/ns/mongo/gridfs</public-uri>
<file>org.exist.mongodb.xquery.GridfsModule</file>
</resource>
</components>
</package>
looks good and usable to me!
<package>
...
<components>
<resource>
<public-uri>http://expath.org/ns/mongo</public-uri>
<file>org.exist.mongodb.xquery.MongodbModule</file>
</resource>
<resource>
<public-uri>http://expath.org/ns/mongo/gridfs</public-uri>
<file>org.exist.mongodb.xquery.GridfsModule</file>
</resource>
</components>
</package>
Hm, how?
I meant: I see the way of defining multiple sets (uri-file) .... Maybe it is better to call it a bit different like
<resource>
<module-namespace>http://expath.org/ns/mongo</public-uri>
<java-class>org.exist.mongodb.xquery.MongodbModule</file>
</resource>
?
No, how did you wrote indented XML?
The above syntax I mentioned is EXPath Package-like. I will change the other syntaxes, too, in the future, to be EXPath Package-like.
ahhhhh, ok.
works for: java, xml,xquery,....
Great, thanks.
So, I just released version 0.5.4, which should fix this.
fyi..... below the the text box is a manual I see right now: https://guides.github.com/features/mastering-markdown/
Thanks a lot.
See https://github.com/eXist-db/exist-apps-archetype/issues/4
according to 'the spec' the following is allowed in
exist.xml
but is not (yet) supported by the plugin: