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.
The latest source code of Helma NG, on the other hand, is available at Github.
Contents [hide]
Anonymous check-out from SVN
URL: https://dev.helma.org/svn/helma/helma/trunk/
Checking-out an app or module from SVN
svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma
Building Helma 1.x from SVN
svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma
cd helma
ant package
Now you should have current Helma packages in helma/dist/ as follows:
helma/dist/helma-1.7.x-src.tar.gz
helma/dist/helma-1.7.x-src.zip
helma/dist/helma-1.7.x.tar.gz
helma/dist/helma-1.7.x.zip
Building Helma NG from Git
Please see Helma NG/Getting Started for details how to get and build Helma NG.