Getting Java ActionPack

Currently, the only way to get Java ActionPack is to download it from the Subversion repository. The repository is world readable, but only a small number of people can check in changes. We're working on our infrastructure so stay tuned for how to present patches and things of that nature. To check out the code get it using the Subversion client:

				svn co http://d-haven.org/svn/open/trunk/actionpack
			

The Java ActionPack repository URL is: http://d-haven.org/svn/open/trunk/actionpack. Unfortunately, due to some minor configuration issues you can't browse it from the browser. We'll look into fixing the issue as soon as we can.

Building Java ActionPack

We use ANT to build the framework. Use the command below to get your copy running:

				ant jar