X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=pub%2Fdonny%2Fant-tasks.git;a=blobdiff_plain;f=com%2Fquemaster%2Fant%2Fm2%2Fm2compile.java;h=32063347736790321a0a596197bc1390413c147d;hp=5ba7a9eb0c84544db735fc7db9f48de13d90ff56;hb=09a8cfdc0da21951e5ee01678c33cd392e5a6726;hpb=565ed407b1f892a9a755b77ce46bcb81b3975f59 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;