This content has been marked as final.
Show 3 replies
-
1. Re: Missing version number in jar-version.xml
peterj Aug 27, 2008 1:15 PM (in response to superdev)Most of the jar files contain a META-INF/manifest.mf file that identify the version for that jar file.
-
2. Re: Missing version number in jar-version.xml
henk53 Aug 27, 2008 1:48 PM (in response to superdev)Wouldn't it be better to include this information in jar-versions.xml anyway, since that's where this information is also supposed to be, right? ;)
I noticed though that jar-versions.xml for Jboss 5 beta 1 does contain the exact versions for the different Hibernate/JPA jars. -
3. Re: Missing version number in jar-version.xml
peterj Aug 27, 2008 2:45 PM (in response to superdev)henk53 wrote:
Wouldn't it be better to include this information in jar-versions.xml anyway, since that's where this information is also supposed to be, right? ;)
This is known as preaching to the choir...henk53 wrote:
jar-versions.xml ... does contain the exact versions for ...
I have found that jar-versions.xml typically lists the JBossAS version number as the version number for the JARs that belong to JBoss, despite the fact that many of those JARs are in separate projects with their own release numbers. Makes it hard to determine what is included. But the manifest.mf seems to be more accurate.