RE: Identifying versions of jar files

2006-07-18 Thread Jason.Yankus
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.

RE: Identifying versions of jar files

2006-07-18 Thread Andrew-A . Davies
:40 To: users@maven.apache.org Subject: RE: Identifying versions of jar files 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

RE: Identifying versions of jar files

2006-07-18 Thread Jörg Schaible
[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;

RE: Identifying versions of jar files

2006-07-18 Thread Jason.Yankus
Right, I didn't think of that. That would assuredly work, but I don't know if it's automated. -jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 9:42 AM To: users@maven.apache.org Subject: RE: Identifying versions of jar files I