From: Doni Pracner Date: Thu, 13 Mar 2014 19:22:18 +0000 (+0100) Subject: m2compile short javadoc X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=pub%2Fdonny%2Fant-tasks.git;a=commitdiff_plain;h=09a8cfdc0da21951e5ee01678c33cd392e5a6726 m2compile short javadoc --- 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;