ucsb-cs56-projects / cs56-networking-expression-evaluator

MIT License
0 stars 1 forks source link

Install Build tool #1

Closed jaeaster closed 6 years ago

jaeaster commented 7 years ago

Create build.xml file with run, test, and clean commands

100 points

jaeaster commented 7 years ago

Alternatively:

Ant is nice as a first step for learning build tools in Java, but Maven and Gradle are more modern solutions you would see in a production code base.

Utilize Maven or Gradle, your choice!

Maven is a bit more similar to Ant, but Gradle is the default for Android development and seems to be more cutting edge.

200 points