You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Gary Gregory <gg...@seagullsw.com> on 2003/06/27 23:56:47 UTC

RE: How do i find the xerces version number from a xercesImpl.jar file ?

You can also look at org.apache.xercer.impl.Version. The class has a main()
too.

Gary

-----Original Message-----
From: Michael Glavassevich [mailto:mrglavas@apache.org] 
Sent: Friday, June 27, 2003 14:36
To: xerces-j-user@xml.apache.org
Subject: Re: How do i find the xerces version number from a xercesImpl.jar
file ?

Looking at the manifest will only work for Xerces 2.4.0, as this file
wasn't included with previous versions of the parser. A method that works
for 2.4.0 and older versions is invoking the main method of
org.apache.xerces.impl.Version. Also, you can get the version number
by viewing the byte code for this class in your favourite text
editor/viewer.

On Fri, 27 Jun 2003, Maksym Kovalenko wrote:

> In xercesImpl.jar/META-INF/MANIFEST.MF
> line 6 says
> Implementation-Version: 2.4.0
>
>
>
> KAtigre@Primavera.com wrote:
>
> >I want to find out the version number of Xerces, from a xercesImpl.jar
> >file.
> >
> >I opened the jar file, but couldn't find any info about the version.
> >
> >Thanks
> >Kishor
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
> >For additional commands, e-mail: xerces-j-user-help@xml.apache.org
> >
> >
> >
>
> --
> ------------------------------------------------------------------------
>
> Maksym Kovalenko
> Software Engineer
> Marketswitch Corporation
> http://www.marketswitch.com <http://www.marketswitch.com/>
> 108 Powers Court, Suite 225
> Dulles, VA 20166
> Phone: +1 (703) 444-6750 ext. 302
> Fax: +1 (703) 444-6812
>
>
>

--------------------
Michael Glavassevich
mrglavas@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org