Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug JBoss source code

I would like to obtain the JBoss Application Server 5.1.0 source code to go through it on Debugging mode. Where and how can I find the sources of JBoss? (if possible).

A Jar with the sources would be nice, but it seems not to be easy to find...

like image 297
Mr.Eddart Avatar asked Sep 01 '11 15:09

Mr.Eddart


1 Answers

Either download the source from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/ or if you use Maven, you can use the mvn dependency:sources command.

like image 97
Sahil Muthoo Avatar answered Sep 27 '22 22:09

Sahil Muthoo