Bug 21149 - Can't enter commandline input to ant task
Summary: Can't enter commandline input to ant task
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: Other Windows All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
: 20916 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-29 00:24 EDT by Dale King CLA
Modified: 2002-10-28 17:57 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?