nus-cs2113-AY2324S2 / forum

2 stars 0 forks source link

Compiling multiple packages within runtest.bat #13

Closed clarencepohh closed 4 months ago

clarencepohh commented 4 months ago

From the lecture, it was shown that we can compile files from different packages when conducting text-ui testing by individually including the package path inside the runtest.bat or runtest.sh. Can we use build tools such as Ant or Maven to assist in compilation, especially since we expect to abstract more files into packages in the future?

Thanks in advance 😄

okkhoy commented 4 months ago

We will use Gradle later in the course; feel free to incorporate it if necessary now! Just ensure that the JAR you generate works well on any machine that runs Java 11.

clarencepohh commented 4 months ago

Understood :) thanks for your help!