some elements required for the build process
[phpeclipse.git] / build / lib / ant-contrib / Ant-Contrib Tasks.htm
diff --git a/build/lib/ant-contrib/Ant-Contrib Tasks.htm b/build/lib/ant-contrib/Ant-Contrib Tasks.htm
new file mode 100644 (file)
index 0000000..da49793
--- /dev/null
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>Ant-Contrib Tasks</title></head>
+
+  <body>
+    <table border="0" width="100%"><tbody><tr><td valign="bottom"><h1>Ant-Contrib Tasks</h1></td>
+          <td>
+            <!-- PROJECT LOGO -->
+            <a href="http://sourceforge.net/">
+              <img src="Ant-Contrib%20Tasks_files/sflogo.png" alt="SourceForge logo" align="right" border="0">
+            </a>
+          </td>
+      </tr></tbody></table>
+
+    <h2>Contents</h2>
+
+    <ul>
+      <li><a href="#intro">What's this?</a></li>
+      <li><a href="#install">Installation</a></li>
+      <li><a href="http://ant-contrib.sourceforge.net/cc.html">cc compilation task</a></li>
+      <li><a href="http://ant-contrib.sourceforge.net/tasks/index.html">Other tasks</a></li>
+    </ul>
+
+    <h2><a name="intro">What's this?</a></h2>
+
+    <p>The Ant-Contrib project is a collection of tasks (and at one
+    point maybe types and other tools) for <a href="http://ant.apache.org/">Apache Ant</a>.</p>
+
+    <p>This Software is distributed under the <a href="http://ant-contrib.sourceforge.net/LICENSE.txt">Apache Software License</a>.</p>
+
+    <h2><a name="install">Installation</a></h2>
+
+    <p>First you must install Apache Ant itself, most of the
+    Ant-Contrib tasks require Ant 1.5 or higher to work properly.  You can download Ant <a href="http://ant.apache.org/bindownload.cgi">from
+    Apache</a>.</p>
+
+    <p>Ant-contrib releases are available at the <a href="http://sourceforge.net/project/showfiles.php?group_id=36177">downloads</a> page.
+    Mailing lists, CVS and bug trackers can be accessed from the <a href="http://sourceforge.net/projects/ant-contrib">project</a> page.</p>
+
+    <p>See the <a href="http://ant-contrib.sourceforge.net/cc.html">cc</a> tasks for installation instructions for cpptasks.  To install ant-contrib:</p>
+    
+    <ol>
+      <li>Copy <code>ant-contrib-0.3.jar</code> to the
+      <code>lib</code> directory of your Ant installation.  If you
+      want to use one of the tasks in your own project, add the lines
+<pre>&lt;taskdef resource="net/sf/antcontrib/antcontrib.properties"/&gt;
+</pre>
+        to your build file.</li>
+
+      <li>Keep <code>ant-contrib-0.3.jar</code> in a separate
+      location.  You now have to tell Ant explicitly where to find it
+      (say in <code>/usr/share/java/lib</code>):
+<pre>&lt;taskdef resource="net/sf/antcontrib/antcontrib.properties"&gt;
+  &lt;classpath&gt;
+    &lt;pathelement location="/usr/share/java/lib/ant-contrib-0.3.jar"/&gt;
+  &lt;/classpath&gt;
+&lt;/taskdef&gt;
+</pre>
+        </li>
+
+    <hr>
+    <p align="center">Copyright © 2002-2003 Ant-Contrib Project. All
+    rights Reserved.</p>
+
+  </ol></body></html>
\ No newline at end of file