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…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:sourcescommand.