Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 96254 invoked from network); 3 Nov 2004 06:02:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Nov 2004 06:02:47 -0000 Received: (qmail 3760 invoked by uid 500); 3 Nov 2004 06:02:46 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 3723 invoked by uid 500); 3 Nov 2004 06:02:45 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 3712 invoked by uid 99); 3 Nov 2004 06:02:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [65.77.211.93] (HELO indexgeo.net) (65.77.211.93) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 02 Nov 2004 22:02:45 -0800 Received: from [192.168.1.100] (static-109.227.240.220.dsl.comindico.com.au [220.240.227.109]) (authenticated bits=0) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id iA362awX032656 for ; Wed, 3 Nov 2004 00:02:38 -0600 Subject: build.bat is broken (Was: svn commit: rev 56357) From: David Crossley To: dev@forrest.apache.org In-Reply-To: <20041102052931.5120.qmail@minotaur.apache.org> References: <20041102052931.5120.qmail@minotaur.apache.org> Content-Type: text/plain Organization: Message-Id: <1099461701.22785.74687.camel@ighp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 03 Nov 2004 17:01:42 +1100 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Someone needs to develop a similar patch for build.bat to the one below for build.sh I am not because, being UNIX i cannot test it. --David On Tue, 2004-11-02 at 16:29, crossley wrote: > Author: crossley > Date: Mon Nov 1 21:29:30 2004 > New Revision: 56357 > > Modified: > forrest/trunk/main/build.sh > Log: > The lib dir is now up one level. > > > Modified: forrest/trunk/main/build.sh > ============================================================================== > --- forrest/trunk/main/build.sh (original) > +++ forrest/trunk/main/build.sh Mon Nov 1 21:29:30 2004 > @@ -31,7 +31,7 @@ > export CP > unset CLASSPATH > > -CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`" > +CLASSPATH="`echo ../lib/endorsed/*.jar | tr ' ' $S`" > export CLASSPATH > > echo "Using classpath: $CLASSPATH"