From 77537a03816b77d2608c4e469ccc7cf4e147777c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 8 Jan 2003 08:25:18 +0000 Subject: [PATCH] * Add pointer to "pack" * Add FAQ on how to get your task listed. Submitted by: Cristiano Sadun git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273774 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 71 ++++++++++++++++++++++++++++++++++++++++++++++ docs/faq.html | 42 ++++++++++++++++++++++++++- xdocs/external.xml | 25 ++++++++++++++++ xdocs/faq.xml | 33 +++++++++++++++++++++ 4 files changed, 170 insertions(+), 1 deletion(-) diff --git a/docs/external.html b/docs/external.html index 6f7583839..f59235213 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1995,6 +1995,77 @@ + + + +
+ + pack + +
+
+

pack is a task to build the smallest possible JAR to link + and run one or more classes.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.5 + +
+ + URL: + + + + http://sadun-util.sourceforge.net/pack.html + +
+ + Contact: + + + + Cristiano Sadun + +
+ + License: + + + + GNU Lesser General Public License + +
+
+
diff --git a/docs/faq.html b/docs/faq.html index a8b3a3da1..8358f5b95 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -172,6 +172,10 @@
- + + + + +
+ + + How do I add an external task that I've written to the + page "External Tools and Task"? + + +
+
+

Join and post a message to the ant-dev or ant-user mailing + list (one list is enough), including the following + information:

+
    +
  • the name of the task/tool
  • +
  • a short description of the task/tool
  • +
  • a Compatibility: entry stating with which version(s) of + Ant the tool/task is compatible to
  • +
  • a URL: entry linking to the main page of the tool/task
  • +
  • a Contact: entry containing the email address or the URL + of a webpage for the person or list to contact for issues + related to the tool/task. Note that we'll add a + link on the page, so any email address added there is not + obfuscated and can (and probably will) be abused by robots + harvesting websites for addresses to spam.
  • +
  • a License: entry containing the type of license for the + tool/task
  • +
+

The preferred format for this information is a patch to this + document.

+
+
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index f796b4c18..6e68ba978 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -741,6 +741,31 @@
+ + +

pack is a task to build the smallest possible JAR to link + and run one or more classes.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5
URL:http://sadun-util.sourceforge.net/pack.html
Contact:Cristiano Sadun
License:GNU Lesser General Public License
+
+

PMD checks Java source code for unused variables, diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 7c0c6962e..34c11a261 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -180,6 +180,39 @@ + + How do I add an external task that I've written to the + page "External Tools and Task"? + + +

Join and post a message to the ant-dev or ant-user mailing + list (one list is enough), including the following + information:

+ +
    +
  • the name of the task/tool
  • +
  • a short description of the task/tool
  • +
  • a Compatibility: entry stating with which version(s) of + Ant the tool/task is compatible to
  • +
  • a URL: entry linking to the main page of the tool/task
  • +
  • a Contact: entry containing the email address or the URL + of a webpage for the person or list to contact for issues + related to the tool/task. Note that we'll add a + link on the page, so any email address added there is not + obfuscated and can (and probably will) be abused by robots + harvesting websites for addresses to spam.
  • +
  • a License: entry containing the type of license for the + tool/task
  • +
+ +

The preferred format for this information is a patch to this + document.

+ + + + + How do I pass parameters from the command line to my build file?