|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Jim Kiley (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Vlado Kuruc (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Heiko Wiesner (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Heiko Wiesner (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Heiko Wiesner (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Pablo Pina (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Pablo Pina (JIRA)
- [mojo-dev] [jira] (MWEBSTART-213) Enable Manipulatio... Pablo Pina (JIRA)

Aalter Schwede,
please look at: http://mojo.codehaus.org/webstart/webstart-maven-plugin/jnlp-mojo.html#outputJarVersions
And the Jnlp spec:
1.1.2 Use Java Web Start Version Download Protocol
Each time the client application is launched the Java Plug-in determines whether the user has the appropriate version of the client jar files. The JNLP based version download protocol can be used to eliminate unnecessary client Jar file checks.
In order to implement the version protocol, each client JAR file must include the version number with the following naming convention:
__V .jar
I think this will also have impact for the naming in pack200 files (.pack.gz), but i can tell you that, when it is working and i have tested it.
For example: app__V4.3.jar
So when i use spring-core in version 2.1 the jar name must be: spring-core__V2.1.jar.
I think, the jnlp is generated with the right version tags, but i also can tell you that, when it is working.
best regards
Heiko