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.

View | Details | Raw Unified | Return to bug 125970
Collapse All | Expand All

(-)nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java (+1 lines)
Lines 176-181 Link Here
176
        }
176
        }
177
        
177
        
178
        if (signJars) {
178
        if (signJars) {
179
            to.mkdirs();
179
            getSignTask().setJar(from);
180
            getSignTask().setJar(from);
180
            getSignTask().setSignedjar(to);
181
            getSignTask().setSignedjar(to);
181
            getSignTask().execute();
182
            getSignTask().execute();

Return to bug 125970