Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 47902 invoked from network); 1 Apr 2003 02:59:29 -0000 Received: from unknown (HELO jalawave.net) (202.155.77.123) by daedalus.apache.org with SMTP; 1 Apr 2003 02:59:29 -0000 Received: (qmail 10806 invoked from network); 1 Apr 2003 03:05:31 -0000 Received: from unknown (HELO bdg.pindad.com) (202.51.233.2) by jalawave.net with SMTP; 1 Apr 2003 03:05:31 -0000 Received: from okidz by bdg.pindad.com with local (Exim 3.36 #1 (Debian)) id 190Bzj-0000k1-00 for ; Tue, 01 Apr 2003 09:59:27 +0700 Date: Tue, 1 Apr 2003 09:59:27 +0700 To: user@ant.apache.org Subject: Getting input Message-ID: <20030401025927.GB2784@pindad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: PT. Pindad. Jl. Gatot Subroto 517, Bandung. User-Agent: Mutt/1.5.3i From: Oki DZ X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have something like the following in my build.xml: MyClass uses Readline.readline() (from java-readline.sourceforge.net). Unfortunately, the input is suppressed by Ant (meaning, the prompt is not displayed). How can I get it working? BTW, if I use BufferedReader and have the InputStream from System.in, it would be the same thing. Thanks in advance, Oki