/OOP21-tas

Primary LanguageJavaMIT LicenseMIT

OOP21-tas

Build

Command for compiling, generate jar and javadoc

  ./build.sh

Generation of the .jar

Command that try to create a file .jar runnable, if no .class found will be run a compile command

  ./jar-generator.sh

Generation of the javadoc

Command that generate javadoc

  ./javadoc-generate.sh

Compilation

Command for compiling all .class necessary for run the application

  ./compile.sh