From 8ac822fd7170133539b5500e225e5b8375cc9c7c Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 20 Jul 2009 04:31:29 +0000
Subject: [PATCH] javah doesn't support command line argument files. PR 43320
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@795690 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/javah.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/manual/OptionalTasks/javah.html b/docs/manual/OptionalTasks/javah.html
index 3e7735ee9..abbefea25 100644
--- a/docs/manual/OptionalTasks/javah.html
+++ b/docs/manual/OptionalTasks/javah.html
@@ -42,6 +42,12 @@ name="implementationvalues">Here are the choices:
kaffeh (the native standard compiler of Kaffe)
+Note: if you are using this task to work on multiple files
+ the command line may become too long on some operating systems.
+ Unfortunately the javah command doesn't support command argument
+ files the way javac (for example) does, so all that can be done is
+ breaking the amount of classes to compile into smaller chunks.
+
Parameters