Bug 39189 - <signjar> should permit selection of alternate executable
Summary: <signjar> should permit selection of alternate executable
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.6.5
Hardware: All All
: P2 enhancement (vote)
Target Milestone: 1.8.0
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-03 18:42 UTC by Jesse Glick
Modified: 2008-09-19 08:28 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-04-03 18:42:26 UTC
Most tasks wrapping JDK command-line tools default to using the tool found in
the same JDK as Ant is running in, but permit this to be overridden e.g. with an
explicit 'executable' attr. This is missing for <signjar>.

Discovered since it appears the JDK 1.5.0_06 signjar is broken on Windows Vista:

http://www.netbeans.org/issues/show_bug.cgi?id=73487
http://www.netbeans.org/issues/show_bug.cgi?id=74300
Comment 1 Steve Loughran 2006-04-03 21:23:59 UTC
oh, that is a scary bug. The underlying problem is

"windows vista hates running unsigned executables and brings up prompts instead". 

We are only seeing the beginning of the problem here. I don't see why we
shouldnt let you define a new executable, but this is tweaking a symptom of a
bigger problem
Comment 2 Steve Loughran 2006-12-20 12:49:05 UTC
There is a new 1.5 release out, 1.5.10, which may be vista aware. I will try and
check this on my vista vm.
Comment 3 Stefan Bodewig 2008-09-19 08:28:51 UTC
supported starting with svn revision 697133.