Author: krosenvold
Date: Sun Jan 1 21:21:26 2012
New Revision: 1226303
URL: http://svn.apache.org/viewvc?rev=1226303&view=rev
Log:
o Added an essential source code reading list
Modified:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developing.apt.vm
Modified:
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developing.apt.vm
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developing.apt.vm?rev=1226303&r1=1226302&r2=1226303&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developing.apt.vm
(original)
+++ maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developing.apt.vm
Sun Jan 1 21:21:26 2012
@@ -39,6 +39,15 @@ Developer Center
http://svn.apache.org/repos/asf/maven/surefire/trunk and
build from there.
+* Essential source code reading list
+
+ Some methods/classes reveal more about the basic working of a piece of code
than others. The enclosed classes/methods
+ are a "reading list" for getting quickly acquainted with the code:
+
+ AbstractSurefireMojo#executeAllProviders
+ ForkStarter#fork
+ ForkedBooter#main
+
* JDK Versions
The surefire booter is capable of booting all the way back to jdk1.3.
Specifically