I have another question regarding the .basex config file. How does basex determine the home directory of the current user? by looking at $HOME? I'd like to trick basex into thinking this file is somewhere else, because the hard restriction that this file must reside in the home directory of the current user will not work for our use.
-tjw
Dear Travis,
you can change the path of the databases in the .basex file in the entry DBPATH = .... Another way is to change the path of the databases in the GUI, at Options -> Preferences -> Database Path.
Kind regards, Andreas (BaseX Team)
Travis Webb schrieb:
I have another question regarding the .basex config file. How does basex determine the home directory of the current user? by looking at $HOME? I'd like to trick basex into thinking this file is somewhere else, because the hard restriction that this file must reside in the home directory of the current user will not work for our use.
-tjw
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Dear Travis,
if you want to change the location of the .basex file, you can do that in the source in org.basex.core.Prop.java. Here you can set the HOME String to a different location.
Kind regards, Andreas (BaseX Team)
Andreas Weiler schrieb:
Dear Travis,
you can change the path of the databases in the .basex file in the entry DBPATH = .... Another way is to change the path of the databases in the GUI, at Options -> Preferences -> Database Path.
Kind regards, Andreas (BaseX Team)
Travis Webb schrieb:
I have another question regarding the .basex config file. How does basex determine the home directory of the current user? by looking at $HOME? I'd like to trick basex into thinking this file is somewhere else, because the hard restriction that this file must reside in the home directory of the current user will not work for our use.
-tjw
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de