Looking into a solution for this I found a problem in JnlpDownloadServletMojo:
Currently the JnlpDownloadServletMojo supports configuration with multiple JNLP files. If the template for 2 different JNLP files is different but the main jar file (where the APPLICATION_TEMPLATE.JNLP must be added ...) is the same it leads to the problem that the 2nd APPLICATION_TEMPLATE.JNLP can't be added because it would override the first ...

  • One solution that I can think of would be to create a separate main jar for every JNLP file that contains the matching template and reference this main jar from the corresponding JNLP.

Any objections or simpler solutions?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to