Re: Jakarta-Oro version...

"Daniel F. Savarese" <[email protected]> Mon, 05 Apr 2004 11:13:02 -0400
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <[email protected]>
In message <418590005AFDB04DA77890F448295D43273D23@MAIL01.bedford.progress.com>
, "Thomas Mitchell, Jr." writes:
>We are using 2.0.4 presently and the manifest is essentially empty.  I
>just got the 2.0.8 jar and the maifest does have the version listed,
>thanks.

Ouch!  I checked the log and it doesn't look like we started adding
version info to the manifest  until 2.0.7-dev-1 :(

>I would vote to have a version class included, but simply for
>convenience.  I will not be using a different class loader depending on
>the oro version, I will only be using it for UI (display on our credits
>page) and assistance for QA and licensing.

Does anyone else have a desire for an org.apache.oro.Version class?
Any suggested APIs?  Should the methods be static; should there
be just one getVersion, or should there be additional getMajorVersion,
getMinorVersion, etc.; should they all return strings or should the
additional ones return ints, ...?

I wrote:
>package and use a different classloader when the version isn't
>acceptable.

I had meant to write "available" instead of "acceptable."

daniel