On 4/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there an example documented anywhere of a src\jnlp\resources directory ? > > The documentation at > http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html > says: > > "(location where all resources are taken. All contents are copied into the > work directory)" > > What resources should be in this folder?
This directory is used to primarily contain the external files that your jnlp file may refer to (in particular the icons/images/splash screens). You can also add the files (like HTML pages) you want to bundle within the same resulting zip. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
