Bug 21149

Summary: Can't enter commandline input to ant task
Product: [Eclipse Project] Platform Reporter: Dale King <DaleWKing>
Component: AntAssignee: Platform-Ant-Inbox <platform-ant-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: rodrigo
Version: 2.0Keywords: core
Target Milestone: ---   
Hardware: Other   
OS: Windows All   
Whiteboard:

Description Dale King CLA 2002-06-29 00:24:59 EDT
Trying to use the signjar Ant task if you do not specify certain parameters 
then the jarsigner tool that it executes will prompt you for them. For things 
like the password this is what you want to have happen as you do not want to 
put the password in your Ant build file.

But there seems to be no way to enter the information. The SignJar task opens a 
comand prompt, but it doesn't accept the input. I can't enter it in the log 
console.

If I close the window I then see the prompt in the log console.
Comment 1 Rodrigo Peretti CLA 2002-07-08 15:18:30 EDT
*** Bug 20916 has been marked as a duplicate of this bug. ***
Comment 2 Darin Swanson CLA 2002-10-28 17:57:50 EST
With support for the <input> task added via bug 25134, you can ask the user for 
input during the build.  Or you could use a propertyfile that is appropriately 
secured.

Does this meet your requirements?