Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Ant <Input> tag

From the Eclipse readme:
 
No input handler supplied for <input> task when running Ant in a separate VM
By default, no input handler is supplied for the <input> task for a build running in a separate VM. Therefore the input requests will always fail. The user can supply an input handler using the -inputhandler argument. (bug 45484)
 
As stated in bug 45484 this is a great opportunity for community help by developing an input handler.
If you run the build in the same VM as Eclipse, you will see the same behavior as in Eclipse 2.*
 
Please in the future do not use this forum for asking user questions.
See the Eclipse newsgroups for help in these areas.
 
Thanks for using Eclipse.
Darins
----- Original Message -----
Sent: Thursday, August 05, 2004 5:19 AM
Subject: [platform-ant-dev] Ant <Input> tag


Dear All,

I want to use in my ant script the tag <input> to let the user enter a parameter.

In release 2 of Eclipse it works fine, I got a pop-up where I can enter value.

With release 3 (and certainly due to Ant 1.6.1) it send me this error :

BUILD FAILED: E:\DATA\Eclipse\hrap\build.xml:269: Failed to read input from Console.

What has been changed and What can I do ?

I try to find a new implementation of a InputHandler but ??? not found .

I also retrieve some documentation about an <eclipse.prompt>

But not too clear.

Could you help me on this .

Thanks a lot and applause for your great development

Laurent Rorive

Back to the top