On 8/15/07, Eric Wood <[EMAIL PROTECTED]> wrote:
> We are running javadoc against about 2500 java files and when we run it
> we get the following error:
>
> javadoc:
>   [javadoc] Generating Javadoc
>   [javadoc] Javadoc execution
>   [javadoc] Warning: UNIXProcess.forkAndExec native error: The parameter
> or environment lists are too long.
>
> When looking at the command line from the -debug output, the list of
> java files is obviously long. Is there any way I can avoid this issue? I
> was ablt to shorten the path referecne to each file, but it is even
> still too long. Am I just trying to pass to much through to the new JVM?

Look at <javadoc>'s 'useexternalfile' attribute in the doc (1.7+ only). --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to