bodewig 2004/04/29 23:23:09 Modified: docs Tag: ANT_16_BRANCH external.html xdocs Tag: ANT_16_BRANCH external.xml Log: merge Revision Changes Path No revision No revision 1.136.2.11 +53 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.136.2.10 retrieving revision 1.136.2.11 diff -u -r1.136.2.10 -r1.136.2.11 --- external.html 20 Apr 2004 07:00:18 -0000 1.136.2.10 +++ external.html 30 Apr 2004 06:23:09 -0000 1.136.2.11 @@ -2627,6 +2627,59 @@ </tr> </table> <h4 class="subsection"> + <a name="JReleaseInfo"></a> + JReleaseInfo + </h4> + <p>Sometimes you are interested at runtime to have information + from build time. This may be the build date, a build number or + the version. The JReleaseInfo Ant Task generates a java + source file with getter methods for any desired and provided + properties. Furthermore, it can automatically generate a + viewer (which can e.g. be used as main-class in a library jar + file) that shows the included release information.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Ant 1.6 and later + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://jreleaseinfo.sourceforge.net/">HomePage on SourceForge</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://sourceforge.net/projects/jreleaseinfo/">Forums/Tracker on SourceForge</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Apache Software License + </td> + </tr> + </table> + <h4 class="subsection"> <a name="JRun Ant Tasks"></a> JRun Ant Tasks </h4> No revision No revision 1.100.2.11 +31 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.100.2.10 retrieving revision 1.100.2.11 diff -u -r1.100.2.10 -r1.100.2.11 --- external.xml 20 Apr 2004 07:00:23 -0000 1.100.2.10 +++ external.xml 30 Apr 2004 06:23:09 -0000 1.100.2.11 @@ -1403,6 +1403,37 @@ </table> </subsection> + <subsection name="JReleaseInfo"> + + <p>Sometimes you are interested at runtime to have information + from build time. This may be the build date, a build number or + the version. The JReleaseInfo Ant Task generates a java + source file with getter methods for any desired and provided + properties. Furthermore, it can automatically generate a + viewer (which can e.g. be used as main-class in a library jar + file) that shows the included release information.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.6 and later</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://jreleaseinfo.sourceforge.net/">HomePage on SourceForge</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a + href="http://sourceforge.net/projects/jreleaseinfo/">Forums/Tracker on SourceForge</a></td> + </tr> + <tr> + <th>License:</th> + <td>Apache Software License</td> + </tr> + </table> + </subsection> + <subsection name="JRun Ant Tasks"> <p>JRun 4 SP1 ships with lib/jrun-ant-tasks.jar, which defines
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]