Menu

Tree [r203] /
 History

HTTPS access


File Date Author Commit
 bin 2016-02-21 jomifred [r198] improve config fix
 demos 2015-09-29 jomifred [r173] update tutorial coord
 doc 2016-04-06 jomifred [r199] add doc
 examples 2015-05-08 jomifred [r147] remove org plans from common-moise
 lib 2016-04-19 jomifred [r203] update jar
 src 2016-04-18 jomifred [r201] use namespaces for jacamo beliefs
 tut 2016-04-18 jomifred [r200] update jars
 .classpath 2014-09-15 jomifred [r115] new parser for .jcm syntax defined at altissimo
 .project 2014-06-03 jomifred [r78] add run-cent in build.xml
 build.xml 2016-04-06 jomifred [r199] add doc
 readme.txt 2016-04-06 jomifred [r199] add doc

Read Me

* Steps to configure and run JaCaMo

1. Run the config utility
       a) double click on lib/jacamo.jar or
       b) run
               cd lib
    		java -jar jacamo.jar

2. Install the eclipse plugin

       http://jacamo.sourceforge.net/eclipseplugin/tutorial/

3. Open the examples and run them

4. JaCaMo application can be executed by executing the script
   jacamo (at bin directory) with the some .jcm file as the
   parameter.

       bin/jacamo somefile.jcm


* Directories

- examples (examples of JaCaMo) 
    
    to run building house:
    
        cd examples/house-building
        ant run

- doc (all doc from Jason, Cartago, and Moise)
        
- src (source code for JaCaMo development)
    
- lib (all jar file for JaCaMo)