The Capsis training online

Back to the table of contents

10. Create a new module in Capsis called training

Purpose: use the ant create-module tool to automatically create a new module in Capsis for this exercise session

Tutorial:

// For Windows:
ant create-module -Dname=training -Dprefix=Tra -Dauthor=F._de_Coligny -Dinstitute=INRAE

// For Linux/MacOS:
sh ant create-module -Dname=training -Dprefix=Tra -Dauthor=F._de_Coligny -Dinstitute=INRAE

// Windows:
capsis4> ant compile

// Linux/MacOSX:
capsis4> sh ant compile
// Windows:
capsis4> capsis

// Linux/MacOSX:
capsis4> sh capsis.sh

Project creation Model initialisation

A simple viewer showing the root Step

Back to the table of contents