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 to declare your task, has been reworded in 1.5 as well. Check your CLASSPATH (and possible JAVA_HOME/jre/lib/ext) for old versions of ant.jar. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
