-
1. Re: JBoss 4.0.5.GA libraries
peterj Jan 19, 2010 6:44 PM (in response to malice00)Look in the 'client' and 'server/xxx/lib' directories - all the JARs are there. The manifest.mf file in most of those JARs will tell you it's version. Another source for versions is docs/licenses/thirdparty-licenses.xml.1 of 1 people found this helpful -
2. Re: JBoss 4.0.5.GA libraries
malice00 Jan 20, 2010 4:25 PM (in response to peterj)Thanks Peter. I know about manifests, but most of them are not really helpfull. As for the thirdparty-licenses file, that helped me out quite a bit.
Still I have some libs left that are completely unclear to me. Also, a lot of the libs that I now know versions of, can't be found in any maven repository I know of...
-
3. Re: JBoss 4.0.5.GA libraries
peterj Jan 20, 2010 5:20 PM (in response to malice00)"I know about manifests, but most of them are not really helpfull. "
I seem to recall this being hte case with the 4.0.x versions. The later versions seems to be better about this.
" Also, a lot of the libs that I now know versions of, can't be found in any maven repository I know of..."
I have never understood why the main Maven repository was set up the way it was. You would think that they would have used package names as the group.id, which owuld make things very easy to find.
While it won't help you with 4.0.x, some of the more recent stuff can be found in the repository at http://repository.jboss.org/maven2/. A search for "Maven" in the JBoss wiki will yield more info.