NBM plugin should allow not verifying jnlp file
-----------------------------------------------
Key: MNBMODULE-141
URL: http://jira.codehaus.org/browse/MNBMODULE-141
Project: Maven NetBeans Module Plugin
Issue Type: Bug
Affects Versions: 3.5
Reporter: Tomasz Bartczak
Assignee: Jesse Glick
In webstart-app goal nbm plugin is verifying jnlp file after creation.
There should be an option in configuration
<verifyJnlp>true|false</verifyJnlp>
It is necessary when someone have jnlp as a dynamically generated jnlp via jsp,
and it is not a well formed jnlp like:
<%@ page
contentType="application/x-java-jnlp-file"
info="MY JNLP"
%>
<jnlp spec="1.0+" codebase='<%=request.getScheme() + "://" +
request.getServerName() + ":" + request.getServerPort() +
request.getContextPath() + "/"%>'>
which is not valid jnlp fragment at verification, but valid when served to web
start clients
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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