From ba33a3ed696d236e514e667cbe0027dfa5f47d11 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 12 May 2003 14:40:09 +0000 Subject: [PATCH] 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 --- docs/external.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 37 +++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/docs/external.html b/docs/external.html index 3c5ecd639..944a30b7e 100644 --- a/docs/external.html +++ b/docs/external.html @@ -830,6 +830,65 @@ valign="top" align="left"> Apache Software License + + +

+ + IDLDepend +

+

idldepend is a task that (re)generates Java sources to be + created from CORBA/IDL files.

+

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.

+

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.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.4 or later +
+ URL: + + http://grasia.fdi.ucm.es/~luismi/idldepend/ +
+ Contact: + + luismpena@gmx.net +
+ License: + + free source, no license restrictions +

diff --git a/xdocs/external.xml b/xdocs/external.xml index e6ed59410..5ee923508 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -378,6 +378,43 @@ + +

idldepend is a task that (re)generates Java sources to be + created from CORBA/IDL files.

+ +

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.

+ +

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.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4 or later
URL:http://grasia.fdi.ucm.es/~luismi/idldepend/
Contact:luismpena@gmx.net
License:free source, no license restrictions
+
+

Removes unnecessary import statements from a Java source code file.