Skip to content

ws18-project-mas_maas created by GitHub Classroom

Notifications You must be signed in to change notification settings

widyaaulia/ws18-project-mas_maas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge Build Status Coverage Status

MAAS Project -

This project contains the dough preparation and baking stage for the MAAS WS 18/19. It uses proofer and coolingRack interface agents. Proofer connects dough preparation and baking stage, while coolingRack links the baking and packaging stage.

Team Members

Dependencies

  • JADE v.4.5.0
  • ...

How to run

Just install gradle and run:

gradle run

It will automatically get the dependencies and start JADE with the configured agents. In case you want to clean you workspace run

gradle clean

Eclipse

To use this project with eclipse run

gradle eclipse

This command will create the necessary eclipse files. Afterwards you can import the project folder.

Run preparation stages in one computer

Run only the Dough Preparation Stage

gradle run --args=-doughPrep

Run both Dough Preparation and Baking Stage

gradle run --args='-doughPrep -bakingMasMaas -baking'

Run preparation stages in different computers

About

ws18-project-mas_maas created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%