You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/04/30 02:53:23 UTC

DO NOT REPLY [Bug 49232] signjar task: AbstractJarSignerTask is not successfully filtering out passphrase prompt for storepass, keypass

https://issues.apache.org/bugzilla/show_bug.cgi?id=49232

Jesse Glick <jg...@netbeans.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jglick@netbeans.org

--- Comment #1 from Jesse Glick <jg...@netbeans.org> 2010-04-29 20:53:19 EDT ---
I thought I had fixed that in r708670, the code you are referring to. (I too am
a heavy M-x shell user.) At least it is broken in 1.7.1 and works for me in
1.8.0.

Which JDK version do you use? Perhaps that is significant.

Does it work for you to use both variants, i.e.

result.createOutputFilterChain().addLineContainsRegExp(filter);
result.createErrorFilterChain().addLineContainsRegExp(filter);

?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.