Browse Source

Added pointers to the Just4log task.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274852 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
3f0690850d
2 changed files with 75 additions and 0 deletions
  1. +49
    -0
      docs/external.html
  2. +26
    -0
      xdocs/external.xml

+ 49
- 0
docs/external.html View File

@@ -2112,6 +2112,55 @@
valign="top" align="left">
Commercial
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Just4log Ant Task"></a>
Just4log Ant Task
</h4>
<p>Just4log is a ant task to optimize JVM bytecode with regards
for Logs ( be it, Log4j, Apache Commons or JDK 1.4 )
It depends on apache BCEL for Bytecode engineering.</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.4 or higher
</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://just4log.sourceforge.net">http://just4log.sourceforge.net</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:lbruand@wanadoo.fr">Lucas Bruand</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 License 1.1.
</td>
</tr>
</table>
<h4 class="subsection">


+ 26
- 0
xdocs/external.xml View File

@@ -1105,6 +1105,32 @@
</tr>
</table>
</subsection>

<subsection name="Just4log Ant Task">

<p>Just4log is a ant task to optimize JVM bytecode with regards
for Logs ( be it, Log4j, Apache Commons or JDK 1.4 )
It depends on apache BCEL for Bytecode engineering.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 or higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://just4log.sourceforge.net">http://just4log.sourceforge.net</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:lbruand@wanadoo.fr">Lucas Bruand</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 1.1.</td>
</tr>
</table>
</subsection>
<subsection name="Macker">



Loading…
Cancel
Save