How to build Jason from SourceForge SVN (subversion)?
The SVN repository maintains the latest version of the Jason’s sources, so you will eventually need to build Jason from the SVN. To do this the following software is required: • an SVN client program and • Ant version >= 1.6.2. The steps to build Jason are: • download the sources from SVN: mkdir Jason-svn cd Jason-svn svn co https://jason.svn.sourceforge.net/svnroot/jason/trunk . • create the jason.jar file and the jEdit plugin: ant jar ant plugin • create the API documentation: ant apidoc More information is available at SourceForge page.
The SVN repository maintains the latest version of the Jason’s sources, so you will eventually need to build Jason from the SVN. To do this the following software is required: • an SVN client program and • Ant version >= 1.6.2. The steps to build Jason are: • download the sources from SVN: mkdir Jason-svn cd Jason-svn svn co https://jason.svn.sourceforge.net/svnroot/jason/trunk . • create the jason.jar file and the jEdit plugin: ant clean ant jar ant plugin • create the API documentation: ant apidoc More information is available at SourceForge page.