Re: [Informal Vote] please express your opinion on using Nexus and Hudson: see https://issues.apache.org/jira/browse/UIMA-1717

2010-03-29 Thread Marshall Schor
On 3/28/2010 12:36 PM, Jörn Kottmann wrote: Marshall Schor wrote: I'm +1 for doing this, and offer to do some/most of the legwork to get this to happen. Other opinions? From a development point of view Hudson can help us to make sure that our build is never broken, and if so notice

release / build simplification

2010-03-29 Thread Marshall Schor
Toward this goal, I think I have found a way to make each maven artifact independently buildable (and even releasable). The key is to remove the cross project dependencies on having other checked-out things. To do this I would make these 3 changes: 1) separate pom functions: into parent poms

Bug in XmiCasSerializer?

2010-03-29 Thread Greg Holmberg
UIMA developers-- XmiCasSerializer.XmiCasDocSerializer has this method: private void addAttribute(AttributesImpl attrs, String attrName, String attrValue) { attrs.addAttribute(null, null, attrName, cdataType, attrValue); } When I plug in a different ContentHandler (such