Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0-beta-2
-
Fix Version/s: None
-
Component/s: jnlp-download-servlet
-
Labels:None
-
Environment:Windows 7
Maven 3.0.3
-
Number of attachments :
Description
I'm having the same problem with v1.0-beta-2 of webstart-maven-plugin:
-Error - com.sun.deploy.net.FailedDownloadException: Unable to load resource: (http://localhost:7101/apps/nova-client.jar?version-id=0.1-SNAPSHOT, 0.1-SNAPSHOT)
-NOK - http://localhost:7101/apps/nova-client.jar?version-id=0.1-SNAPSHOT
-OK - http://localhost:7101/apps/nova-client-0.1-SNAPSHOT.jar
Adding <outputJarVersions>false</outputJarVersions> to my pom.xml does not change the resulting JNLP:
<jar href="apps/nova-client.jar" version="0.1-SNAPSHOT" main="true"/>
<jar href="apps/nova-common.jar" version="0.1-SNAPSHOT"/>
<jar href="apps/kis-client.jar" version="0.1-SNAPSHOT"/>
<jar href="apps/kis-common.jar" version="0.1-SNAPSHOT"/>
<jar href="apps/jettison.jar" version="1.1"/>
<jar href="apps/stax-api.jar" version="1.0.1"/>
<jar href="apps/DJNativeSwing.jar" version="1.0.1"/>
<jar href="apps/DJNativeSwing-SWT.jar" version="1.0.1"/>
<jar href="apps/swt-x86_s.jar" version="3.7M5-win32-win32"/>
<jar href="apps/swt-win32.jar" version="2.1.0"/>
Attached files:
-pom.xml
-template_com.jnlp: template jnlp
-client_com.jnlp: resulting jnlp
Hi, I just ran into this issue and was wondering if there is any progress?
cheers
Markus