Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
We have a growing number of projects that rely on SWT/JFACE from eclipse that we need to distribute via JNLP. At the moment we hand code the JNLP file because we want to use a single file for multiple platforms/os's.
Would it be possible to add 2 properties to each dependency, such as:
<property key="jnlp.resource.os" value="SunOs" />
<property key="jnlp.resource.arch" value="SPARC" />
The plugin could then generate multiple <resource></resource> blocks for each combination of os/arch.
This would enable this plugin to build a project targeted at multiple platforms, but with a single jnlp file and code base.
If i decided to attempt this, what files should i post (in what format) and where?
Oops, properties should be
<jnlp.resource.os>SunOS</jnlp.resource.os>
<jnlp.resource.arch>SPARC</jnlp.resource.arch>
.