Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 32640 invoked from network); 18 Sep 2000 14:27:14 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 18 Sep 2000 14:27:14 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id QAA07982 for ; Mon, 18 Sep 2000 16:27:10 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id QAA20268; Mon, 18 Sep 2000 16:27:10 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: [PATCH] Javac.java - Problems running javac on Windows References: <20000918113239.15042.qmail@web117.yahoomail.com> From: Stefan Bodewig Date: 18 Sep 2000 16:27:10 +0200 In-Reply-To: Diane Holt's message of "Mon, 18 Sep 2000 04:32:39 -0700 (PDT)" Message-ID: Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "DH" == Diane Holt writes: DH> --- Stefan Bodewig wrote: >> Diane, are you using a very deep directory structure so that the >> filenames themselves get very long? DH> Longest single full-path source filename: 139 chars (Not sure if DH> that's considered all that long in the Java source world :) /home/bodewig/jakarta/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter 115 chars, OK, you've won 8^). Guess we will only find the limit by try and error. Stefan