gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
m2compile short javadoc
[pub/donny/ant-tasks.git] / com / quemaster / ant / m2 / m2compile.java
index 5ba7a9e..3206334 100644 (file)
@@ -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;
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner