While javadoc is an external executable, for java VM 1.3, the javadoc
command is executed by the Runtime.exec(String[], String[], File) method
directly (I think that that's Runtime.exec( command[], env[],
workingDirectory )). Therefore, changes to the antRun script don't help.
JDGlanville
<energizer_bunny_voice>
... and Jay keeps debugging, and debugging , and debugging ...
</energizer_bunny_voice>
> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 16, 2001 5:46 AM
> To: [EMAIL PROTECTED]
> Subject: Re: how to get more debug information [HELP!]
>
>
> Jay Glanville <[EMAIL PROTECTED]> wrote:
>
> >> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
>
> >> wild guess, does your antRun script contain cariage returns?
> >
> > I'm assuming that you're talking about the section entitled "<chmod>
> > or <exec> don't work in Ant 1.3 on Unix " found at
> > http://jakarta.apache.org/ant/faq.html#remove-cr.
>
> Yes.
>
> > I'm assuming that antRun is a script that is executed by ant in
> > order to run an external executable.
>
> Right, and javadoc is invoked as an external executable AFAIK.
>
> Stefan
>