Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 59941 invoked from network); 5 Mar 2003 22:15:48 -0000 Received: from mail.systemax.com (HELO cckims01.systemax.com) (167.206.138.100) by daedalus.apache.org with SMTP; 5 Mar 2003 22:15:48 -0000 Received: by cckims01.systemax.com with Internet Mail Service (5.5.2653.19) id ; Wed, 5 Mar 2003 17:16:30 -0500 Message-ID: <284CD042B4ACD4118EAE0008C786DC51148A62D5@cc02-exchange.systemax.com> From: "Wey, Gerald" To: 'Ant Users List' Subject: RE: Using Ant to run a java program that reads the console Date: Wed, 5 Mar 2003 17:17:15 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2E364.FA2CF400" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2E364.FA2CF400 Content-Type: text/plain; charset="iso-8859-1" Jim: You can collect user input while running Ant in a very easy way. I do this to prompt the user for the weblogic password nested inside the wlrun task. Here it is: I hope this helps you out. -Jerry -----Original Message----- From: James Gallogly [mailto:jgallogly@virtc.com] Sent: Tuesday, March 04, 2003 10:32 AM To: Ant Users List Subject: Using Ant to run a java program that reads the console Is there a way to use ant to run a java program, or any program for that matter, that reads user input from the console? Jim --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C2E364.FA2CF400--