[jboss-user] [Beginners Corner] - Re: How to find out JBoss Versions
PeterJ
do-not-reply at jboss.com
Tue Jul 22 17:11:27 EDT 2008
There are two ways I know of for determining the version of every library that comes with JBossAS:
1) Look at docs/licenses/thirdparty-licenses.xml
2) Look at the META-INF/manifest.mf file for the JAR files in the client, lib and server/xxx/lib directories (and there are a few hiding out elsewhere, such as the JSF JARs in server/xxx/deploy/jboss-web.deployer/jsf-libs directory).
I have found #2 to be the more reliable of the two (in older versions the license file use the JBossAS version for all JBoss-developed libraries, which was not correct)
Additionally, JBossEAP comes with Seam. The seam/changelog.txt file identifies the Seam version.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165993#4165993
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165993
More information about the jboss-user
mailing list