Webdav Servlet is an open source project hosted on SourceForge. Developers are welcome to get involved in the development process :
Resources
- We have a Subversion Repository that hosts the code
- Jira is used to manage and discuss bugs and suggestions
- There is a general mailing list
- Of course we have a wiki
- And we have a Build Server
Build
Currently Webdav Servlet is built with gradle 0.5. You need to have Gradle installed.
To view the list of build targets you can invoke:
./gradlew -t
Developer Communication
General discussion is done through the Webdav Servlet general mailing list. Feature design and concrete suggestions for improvement are done via issues in Webdav Servlet’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.