From 09a8cfdc0da21951e5ee01678c33cd392e5a6726 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Thu, 13 Mar 2014 20:22:18 +0100 Subject: [PATCH] m2compile short javadoc --- com/quemaster/ant/m2/m2compile.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/com/quemaster/ant/m2/m2compile.java b/com/quemaster/ant/m2/m2compile.java index 5ba7a9e..3206334 100644 --- a/com/quemaster/ant/m2/m2compile.java +++ b/com/quemaster/ant/m2/m2compile.java @@ -7,6 +7,12 @@ import java.util.ArrayList; import java.io.*; +/** + m2compile is an Ant Task that executes a Modula 2 compiler on the give + module in the given dir. Currently it just assumes that the Native + XDS Modula 2 compiler "xc" is in the PATH, and if the OS is not + in the Windows family uses "wine" to execute it. + */ public class m2compile extends Task { private String module="program"; private File dir=null; -- 2.17.1