users@grizzly.java.net

Re: [Proposals] Rename jars file, release 1.7.0

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 29 Nov 2007 15:59:57 -0500

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
>