This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202583 - Should use <signjar> ant task by default, not <fx:signjar>
Summary: Should use <signjar> ant task by default, not <fx:signjar>
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-23 19:37 UTC by kcr
Modified: 2011-09-30 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kcr 2011-09-23 19:37:58 UTC
NetBeans should use the <signjar> ant task to sign JavaFX jar files by default, rather than <fx:signjar>. This will create a signed jar file that can be used in multiple deployment situations, and also avoids a JavaFX platform bug http://javafx-jira.kenai.com/browse/RT-17130 with applications signed via <fx:signjar>.

We have hand-modified one of our samples to replace <fx:signjar> with <signjar> but need NetBeans to change its generated code so that when the project files are regenerated it will continue to work.
Comment 1 Petr Somol 2011-09-29 12:39:11 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/0a8cfd5f4bfb
Comment 2 Quality Engineering 2011-09-30 14:39:08 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/0a8cfd5f4bfb
User: Petr Somol <psomol@netbeans.org>
Log: #202583 - Should use <signjar> ant task by default, not <fx:signjar>