Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to build Jason from SourceForge SVN (subversion)?

0
Posted

How to build Jason from SourceForge SVN (subversion)?

0

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.

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123