Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 89812 - Input task not working
Summary: Input task not working
Status: RESOLVED DUPLICATE of bug 45484
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 07:28 EST by Sylvain Pélissier CLA
Modified: 2005-03-31 10:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Pélissier CLA 2005-03-31 07:28:19 EST
Under previous releases such a tag was raising a prompt to the user to ask for
input.

<input message="Please enter webapp root path (B2B/MF)"
addproperty="webapp.root.path"/>

Since rel. 3.0.1 nothing happens but a Console message "Failed to read input
from console."
Comment 1 Darin Swanson CLA 2005-03-31 10:37:30 EST
Thank you for the bug report.

As detailed in the Eclipse readme, the input task works the same as Eclipse 2.1 
if you run the Ant build in the same VM as Eclipse (which was the only option 
in Eclipse 2.1).

To configure, see the JRE tab for the Ant launch configuration.

In the Eclipse 3.1 stream, Eclipse provides a separate JRE Ant input handler. 

For 3.0 you will either need to run in the same JRE as Eclipse or provide your
own implementation of an Ant input handler.

*** This bug has been marked as a duplicate of 45484 ***