On 11/03/2012 22:38, David Holmes wrote:
Yes, @build, @clean, @compile are just short hand. For simple tests that are just a single source file with a main method then @test is sufficient. So are you okay with the changes?Thanks Chris. I hadn't realized that @build, @clean etc were shorthand for @run build, @run clean etc. I would have assumed there was an implicit @run main (or whatever) in all those cases. :(
-Alan.