Re: [basex-talk] running in eclipse

2014-08-07 Thread Jens Erat
@Christian: Remember I’m having similar problems? Under some conditions, the resource path seems to be wrongly set. @Andy: What operating system, Java version etc. are you using? Anyway: I’d not import the zip, but use git to fetch the code. A page in the documentation describes the steps neede

[basex-talk] running in eclipse

2014-08-07 Thread Andy Bunce
Hi, I am having problems running the source. I have download the zip from github, and added as a java project in eclipse. When I run I get... /lang/English.lang not found. English.lang: 'srv_started_port_%' is missing English.lang: 'srv_stopped_port_%' is missing English.lang: 'srv_running' is mis

Re: [basex-talk] serialisation before xslt

2014-08-07 Thread Christian Grün
Hi Marc, It took a while, but I think I've found the culprit. Could you give it another shot and check out the new snapshot [1]? Christian [1] http://files.basex.org/releases/latest/ On Sat, Aug 2, 2014 at 1:08 PM, Marc wrote: > Hi, > I do tests and answer but I think my answer is not passed.

Re: [basex-talk] Lower level synching

2014-08-07 Thread Christian Grün
> > I was just wondering whether anyone had experiences with synchronizing two > basex databases (same server or not) at a lower level for example using > (r)sync or nfs or even Hdfs. Would it be feasible? > The most important thing is that no updates should take place while copying the database.

Re: [basex-talk] Different behaviour on exception

2014-08-07 Thread Christian Grün
...resolved in the new snapshot. The reason was that the erroneous parse-xml() function was pre-evaluated and substituted with an error() function, which couldn't be passed on to the next function. On Wed, Aug 6, 2014 at 11:10 PM, Marco Lettere wrote: > Hi all, > I have the following code [1] t

Re: [basex-talk] UPDINDEX and ever growing index size

2014-08-07 Thread Christian Grün
Oh dear, that's not how flagship development looks like... Sorry for that, and thanks for the command scripts. The bug (I believe it's the very same) should be fixed soon. Christian On Thu, Aug 7, 2014 at 2:26 AM, James Ball wrote: > Hi Christian, > > I've been following along with your snaps

Re: [basex-talk] Unit module sometimes drives me nuts

2014-08-07 Thread Marc van Grootel
Hi Christian, Got it. Rewrote some tests and it works great. Thanks. --Marc On Wed, Aug 6, 2014 at 8:08 PM, Christian Grün wrote: > Hi Marc, > > XQUnit can now also be used to compare maps. Feel free to check out > the latest snapshot [1]. > > Cheers, > Christian > > [1] http://files.basex.or