!!! RSF Trunk Code

The trunk code is the RSF code which is in development. If you need features which are not available in a release then this might be for you. If you are risk averse, then you probably want to go to the [current release page|CurrentCode].


!! Maven Repository
__NOTE:__ More details are available on the [current release page|CurrentCode]\\
__NOTE:__ The RSF trunk jar packages are available in [Maven2|Maven2Setup] only - however, milestone releases are generally still uploaded to both Maven 1 and Maven 2 repositories.\\
The trunk Java JAR files constituting the [RSF] framework may be found on the [CARET|http://www.caret.cam.ac.uk/] [Maven2|Maven2Setup] dev repository ([http://www2.caret.cam.ac.uk/maven2dev/]). This location has been added to the [Maven2|Maven2Setup] pom.xml files of the trunk [sample apps|SampleRSFApps] and will cause the jars to be fetched automatically when the source is built.

|| RSF package/Maven2 location || Maven2 version || Maven1 version
| [ponderutilcore|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/ponderutilcore/] | [1.2.3M2|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/ponderutilcore/1.2.3M2/] | [1.2.3M2|http://www2.caret.cam.ac.uk/maven/ponderutilcore/jars/ponderutilcore-1.2.3M2.jar]
| [j-servletutil|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/j-servletutil/] | [1.2.3M2|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/j-servletutil/1.2.3M2/] | [1.2.3M2|http://www2.caret.cam.ac.uk/maven/j-servletutil/jars/j-servletutil-1.2.3M2.jar]
| [rsfutil|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/rsfutil/] | [0.7.3M2|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/rsfutil/rsfutil/0.7.3M2/] | [0.7.3M2|http://www2.caret.cam.ac.uk/maven/rsfutil/jars/rsfutil-0.7.3M2.jar] 
| [sakairsf|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/sakairsf/] | [0.7.3M2-sakai_2.2.x|http://www2.caret.cam.ac.uk/maven2dev/uk/org/ponder/sakairsf/sakairsf/0.7.3M2-sakai_2.2.x/] | [0.7.3M2-sakai_2.2.x|http://www2.caret.cam.ac.uk/maven/sakairsf/jars/sakairsf-0.7.2M2-sakai_2.2.x.jar] 
__Note:__ This is not a comprehensive list, more packages are available in the [Maven2 repo|http://www2.caret.cam.ac.uk/maven2dev/] and examples of including them in your applications can be found in the trunk  [sample apps|SampleRSFApps].


!! Source [code distributions|CodeDistributions]
All RSF source code is available in [Subversion (SVN)|http://subversion.tigris.org/] on the [RSF SVN server|http://rsf.fluidproject.org/svn].\\
You can checkout the svn package once you download SVN by running __svn co <SVN URL>__, for example:
{{{
svn co https://source.caret.cam.ac.uk/rsf/bundles/trunk/rsf-core/
}}}
__NOTE:__ [More information about the code distributions|CodeDistributions], please check this page if you are new to RSF code distributions.\\
__NOTE:__ [SVN externals|http://svnbook.red-bean.com/en/1.0/ch07s03.html] have been provided to make it easy to checkout a distribution set of projects from the [CARET SVN|https://source.caret.cam.ac.uk/rsf/] in one step.

!! Standard distributions (trunk)
|| Distribution || SVN location
| Mini | [https://source.caret.cam.ac.uk/rsf/bundles/trunk/rsf-mini/]
| Core | [https://source.caret.cam.ac.uk/rsf/bundles/trunk/rsf-core/]
| All | [https://source.caret.cam.ac.uk/rsf/bundles/trunk/rsf-all/]

!! Special Distributions (trunk)
|| Distribution || SVN location
| Sakai | [https://source.caret.cam.ac.uk/rsf/bundles/trunk/rsf-sakai-core/]
| JSR-168 | [https://source.caret.cam.ac.uk/rsf/bundles/trunk/rsf-jsr168/]

[All trunk bundles|https://source.caret.cam.ac.uk/rsf/bundles/trunk/] are viewable in the [CARET SVN|https://source.caret.cam.ac.uk/rsf/].