[EMAIL PROTECTED] wrote on Tuesday, July 18, 2006 3:40 PM:

> Andy:
> 
> 
> 
> Sadly, if the author doesn't put the API version in the jar's manifest
> file or it's not built into the name of the jar itself you're
> not going
> to have a good chance at discerning the version.  Your
> mileage may vary;
> however, these are generally the only two ways of which I'm aware.

In this case it is good practice to use the timestamp of the manifest file 
inside the jar for the versioning:
xyz-YYYYMMDD.HHMMSS.jar

So it is like a fixed SNAPSHOT and you don't have to fear a version clash once 
the author provides a proper manifste (one with a specification/impl version).

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to