bodewig 2003/01/08 00:25:18 Modified: docs external.html faq.html xdocs external.xml faq.xml Log: * Add pointer to "pack" * Add FAQ on how to get your task listed. Submitted by: Cristiano Sadun <cristiano at xtractor dot com> Revision Changes Path 1.72 +71 -0 jakarta-ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/external.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- external.html 6 Jan 2003 07:48:44 -0000 1.71 +++ external.html 8 Jan 2003 08:25:18 -0000 1.72 @@ -1999,6 +1999,77 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> + <a name="pack"><strong>pack</strong></a> + </font> + </td></tr> + <tr><td> + <blockquote> + <p>pack is a task to build the smallest possible JAR to link + and run one or more classes.</p> + <table> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Compatibility: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Ant 1.5 + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + URL: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="http://sadun-util.sourceforge.net/pack.html">http://sadun-util.sourceforge.net/pack.html</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Contact: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="mailto:[EMAIL PROTECTED]">Cristiano Sadun</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + License: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + GNU Lesser General Public License + </font> + </td> + </tr> + </table> + </blockquote> + </td></tr> + </table> + <table border="0" cellspacing="0" cellpadding="2" width="100%"> + <tr><td bgcolor="#828DA6"> + <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="PMD"><strong>PMD</strong></a> </font> </td></tr> 1.45 +41 -1 jakarta-ant/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/faq.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- faq.html 6 Jan 2003 07:48:44 -0000 1.44 +++ faq.html 8 Jan 2003 08:25:18 -0000 1.45 @@ -172,6 +172,10 @@ <tr><td> <blockquote> <ul> + <li><a href="#adding-external-tasks"> + How do I add an external task that I've written to the + page "External Tools and Task"? + </a></li> <li><a href="#passing-cli-args"> How do I pass parameters from the command line to my build file? @@ -631,7 +635,43 @@ </td></tr> </table> </a> - <a name="passing-cli-args"> + <a name="adding-external-tasks"> + <table border="0" cellspacing="0" cellpadding="2" width="100%"> + <tr><td bgcolor="#828DA6"> + <font color="#ffffff" face="arial,helvetica,sanserif"> + <strong> + How do I add an external task that I've written to the + page "External Tools and Task"? + </strong> + </font> + </td></tr> + <tr><td> + <blockquote> + <p>Join and post a message to the ant-dev or ant-user mailing + list (one list is enough), including the following + information:</p> + <ul> + <li>the name of the task/tool</li> + <li>a short description of the task/tool</li> + <li>a Compatibility: entry stating with which version(s) of + Ant the tool/task is compatible to</li> + <li>a URL: entry linking to the main page of the tool/task</li> + <li>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. <strong>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.</strong></li> + <li>a License: entry containing the type of license for the + tool/task</li> + </ul> + <p>The preferred format for this information is a patch to <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/external.xml">this</a> + document.</p> + </blockquote> + </td></tr> + </table> + </a> + <a name="passing-cli-args"> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> 1.56 +25 -0 jakarta-ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- external.xml 2 Dec 2002 15:41:19 -0000 1.55 +++ external.xml 8 Jan 2003 08:25:18 -0000 1.56 @@ -741,6 +741,31 @@ </table> </subsection> + <subsection name="pack"> + + <p>pack is a task to build the smallest possible JAR to link + and run one or more classes.</p> + + <table> + <tr> + <th>Compatibility:</th> + <td>Ant 1.5</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://sadun-util.sourceforge.net/pack.html">http://sadun-util.sourceforge.net/pack.html</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">Cristiano Sadun</a></td> + </tr> + <tr> + <th>License:</th> + <td>GNU Lesser General Public License</td> + </tr> + </table> + </subsection> + <subsection name="PMD"> <p>PMD checks Java source code for unused variables, 1.26 +33 -0 jakarta-ant/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/faq.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- faq.xml 31 Oct 2002 13:34:48 -0000 1.25 +++ faq.xml 8 Jan 2003 08:25:18 -0000 1.26 @@ -180,6 +180,39 @@ </faqsection> <faqsection title="How do I ..."> + <faq id="adding-external-tasks"> + <question>How do I add an external task that I've written to the + page "External Tools and Task"?</question> + <answer> + + <p>Join and post a message to the ant-dev or ant-user mailing + list (one list is enough), including the following + information:</p> + + <ul> + <li>the name of the task/tool</li> + <li>a short description of the task/tool</li> + <li>a Compatibility: entry stating with which version(s) of + Ant the tool/task is compatible to</li> + <li>a URL: entry linking to the main page of the tool/task</li> + <li>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. <strong>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.</strong></li> + <li>a License: entry containing the type of license for the + tool/task</li> + </ul> + + <p>The preferred format for this information is a patch to <a + href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/external.xml">this</a> + document.</p> + + </answer> + + </faq> + <faq id="passing-cli-args"> <question>How do I pass parameters from the command line to my build file?</question>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>