You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Scott Cytacki <sc...@concord.org> on 2005/01/27 20:04:21 UTC

os and arch specific jnlp resources

Has anyone modified the jnlp plugin to support os and arch specific
resources?

I need to write a block of jnlp that looks like this:
  <resources os="Windows" arch="x86">
        <nativelib href="jug-native/win-jug-native.jar"/>
  </resource>
  <resources os="Linux" arch="i386">
        <nativelib href="jug-native/linux-jug-native.jar"/>
  </resource>
  <resources os="Mac OS X" arch="ppc">
        <nativelib href="jug-native/macos-jug-native.jar"/>
  </resource>

I would think I could add a new dependency property that indicated which
os and arch a dependency is for.  And then have the jnlp plugin group
the resources with this property.

Scott

-- 
Scott Cytacki <sc...@concord.org>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org