[wpkg-users] WPKG does not recognize new Java Version

Stefan Pendl stefan.pendl.71 at gmail.com
Thu Sep 12 22:52:25 CEST 2013


Am 12.09.2013 09:36, schrieb Marc:
>      <variable name="version" value="7.0.%updatever%" />
>      <variable name="filever" value="7.0.400.43" />
>      <variable name="updatever" value="40" />
>      <variable name="shortupdatever" value="40" />
>      <variable name="autoupdate" value="0" />

You define updatever too late, it must be defined before any other 
variable using it.

The following change will work.

'---code start (watch for line wraps)

     <variable name="updatever" value="40" />
     <variable name="shortupdatever" value="40" />
     <variable name="version" value="7.0.%updatever%" />
     <variable name="filever" value="7.0.400.43" />
     <variable name="autoupdate" value="0" />

'---code end

--
Stefan P.

Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



More information about the wpkg-users mailing list