Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 10873 invoked from network); 8 Apr 2005 05:05:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Apr 2005 05:05:36 -0000 Received: (qmail 13964 invoked by uid 500); 8 Apr 2005 05:05:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 13753 invoked by uid 500); 8 Apr 2005 05:05:34 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 13738 invoked by uid 99); 8 Apr 2005 05:05:34 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mail.tsainc.com (HELO lng002.tsacorp.com) (206.201.23.30) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 07 Apr 2005 22:05:32 -0700 In-Reply-To: To: "Derby Development" Subject: Re: Instructions for the setup of path for jikes in BUILDING.txt incorrect? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.2 June 01, 2004 From: sissonj@insession.com Message-ID: Date: Fri, 8 Apr 2005 16:05:31 +1100 X-MIMETrack: Serialize by Router on lng002/SVR/TSA(Release 6.5.2|June 01, 2004) at 04/08/2005 00:05:20, Serialize complete at 04/08/2005 00:05:20 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anyone use jikes on Unix? .... sissonj@insession.com wrote on 04/04/2005 10:37:01 PM: > I installed jikes 1.14 on Windows and the jikes-1.14-windows.zip expanded > into the following: > > jikes-1.14 > bin > jikes.exe > doc > .... > > Note that the jikes executable is in a bin subdirectory (at least on the > windows version - can anyone confirm if this is the same on UNIX), but the > installation instructions in BUILDING.txt do not take this into account. > > The current instructions should be changed from: > > setenv PATH ${ant.dir}/bin:${jikes.dir}:$PATH -- On unix(csh) > export PATH=${ant.dir}/bin:${jikes.dir}:$PATH -- On unix(ksh) > set PATH=${ant.dir}\bin;${jikes.dir};%PATH% -- On Windows > > to: > > setenv PATH ${ant.dir}/bin:${jikes.dir}/bin:$PATH -- On unix(csh) > export PATH=${ant.dir}/bin:${jikes.dir}/bin:$PATH -- On unix(ksh) > set PATH=${ant.dir}\bin;${jikes.dir}\bin;%PATH% -- On Windows > > I am happy to create a patch if someone can confirm whether changes are > also required for UNIX paths. > > Thanks, > > John > > This e-mail message and any attachments may contain confidential, > proprietary or non-public information. This information is intended > solely for the designated recipient(s). If an addressing or transmission > error has misdirected this e-mail, please notify the sender immediately > and destroy this e-mail. Any review, dissemination, use or reliance upon > this information by unintended recipients is prohibited. Any opinions > expressed in this e-mail are those of the author personally.