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 51117 invoked from network); 15 Feb 2000 21:09:57 -0000 Received: from hitchcock.esha.com (209.51.78.194) by locus.apache.org with SMTP; 15 Feb 2000 21:09:57 -0000 Received: (from chrise@localhost) by hitchcock.esha.com (8.9.3/8.9.3) id NAA32221 for ant-dev@jakarta.apache.org; Tue, 15 Feb 2000 13:16:17 -0800 Date: Tue, 15 Feb 2000 13:16:17 -0800 From: Christopher Elkins To: ant-dev@jakarta.apache.org Subject: Re: Changing Compiler Message-ID: <20000215131617.A31784@esha.com> Mail-Followup-To: ant-dev@jakarta.apache.org References: <38A85545.417CDB03@vmialum.com> <20000214132041.B18707@esha.com> <00021515385300.03359@aaray.t-net.net.ve> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00021515385300.03359@aaray.t-net.net.ve>; from aaray@aaray on Tue, Feb 15, 2000 at 03:35:05PM -0400 Angel Aray [aaray@aaray] wrote: > I tried this and it a get the following > > > On Mon, 14 Feb Compiling 3 source files to /home/aaray/Projects/tnet/build/tnet/classes > Performing a Jikes COmpile > Compiling 1 source files to /home/aaray/Projects/tnet/build/tnet/classes > Performing a Jikes COmpile > Compiling 1 source files to /home/aaray/Projects/tnet/build/tnet/classes > Performing a Jikes COmpile > Compiling 2 source files to /home/aaray/Projects/tnet/build/tnet/classes > Performing a Jikes COmpile > Completed in 2 seconds > > when I go to the directory where compiled classes should be there is > nothing there. > I've noticed similar behavior, but only on NT. For projects that are "self-contained" (i.e., have no dependencies other than standard JDK jars), specifying jikes as the compiler works correctly on both Linux and NT. However, projects where I append to the classpath before calling Ant (from a shell script/batch file) work only on Linux. Unfortunately, I haven't had time to figure out what's happening on NT. Maybe your problem is related? > Maybe someone out there can help me with this one. > > > Regards, > Angel Aray. > -- Christopher Elkins