Source Code
Click source code is hosted in a SVN repository. You can checkout the code
anonymously or as a committer.
When you want to checkout the source code, either checkout the trunk or
a specific release.
Trunk consists of the following:
+--[click] Click Framework
|
+--[examples] Various example applications
|
+--[sandbox] Provides an area for committers to experiment with various features
|
+--[tools] Various tools for working with Click including ClickIDE
To checkout the Click Framework from trunk run the command:
svn co http://svn.apache.org/repos/asf/click/trunk/click/
To checkout the 1.4.2 release run the command:
svn co http://svn.apache.org/repos/asf/click/tags/click-1.4.2/
There is also a graphical view of the SVN repository provided by Fisheye:
http://fisheye6.atlassian.com/browse/click
To build Click see the Building topic for details.