Browse Source

Add pointer to idldepend task.

Submitted by:	Luis dot Pena at ses dash astra dot com


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274563 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
ba33a3ed69
2 changed files with 96 additions and 0 deletions
  1. +59
    -0
      docs/external.html
  2. +37
    -0
      xdocs/external.xml

+ 59
- 0
docs/external.html View File

@@ -830,6 +830,65 @@
valign="top" align="left">
Apache Software License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="IDLDepend"></a>
IDLDepend
</h4>
<p>idldepend is a task that (re)generates Java sources to be
created from CORBA/IDL files.</p>
<p>It parses the IDL file and determines the Java files that
must be generated, taking in account the modifications that
can happen due to command line parameters. If any of the Java
files are missing or older than the source IDL specification,
it launches the specified compiler. The compilers of Orbacus,
Jacorb, OpenORB, Orbix2k and Sun'JDK distributions are
supported.</p>
<p>To speed up the process and avoid unnecesary re-parsing, it
keeps the dependencies in intermediate files. This task does
not launch the javac compiler as well, that is, its output are
Java files and not the final bytecode.</p>
<table class="ForrestTable" 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 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://grasia.fdi.ucm.es/~luismi/idldepend/">http://grasia.fdi.ucm.es/~luismi/idldepend/</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:luismpena@gmx.net">luismpena@gmx.net</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
free source, no license restrictions
</td>
</tr>
</table>
<h4 class="subsection">


+ 37
- 0
xdocs/external.xml View File

@@ -378,6 +378,43 @@
</table>
</subsection>

<subsection name="IDLDepend">
<p>idldepend is a task that (re)generates Java sources to be
created from CORBA/IDL files.</p>

<p>It parses the IDL file and determines the Java files that
must be generated, taking in account the modifications that
can happen due to command line parameters. If any of the Java
files are missing or older than the source IDL specification,
it launches the specified compiler. The compilers of Orbacus,
Jacorb, OpenORB, Orbix2k and Sun'JDK distributions are
supported.</p>

<p>To speed up the process and avoid unnecesary re-parsing, it
keeps the dependencies in intermediate files. This task does
not launch the javac compiler as well, that is, its output are
Java files and not the final bytecode.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 or later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://grasia.fdi.ucm.es/~luismi/idldepend/">http://grasia.fdi.ucm.es/~luismi/idldepend/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:luismpena@gmx.net">luismpena@gmx.net</a></td>
</tr>
<tr>
<th>License:</th>
<td>free source, no license restrictions</td>
</tr>
</table>
</subsection>

<subsection name="Importscrubber">
<p>Removes unnecessary import statements from a Java source code file.</p>



Loading…
Cancel
Save