[jira] Created: (UIMA-141) JCasGen - bring over missing templates and template build tool jet_expander

2006-12-24 Thread Marshall Schor (JIRA)
JCasGen - bring over missing templates and template build tool jet_expander --- Key: UIMA-141 URL: http://issues.apache.org/jira/browse/UIMA-141 Project: UIMA Issue

Re: Issues in making org.apache.uima.jcas.impl.JCas into an interface / impl pair

2006-12-24 Thread Adam Lally
if (featOkTst casFeat_ == null) JCas.throwFeatMissing(, cas-type-name-for-); These calls are in pre-existing JCas cover classes. I guess we're planning to have new JCas cover classes generated (unless we put in a layer to make the old ones work - they would be tying

[jira] Closed: (UIMA-141) JCasGen - bring over missing templates and template build tool jet_expander

2006-12-24 Thread Marshall Schor (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-141?page=all ] Marshall Schor closed UIMA-141. --- Resolution: Fixed missing files added, and transformer tool (uimaj-jet-expander) added, and fixed up to handle the Apache environment. JCasGen - bring over