On 4/25/07, David Corbin <[EMAIL PROTECTED]> wrote:
I want to have an icon associated with my web application.  I'd like it to be
an image from my dependent client jar.

1) Is there any direct support for this?

If you mean extract the icon from a jar automatically, no.

2) If not, I assume I can use the dependency plugin to extract what I need and
drop it in the right location.  Is there a property to define where the
webstart stuff is being laid out.  Would you care to recommend a phase to do
this in?

resources are by default taken from

            
<!--resources>${project.basedir}/src/main/jnlp/resources</resources-->

in the trunk version. Cf usage.apt

So you could
* copy this directory to target/jnlp-resources/
* extract the icon in this directory
* configure the plugin to use target/jnlp-resources instead

Jerome

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to