Re: Jakarta-Oro version...
"Daniel F. Savarese" <[email protected]> Sun, 04 Apr 2004 16:08:04 -0400
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
In message <418590005AFDB04DA77890F448295D43273951@MAIL01.bedford.progress.com> , "Thomas Mitchell, Jr." writes: > I searched the API and didn't find a way to get the version of oro >in Java. Could someone point me in the right direction? I must have >simply missed it, but I've been over it a few times with no luck.... The version is included in the manifest information in the jar file in the specification-Version property under the org/apache/oro section. See the jar target in build.xml for how the manifest values are assembled. Off the top of my head I can't tell you how to get at it from a program, but the functionality exists. daniel