1st PAVA Project
Using ant, you only need to run:
ant
java -jar keyConstructors.jar <Test>
Since the beggining of the project we thought about this extension, without really considering it as an extension.
So this feature was integrated in the original code. You can check it here (./src/ist/meic/pa/TemplateMaker.java).
A comment using "#extension" is used to be more easily identified.
To test our project we included the classes in our jar, since we could not point the classpath properly.