Hi,
I'm creating multiple projects that rely on the same base. Each project is set a a separate BaseX installation because each needs its own DBs and its own code. However, some of the .xqm are relevant to many projects. I've tried creating symlinks to the reusable components, but all I get is a message telling me that #0 is an unacceptable character in my symlink file.
I've been referencing it as: import module namespace name = "uri" at "symlink.xqm";
I am not surprised that this doesn't work, but I had to try it. I'm still hoping that there is a way to reuse code without creating multiple instances of each .xqm.
Thanks,
France
I've had this error before with file:read(), when I read .csv files from some 3rd parties. I have to open the file, remove the last empty line, or replace it by my own empty line (del + enter). I always assumed it was an encoding issue as it always occurs with the files from the same providers.
In this case, I didn't search, I just assumed symlinks weren't supported. Should they work? If so, I'll investigate some more.
On Mon, Jun 22, 2015 at 12:33 AM, Christian Grün christian.gruen@gmail.com wrote:
Hi France,
#0 is an unacceptable character in my symlink file.
This seems to be a pretty rare error message; I didn't find any hits when searching for it. What is the original error message? Have you already searched for it as well?
Christian
In this case, I didn't search, I just assumed symlinks weren't supported. Should they work? If so, I'll investigate some more.
Yes, we are indeed using symlinks in various contexts (with Linux). Christian
On Mon, Jun 22, 2015 at 6:55 PM, France Baril france.baril@architextus.com wrote:
I've had this error before with file:read(), when I read .csv files from some 3rd parties. I have to open the file, remove the last empty line, or replace it by my own empty line (del + enter). I always assumed it was an encoding issue as it always occurs with the files from the same providers.
On Mon, Jun 22, 2015 at 12:33 AM, Christian Grün christian.gruen@gmail.com wrote:
Hi France,
#0 is an unacceptable character in my symlink file.
This seems to be a pretty rare error message; I didn't find any hits when searching for it. What is the original error message? Have you already searched for it as well?
Christian
-- France Baril Architecte documentaire / Documentation architect france.baril@architextus.com
basex-talk@mailman.uni-konstanz.de