Richard Eckart de Castilho

Results 888 comments of Richard Eckart de Castilho

I have started looking into providing a more convenient and flexible assertj-style approach of writing IO unit tests which could replace the IOTestRunner. Currently a way to process and verify...

> Why does BratWriter.PARAM_ENABLE_TYPE_MAPPINGS default to false? This ends up writing the fully qualified class name as the Brat label, which makes those annotation completely unreadable in the brat viewer....

@alaindesilets Did you have a look at the improved testing API that I have added? Check the conflicts in BratReaderWriterTest.

I have converted `test__SingleDirWithoutAnnFiles__AssumesEmptyAnnFiles` to use ReaderAssert.

> One question though. Why does WriterAssert.run() not use SimplePipeline? I wanted to be able to use WriterAssert with either a (partial) pipeline or manually constructed CASes as input without...

> What I need is to put it under a maven module that both 'testing' and 'io' can load as a dependency. What module would you suggest? For globbing, we...

Good question. I think the failure is due to the recent upgrade of OpenNlp in DKPro Core. But that doesn't really explain why it only fails locally and not on...

Theoretically yes. Maybe OpenNLP exhibits some non-deterministic behavior or it shows different behaviours on different platforms/JVMs or depending on how it is run (Eclipse vs. Maven, single test vs. sequence...

I am trying to tell Jenkins to use the latest Java 8u66 (it was still using 8u51). Let's see if that makes the build fail.

I'd really be curious why it works on our Jenkins...