Helma logo
main list history

Using the Source Code Repositories

Our SVN repositories are the place to get the latest source code of Helma 1.x, additional JS libraries and other Helma applications.

You can browse the SVN repository via WWW interface, where you will find sections for the Helma 1.x source code and various Helma applications and modules.

Anonymous check-out from SVN

URL: https://dev.helma.org/svn/helma/helma/trunk/

Checking-out an app or module from SVN using the shell

svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma

Building the Helma 1.x package from SVN using the shell

svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma
cd helma/build
ant package

Now you should have current Helma packages in helma/dist/ as follows:

helma/dist/helma-1.6.x-src.tar.gz
helma/dist/helma-1.6.x-src.zip
helma/dist/helma-1.6.x.tar.gz
helma/dist/helma-1.6.x.zip

Building the Helma NG package from Subversion using the shell

To checkout the experimental Helma NG source from the Subversion repository and build it, use the following commands:

svn checkout https://dev.helma.org/svn/helma-ng/trunk/ helma-ng
cd helma-ng
ant jar

Note that you need to have the junit-3.8.2.jar in your CLASSPATH in order to be able to successfully build Helma NG. On MacOSX for example, at Library/Java/Extensions/junit-3.8.2.jar