How do I discuss questions about cTAKES with people that know more than I do?
In the past, cTAKES was discussed in phpBB forums. Apache mailing lists are now used instead.
If you are modifying cTAKES beyond just configuration then subscribe to the developer's mailing list.
You can also just look through or search all discussion in the Apache mailing lists. See the Mailing Lists page to find links to the archives.
It may be of use to search the old forums as many questions about past releases (2.5 and before) have been asked and answered there in the cTAKES Developer forum.
How do I report problems I see while using cTAKES?
Submit issues using JIRA. Anyone may read the issues. You must be a contributor to add or edit issues.
- Trunk - Developers should checkout code from the trunk if they will be contributing code to cTAKES. Realize that this could be unstable at any point in time. You could use a stable tag and then when it comes time to check in you would checkout from trunk and merge into there.
- Branches - cTAKES uses SVN branches for major releases and one-off attempts at major functions. One-off attempts may or may not be merged back into the trunk in the future. Checkout from a branch only if you know you are part of that feature.
- Tags - cTAKES uses SVN tags to delineate release candidates, betas, major releases and any other stable points in time off of the trunk. You should only checkout from a tag as the release manager or for bug fixes going into patch releases.