The object of this repository is assisting introduction to programming students to understand objects, inheritance, polymorphism and compiling java projects with ant and command line.
You can find the details of the project in the . . .
Hola soy JuanRa
- Compiling the project from the command line
- Compiling the project with ant
To try the project you need to have installed
- java - at least version 8.
- ant
To try the project you can use the next commands
ant compile
ant runClass
ant jar
ant run
ant javadoc
ant clean