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

Marc news at ms75.de
Fri Sep 13 08:05:34 CEST 2013


Am 12.09.2013 22:52, schrieb Stefan Pendl:
> 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?
> -------------------------------------------------------------------------
> Hotel discounts, best prices:
> http://www.booking.com/index.html?aid=366545
> -------------------------------------------------------------------------
> wpkg-users mailing list archives >>
> http://lists.wpkg.org/pipermail/wpkg-users/
> _______________________________________________
> wpkg-users mailing list
> wpkg-users at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users
Yes, change the order of the lines works. Could be so easy. Thank you
very much and thanks to christian for sending me  your config file.
Cheers
Marc



More information about the wpkg-users mailing list