Introduction
Commercial customers can download the full commercial source code as described in the chapters above. However, approximately half the source code that makes up the full commercial source is actually open source that is always available for browsing and checkout.
Open source users, and even commercial users, might find it useful to checkout and build directly from the Subversion repository that is available online.
Checkout and Build Public Source Code
The JasperReports Server public source code can be checked out from this location:
http://code.jaspersoft.com/svn/repos/jasperserver
Here is an example checkout command:
svn checkout --username anonsvn --password anonsvn
http://code.jaspersoft.com/svn/repos/jasperserver/tags/lastReviewed-trunk jasperserver
In this example, tags/lastReviewed-trunk represents the most current source code version that has been successfully built and reviewed by the Jaspersoft QA team.
On the Jaspersoft Community Site there is a wiki article covering the steps required for building the public source code.
This wiki page is located here:
http://community.jaspersoft.com/wiki/building-jasperreports-server-source-code
Browse Public Source Code
To browse the public source code, go to this page and look for the "Browse Source Code" link:
http://community.jaspersoft.com/project/jasperreports-server
Recommended Comments
There are no comments to display.