Thanks, works for me. Here is a follow on question :).

I have used Gunther's updated REx to create a jar [1] from CR_xquery_31_20151217.ebnf
(just as an experiment I put it in package org.basex.modules in this case - but I don't think this matters here)

If I put the jar in basex/lib then it works. I can do:

Q{org.basex.modules.CR_xquery_
31_20151217}parseXQuery("42")

If instead I install it to the repo. It appears as "org.basex.modules.CR_xquery_31_20151217"
but
import module namespace p="org.basex.modules.CR_xquery_31_20151217";
Fails with
Could not instantiate org.basex.modules.CR_xquery_31_20151217: org.basex.modules.CR_xquery_31_20151217

Any ideas where the problem could be?

/Andy

[1] https://github.com/expkg-zone58/ex-xparse/releases/download/v0.2.1/CR_xquery_31_20151217.jar

On 7 April 2016 at 13:19, Christian Grün <christian.gruen@gmail.com> wrote:
…fixed, thanks!

PS: As the bugs you report are always bugs, and no misunderstandings,
free to add them in our GitHub issue tracker! If you prefer the list,
that’s fine as well.



On Wed, Apr 6, 2016 at 6:20 PM, Andy Bunce <bunce.andy@gmail.com> wrote:
> Hi,
>
> If I install HelloWorld.jar to the repository as described at [1]
> It all works. However attempts to remove the item generate:
>
> [bxerr:BXRE0001] Package 'org.basex.modules.Hello' does not exist.
>
> /Andy
> [1] http://docs.basex.org/wiki/Repository#Java