-logfile option and input task

2003-01-24 Thread George_Schlitz
and still get input/ task to send the message to stdout? Thanks George -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: -logfile option and input task

2003-01-24 Thread Ciramella, Edward
Have you tried recorder instead of the -logfile argument? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 3:00 PM To: Ant Users List Subject: -logfile option and input task Simple question: I am running my build files

RE: -logfile option and input task

2003-01-24 Thread Dominique Devienne
and input task Simple question: I am running my build files with the -logfile option to send stdout to a file. I am also using input/ tasks at times, resulting in the prompt for the input/ tasks not being sent to stdout, so the user doesn't know about it :) Is there anything simple I can do to use

Input task

2002-10-14 Thread Emil Alexandrov
I get the following error when I try to use input task. 'Could not create task of type: input. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant installation (ANT_HOME).' My task is an optional one

Re: Input task

2002-10-14 Thread Stefan Bodewig
On Mon, 14 Oct 2002, Emil Alexandrov [EMAIL PROTECTED] wrote: I get the following error when I try to use input task. You are most probably not running Ant 1.5(.1). input is new in Ant 1.5 and this error message 'Could not create task of type: input. Common solutions are to use taskdef