Re: Compiling Ant on Linux...classic/modern javac not detected.

2000-12-14 Thread James Duncan Davidson
On 12/10/00 10:42 PM, "David Elliot" <[EMAIL PROTECTED]> wrote: > p.s. Seems odd that Ant is lining itself up for > a problem experienced by the arts community. By > defining v1.3 as modern, will we wind up dealing > with compiler settings such as post-modern, > very-modern, ultra-modern, still

RE: Compiling Ant on Linux...classic/modern javac not detected.

2000-12-12 Thread Scott Stirling
From: David Elliot [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 1:49 AM To: [EMAIL PROTECTED] Subject: RE: Compiling Ant on Linux...classic/modern javac not detected. Hi Scott, No, no Kaffe...I'm hoping to work it with a 1.3.0 jvm (Blackdown or IBM). Anyway, at present jav

RE: Compiling Ant on Linux...classic/modern javac not detected.

2000-12-11 Thread David Elliot
Hi Scott, No, no Kaffe...I'm hoping to work it with a 1.3.0 jvm (Blackdown or IBM). Anyway, at present java -version reports: - Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.0-FCS) Java HotSpot(TM) Client VM (build Blackdown-1.3.0-FCS, mixed mode) - My shell en

RE: Compiling Ant on Linux...classic/modern javac not detected.

2000-12-11 Thread Scott Stirling
There's nothing particularly special about Linux in this regard. RedHat does install the Kaffe JVM and tools in /usr/bin, which you should make sure is not screwing you up. If you do "java -version" and get back some kaffe version, then "rpm -e kaffe." RedHat 7.0 installs jikes too. I don't re