Browse Source

Add pointer to JReleaseInfo, submitted by Thomas Cotting

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276430 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
5f7b64f431
2 changed files with 84 additions and 0 deletions
  1. +53
    -0
      docs/external.html
  2. +31
    -0
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -2627,6 +2627,59 @@
valign="top" align="left">
GNU LGPL
</td>
</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">


+ 31
- 0
xdocs/external.xml View File

@@ -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


Loading…
Cancel
Save