/GridWorld

Middle Training

Primary LanguageJava

GridWorld

Codes for GridWorld train program.

Ant

In every folder which contains build.xml, run:

ant         # compile and run
ant junit   # run unit test in test/
ant report  # generate junit report in build/junitreport/

Shell

In every folder which contains short.sh, run:

sh short.sh

Sonar-cube (Linux)

Before:

cd $SONAR_HOME
./sonar.sh start

In every folder which contains sonar-runner.properties, run:

# In the project's root directory
sonar-runner

After:

./sonar.sh stop

Author

  • Shawn Dai