Thanks Antoni, I have updated the code base; the two issue should now be fixed. Christian ___________________________
On Mon, Nov 12, 2012 at 2:54 PM, Antoni Mylka amy@basis06.ch wrote:
Hi,
I tried to clone and build the basex maven module today and I stumbled upon two issues.
- When JavaCC is called, it modifies the RegExParser.java. The modified version contains the following lines:
} catch(final ParseException pe) { throw Err.REGERR.thrw(ii, pe.getMessage()); } catch(final TokenMgrError err) { throw Err.REGERR.thrw(ii, err.getMessage()); }
this causes a compilation error because the Err enum does not seem to contain the REGERR constant.
- In German.lang the h_revert_file key had to be renamed to h_reopen_file. Otherwise the LangTest would fail.
Am I doing something wrong? Are these issues real?
-- Antoni Myłka Software Engineer
basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22 http://www.basis06.ch - source of smart business
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk