Source

JSPWiki source code is maintained using Apache Subversion.

Checkout the code using:

svn co http://svn.apache.org/repos/asf/incubator/jspwiki/trunk jspwiki

There is also a European mirror, so you can alternatively use:

svn co http://svn.eu.apache.org/repos/asf/incubator/jspwiki/trunk jspwiki

Change http to https if you are a developer intending to make commits

See the Edit Website page for the website sources.

Anonymous browser access is also available.

Developer Guide

Coding standards:

  • Use the Eclipse and Checkstyle formatters.
  • Remove trailing whitespace and whitespace on empty lines

Commits:

  • All commits except those to the website or for releases should start with JSPWIKI-num: JIRA title. If committing a patch from a contributor the commit message should read JSPWIKI-num: JIRA title. Contributed by contributor's name.
  • Try not to break the current build by making sure that trunk still builds before committing.
  • When resolving the JIRA, be sure to set the fix version to the current next planned release version as this is used to create the release notes.
«