Identifying versions of jar files

2006-07-18 Thread Andrew-A . Davies
Title: Identifying versions of jar files Hi, Can anyone tell me how to accurately identify the version of a particular jar file ? I have been provided with a number of jars and need to place them in to a maven 2 repo, but want to ensure I get the correct version number. TIA Andy

RE: Identifying versions of jar files

2006-07-18 Thread Jason.Yankus
. -jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 9:33 AM To: users@maven.apache.org Subject: Identifying versions of jar files Hi, Can anyone tell me how to accurately identify the version of a particular jar file ? I have

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