Resources
Katta is an open source project hosted on SourceForge. Developers are welcome to get involved in the development process :
- We have a Git Repository that hosts the code
- Jira is used to manage and discuss bugs and suggestions
- There is a developer mailing list and a commits mailing list
- A Build Server is coming soon!
Build
Currently Katta is built with Apache Ant 1.6 or higher. You need to have Ant installed.
To view the list of build targets you can invoke:
ant -p
Developer Communication
General discussion is done through the Katta developer mailing list. Feature design and concrete suggestions for improvement are done via issues in Katta’s jira.
Code Contributions
Bug fixes and other code contributions are welcome and can be attached as patch files to appropriate issues in jira. Please make sure you read the How to Contribute guide to ensure that your contribution can be quickly worked into the next release.