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 221159 - Provide project property for makejnlp nativelibraries element
Summary: Provide project property for makejnlp nativelibraries element
Status: RESOLVED DUPLICATE of bug 219754
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 10:33 UTC by pjdm
Modified: 2012-10-31 17:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pjdm 2012-10-31 10:33:55 UTC
Please provide and document (in harness/README) a project property ("jnlp.nativelibraries"?) so a project can specify native libraries in the generated JNLP file by setting the property in project.properties. A project would then not need to override the jnlp-generate-platform-repository target to specify native libraries.

The makejnlp section in jnlp.xml should therefore look like:

        <makejnlp 
            nativelibraries="${jnlp.nativelibraries}"
            alias="${jnlp.signjar.alias}" 
            ...
Comment 1 Jaroslav Tulach 2012-10-31 17:41:20 UTC
Let's solve it together with issue 219754 - just include the change in your patch.

*** This bug has been marked as a duplicate of bug 219754 ***