Version 13 by hannes on 26. March 2012, 14:03
| 1 | You can find the latest Helma source code [on github](https://githubGithub](https://github.com/helma-org/helma). |
Version 12 by hannes on 26. March 2012, 14:02
- Changed tags to source
| 1 | Our SVN repositories are You can find the place to get the latest Helma source code of Helma 1[on github](https://github.x, additional JS libraries and other Helma applicationscom/helma-org/helma). |
| 3 | You can <a href="https://dev.helma.org/trac/helma/browser/">browse Use the SVN repository</a> via WWW interface, where you will find sections for the <a href="https://dev.helma.org/trac/helma/browser/helma/helma/trunk">Helma 1.x source code</a> and <a href="https://dev.helma.org/trac/helma/browser/apps/modules/trunk">various Helma applications and modules</a>.following command to check out a read-only copy of Helma: |
| 5 | The latest source code of RingoJS (formerly known as "Helma NG"), on the other hand, is <a href="http://github git clone https://github.com/ringo/ringojs/">available at Github</a>.com/helma-org/helma |
| 6 | |
| 7 | ### Anonymous check-out from SVN |
| 8 | |
| 9 | URL: <https://dev.helma.org/svn/helma/helma/trunk/> |
| 10 | |
| 11 | ### Checking-out an app or module from SVN |
| 12 | |
| 13 | svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma |
| 14 | |
| 15 | ### Building Helma 1.x from SVN |
| 16 | |
| 17 | svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma |
| 18 | cd helma |
| 19 | ant package |
| 20 | |
| 21 | Now you should have current Helma packages in helma/dist/ as follows: |
| 22 | |
| 23 | helma/dist/helma-1.7.x-src.tar.gz |
| 24 | helma/dist/helma-1.7.x-src.zip |
| 25 | helma/dist/helma-1.7.x.tar.gz |
| 26 | helma/dist/helma-1.7.x.zip |
| 27 | |
| 28 | ### Building Helma NG from Git |
| 29 | |
| 30 | Please see [Helma NG/Getting Started][helma ng/getting started] for details how to get and build Helma NG. |
| 31 |
Version 11 by oberhamsi on 23. February 2010, 22:37
| 5 | The latest source code of Ringo RingoJS (formerly known as "Helma NG"), on the other hand, is <a href="http://github.com/ringo/ringojs/">available at Github</a>. |
Version 10 by oberhamsi on 23. February 2010, 22:37
| 5 | The latest source code of Ringo (formerly known as "Helma NG"), on the other hand, is <a href="http://github.com/hns/helma-ng/tree/mastercom/ringo/ringojs/">available at Github</a>. |
Version 9 by hannes on 22. September 2009, 00:21
- Set useMarkdown to true
| 7 | === ### Anonymous check-out from SVN |
| 9 | URL: https://dev<https://dev.helma.org/svn/helma/helma/trunk/org/svn/helma/helma/trunk/> |
| 11 | === ### Checking-out an app or module from SVN |
| 13 | <tt>svn svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma</tt>helma |
| 15 | === ### Building Helma 1.x from SVN |
| 17 | <tt>svn svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma |
| 18 | cd helma |
| 19 | ant package |
| 20 | </tt> |
| 20 | <tt> |
| 21 | helma/dist/helma-1.6.x-src.tar.gz |
| 22 | helma/dist/helma-1.6.x-src.zip |
| 23 | helma/dist/helma-1.6.x.tar.gz |
| 24 | helma/dist/helma-1.6.x.zip |
| 25 | </tt> |
| 22 | === Building Helma NG from Git helma/dist/helma-1.7.x-src.tar.gz |
| 23 | helma/dist/helma-1.7.x-src.zip |
| 24 | helma/dist/helma-1.7.x.tar.gz |
| 25 | helma/dist/helma-1.7.x.zip |
| 24 | Please see *Helma NG/Getting Started|helma ng/getting started* for details how to get and build ### Building Helma NG.NG from Git |
| 25 | |
| 26 | Please see [Helma NG/Getting Started][helma ng/getting started] for details how to get and build Helma NG. |
| 27 |
Version 8 by hannes on 22. September 2009, 00:18
- Set useMarkdown to
| 32 | Please see *Helma NG's "Getting Started"|ng/getting NG/Getting Started|helma ng/getting started* for detailsdetails how to get and build Helma NG. |
Version 7 by hannes on 17. September 2009, 15:48
- Changed tags to source, svn
Version 6 by earl on 17. June 2009, 23:56
| 32 | Please see *Helma NG's "Getting Started"|../ng/getting |ng/getting started* for details. |
Version 5 by earl on 17. June 2009, 23:55
| 5 | The latest source code of Helma NG, on the other hand, is <a href="http://github.com/hns/helma-ng/tree/master">available at Github</a>. |
| 6 | |
| 29 | === Building Helma NG from SVNGit |
| 31 | To checkout the experimental Helma NG source from the Subversion repository and build it, use the following commands:Please see *Helma NG's "Getting Started"|../ng/getting started* for details. |
| 32 | |
| 33 | <tt>svn checkout https://dev.helma.org/svn/helma-ng/trunk/ helma-ng |
| 34 | cd helma-ng |
| 35 | ant jar</tt> |
| 36 | |
| 37 | You should then get a file called run.jar with the following command: |
| 38 | |
| 39 | <tt>java -jar run.jar</tt> |
| 40 | |
| 41 | To run an application, just pass it as argument to run.jar: |
| 42 | |
| 43 | <tt>java -jar run.jar apps/demo/main.js</tt> |
| 44 |
Version 4 by hannes on 21. February 2009, 09:11
| 9 | === Checking-out an app or module from SVN using the shellSVN |
| 13 | === Building the Helma 1.x package from SVN using the shellSVN |
| 28 | === Building the Helma NG package from Subversion using the shellSVN |
| 36 | Note that you need to have the <a href="http://devYou should then get a file called run.helma.org/svn/helma-ng/trunk/lib/junit-3.8.2.jar">junit-3.8.2.jar</a> 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.jarjar with the following command: |
| 37 | |
| 38 | <tt>java -jar run.jar</tt> |
| 39 | |
| 40 | To run an application, just pass it as argument to run.jar: |
| 41 | |
| 42 | <tt>java -jar run.jar apps/demo/main.js</tt> |
| 43 |
Version 3 by zumbrunn on 25. November 2008, 17:38
| 16 | cd helma/buildhelma |
Version 2 by zumbrunn on 25. April 2008, 21:32
| 30 | To checkout the current experimental Helma NG source from the Subversion repository and build it, use the following commands: |
| 36 | Note that you need to have the <a href="http://dev.helma.org/svn/helma-ng/trunk/lib/junit-3.8.2.jar">junit-3.8.2.jar</a> in your CLASSPATH in order to be able to successfully build Helma 2NG. On MacOSX for example, at Library/Java/Extensions/junit-3.8.2.jar |
Version 1 by zumbrunn on 25. April 2008, 18:10
- Set tags to source svn
| 1 | Our SVN repositories are the place to get the latest source code of Helma 1.x, additional JS libraries and other Helma applications. |
| 3 | You can <a href="https://dev.helma.org/trac/helma/browser/">browse the SVN repository</a> via WWW interface, where you will find sections for the <a href="https://dev.helma.org/trac/helma/browser/helma/helma/trunk">Helma 1.x source code</a> and <a href="https://dev.helma.org/trac/helma/browser/apps/modules/trunk">various Helma applications and modules</a>. |
| 4 | |
| 5 | === Anonymous check-out from SVN |
| 6 | |
| 7 | URL: https://dev.helma.org/svn/helma/helma/trunk/ |
| 8 | |
| 9 | === Checking-out an app or module from SVN using the shell |
| 10 | |
| 11 | <tt>svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma</tt> |
| 12 | |
| 13 | === Building the Helma 1.x package from SVN using the shell |
| 14 | |
| 15 | <tt>svn checkout https://dev.helma.org/svn/helma/helma/trunk/ helma |
| 16 | cd helma/build |
| 17 | ant package |
| 18 | </tt> |
| 19 | |
| 20 | Now you should have current Helma packages in helma/dist/ as follows: |
| 21 | <tt> |
| 22 | helma/dist/helma-1.6.x-src.tar.gz |
| 23 | helma/dist/helma-1.6.x-src.zip |
| 24 | helma/dist/helma-1.6.x.tar.gz |
| 25 | helma/dist/helma-1.6.x.zip |
| 26 | </tt> |
| 27 | |
| 28 | === Building the Helma NG package from Subversion using the shell |
| 29 | |
| 30 | To checkout the current Helma NG source from the Subversion repository and build it, use the following commands: |
| 31 | |
| 32 | <tt>svn checkout https://dev.helma.org/svn/helma-ng/trunk/ helma-ng |
| 33 | cd helma-ng |
| 34 | ant jar</tt> |
| 35 | |
| 36 | Note that you need to have the <a href="http://dev.helma.org/svn/helma-ng/trunk/lib/junit-3.8.2.jar">junit-3.8.2.jar</a> in your CLASSPATH in order to be able to successfully build Helma 2. On MacOSX for example, at Library/Java/Extensions/junit-3.8.2.jar |