From 818ddcf1837e09566976e01e2b718b1995f6e5f2 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 18 Aug 2009 08:29:01 +0000
Subject: add a destdir attribute to rmic so generated stubs or whatever can be
put into a different place. PR 20699. Submitted by Mark A. Ziesemer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805320 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/rmic.html | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
(limited to 'docs/manual/CoreTasks')
diff --git a/docs/manual/CoreTasks/rmic.html b/docs/manual/CoreTasks/rmic.html
index 2f1926668..e99b412ab 100644
--- a/docs/manual/CoreTasks/rmic.html
+++ b/docs/manual/CoreTasks/rmic.html
@@ -79,8 +79,14 @@ please consult miniRMI's documentation to learn how to use it.
base |
+ the location to store the compiled files.
+ Also serves as the parent directory for any non-Fileset includes, etc.
+ (This functionality has remained unchanged.) |
+ *1 |
+
+
+ destdir |
the location to store the compiled files. |
- Yes |
classname |
@@ -219,6 +225,21 @@ please consult miniRMI's documentation to learn how to use it.
No |
+
+*1:
+
+ - Maintaining compatibility,
base
, when specified by
+ itself, serves as both the parent directory for any source files
+ AND the output directory.
+ destdir
can be used to specify the output
+ directory, allowing for base
to be used as the parent
+ directory for any source files.
+ - At least one of either
base
or destdir
+ must be specified and exist, or a runtime error will
+ occur.
+
+
+
Parameters specified as nested elements
classpath and extdirs
Rmic
's classpath and extdirs attributes are