Author: bodewig
Date: Mon Jul 20 04:31:29 2009
New Revision: 795690

URL: http://svn.apache.org/viewvc?rev=795690&view=rev
Log:
javah doesn't support command line argument files.  PR 43320

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/javah.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/javah.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/javah.html?rev=795690&r1=795689&r2=795690&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/javah.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/javah.html Mon Jul 20 04:31:29 2009
@@ -42,6 +42,12 @@
   <li>kaffeh (the native standard compiler of <a href="http://www.kaffe.org"; 
target="_top">Kaffe</a>)</li>
 </ul>
 
+<p><b>Note:</b> 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.</p>
+
 <h3>Parameters</h3>
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>


Reply via email to