Alan Williamson wrote:
>
> Jeanfrancois Arcand wrote:
>>> Do we currently include a release number of Grizzly within the
>>> grizzly jar file(s) ?
>>
>> The maven artifact (jar) contains, under the META-folder, that
>> information. Do you think that's enough?
>
> is there any milage in making that information available via a class call?
>
> public class Grizzly {
> public static int Grizzly.getMajorVersion(){ return 1; }
> public static int Grizzly.getMinorVersion(){ return 7; }
> }
That's a good idea and simple to implement. Let me work on that.
-- Jeanfrancois
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>