So I've been trying to bind the UIMA SDK job to hosts that work by excluding those that do not work… it appears there are rather many that do not work and they are not consistently labelled. Eventually I got to this statement:
!Solaris && !Hadoop && !WIP && !Windows && !tapestry && !ubuntu-ARM Then the job failed on hadoop7 (which I hoped would have the Hadoop label, but doesn't) and I gave up. I bound the job now to ubuntu Unfortunately, that means that we do not get feedback whether UIMA builds e.g. on Windows or Solaris (or OS X). The integration tests of the maven jcasgen plugin do not seem to work under Windows. It's the same issue again as already tracked in UIMA-3132. The mail I had written at the time to the builds mailing list never go a reply from anyone. The build running on the tapestry VM (#436) is also quite interesting, because it shows a lot of these: Caused by: org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. I though that should have been fixed already by UIMA-2155. Anyway. I hope being bound to ubuntu, we have more successful builds now at the expense of platform variety. -- Richard
