You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Best Practices for Apache cTAKES

For committers

Loading resources

Use FileLocator#getAsStream rather than accessing resources as a File,

  • for consistency within cTAKES
  • so that files within a jar can be accessed

Commit comments

If you mention the Jira item, CTAKES-### in the commit message, the JIRA item will be updated automatically with a copy of the commit comment and the revision number.

  • No labels