Giter VIP home page Giter VIP logo

Comments (7)

jerdehaas avatar jerdehaas commented on September 13, 2024

Running into a same issue:

At deploy phase in Jenkins suddenly the version.xml is changed to include a full version of the maven jar resource artifact while still refering to the short version. This does not happen when i build it with maven2/3 locally. Tried many version of maven all the same.

On Jenkins:
mvn clean install -> all ok
mvn deploy -> suddenly version.xml is changed to:

<resource> <pattern> <name>client-0.0.2-20150914.083802-20.jar</name> <version-id>0.0.2-20150914.083802-20</version-id> </pattern> <file>client-0.0.2-SNAPSHOT.jar</file> </resource>

Beta5 doesnt set the version of the library artifact to client-0.0.2-20150914.083802-20.jar but client-0.0.2-SNAPSHOT.jar, but version xml is still not good:

<resource> <pattern> <name> nl.prorail.argus-client-0.0.2-20150914.083802-20.jar </name> <version-id>0.0.2-20150914.083802-20</version-id> </pattern> <file>client-0.0.2-SNAPSHOT.jar</file> </resource>

As we require java8 its not possible to use beta4, vote for quick fix.

from webstart.

mkotiaho avatar mkotiaho commented on September 13, 2024

I have this problem also.
Actual filename: swt-win32-3.5.57.jar
In version.xml: swt-3.5.57-win32.jar

This worked correctly in 1.0-beta-4, not sure about 1.0-beta-5.

from webstart.

jonfreedman avatar jonfreedman commented on September 13, 2024

I just confirmed that 1.0-beta-7 still has this issue (& looks like that's expected based on the updates to this ticket last week). It would be great to get a fix as currently it's not possible to launch a snapshot jnlp after it's deployed via Nexus.

from webstart.

tchemit avatar tchemit commented on September 13, 2024

I will have a look this week-end or next week.

from webstart.

rdp avatar rdp commented on September 13, 2024

Yes, same failure here, worked fine with 1.0-beta-2, thanks

from webstart.

tchemit avatar tchemit commented on September 13, 2024

I just create the MR for this (See #42)

from webstart.

rdp avatar rdp commented on September 13, 2024

I could really use a new version released that has this fix in it, FWIW...

from webstart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.