Hi,
I have this java code that works well with 8.5 and gives an error with 8.6 (the code and the file stop_words.fr are in jars):
URL urlStopWords = Thread.currentThread().getContextClassLoader().getResource(stopWords); if (urlStopWords!=null) { this.context.options.assign("STOPWORDS", urlStopWords.getFile()); }
org.basex.core.BaseXException: /stop_words.fr at org.basex.core.Command.execute(Command.java:96) at org.basex.core.Command.execute(Command.java:118) at ca.infodata.syra.util.ValidRamq.createDb(ValidRamq.java:771)
Line 771 is: new CreateDB(dbname).execute(this.context);
I took the lastest snapshot (Jan 30).
Regards,
Patrice Drolet