Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 97525 invoked by uid 500); 16 May 2001 13:35:45 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 96998 invoked from network); 16 May 2001 13:35:07 -0000 Message-ID: <6DDA62170439D31185750000F80826AC06196027@zmerd004.ca.nortel.com> From: "Jay Glanville" To: "Ant-User (text)" Subject: RE: how to get more debug information [HELP!] Date: Wed, 16 May 2001 09:34:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-Orig: X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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 ... and Jay keeps debugging, and debugging , and debugging ... > -----Original Message----- > From: Stefan Bodewig [mailto:bodewig@apache.org] > Sent: Wednesday, May 16, 2001 5:46 AM > To: ant-user@jakarta.apache.org > Subject: Re: how to get more debug information [HELP!] > > > Jay Glanville wrote: > > >> From: Stefan Bodewig [mailto:bodewig@apache.org] > > >> wild guess, does your antRun script contain cariage returns? > > > > I'm assuming that you're talking about the section entitled " > > or 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 >