Hello, hope someone can help a newcomer.

I am using the latest plugin (b6)  with the jnlp-download goal,, and at the
moment I have a lot of snapshot dependencies. The entries in the generated
jnlp-file are thus of the form :

<jar href="cms-common.jar" version="0.0.1-20140507.055336-73"/>

java fails to download these, claiming the resource is not found,

com.sun.deploy.net.FailedDownloadException: Unable to load resource: (
http://localhost:8765/cms-client-jws-0.0.1-SNAPSHOT//cms-common.jar?version-id=0.0.1-20140507.055336-73,
0.0.1-20140507.055336-73)

 but the file

chs-common-0.0.1-20140507.055316-76.jar is indeed present in the war-file.

and version.xml contains

<resource>
    <pattern>
      <name>cms-common.jar</name>
      <version-id>0.0.1-20140507.055336-73</version-id>
    </pattern>
    <file>cms-common-0.0.1-SNAPSHOT.jar</file>
  </resource>
  <resource>

so there seems to be a mismatch here ?

So the question is (perhaps), how can I generate jnlp snapshot references
that java web start can download ?


This is JDK 1.7.55, (the Jnlp download servlet also)

Reply via email to