Browse Source

Add JPP - JavaPreProcessor.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@527828 13f79535-47bb-0310-9956-ffa450edef68
remotes/1776816827838153613/tmp_25f451bd36ab3145e487fcb2cd5c62c571e5b602
Jan Materne 19 years ago
parent
commit
b8f86dec15
2 changed files with 81 additions and 1 deletions
  1. +53
    -0
      docs/external.html
  2. +28
    -1
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -3693,6 +3693,59 @@
valign="top" align="left">
GNU LGPL
</td>
</tr>
</table>
<h4 class="subsection">
<a name="JPP"></a>
JPP
</h4>
<p>
<a href="http://www.javapreprocessor.com">JPP</a> is a preprocessor for Ant supporting
many different file types that allows you to include / exclude contents based on
build-time parameters. It is completely invisible to other tools and takes the hassle
out of maintaining customised code or content. It is free, is provided as an Ant task,
and very simple to use.
</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.5
</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://www.javapreprocessor.com">http://www.javapreprocessor.com</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="mailto://info@javapreprocessor.com">info@javapreprocessor.com</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Freeware
</td>
</tr>
</table>
<h4 class="subsection">


+ 28
- 1
xdocs/external.xml View File

@@ -1995,8 +1995,35 @@
</table>
</subsection>

<subsection name="JReleaseInfo">
<subsection name="JPP">
<p>
<a href="http://www.javapreprocessor.com">JPP</a> is a preprocessor for Ant supporting
many different file types that allows you to include / exclude contents based on
build-time parameters. It is completely invisible to other tools and takes the hassle
out of maintaining customised code or content. It is free, is provided as an Ant task,
and very simple to use.
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6.5</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.javapreprocessor.com">http://www.javapreprocessor.com</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto://info@javapreprocessor.com">info@javapreprocessor.com</a></td>
</tr>
<tr>
<th>License:</th>
<td>Freeware</td>
</tr>
</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


Loading…
Cancel
Save