From: J. D. B. <jd...@ge...> - 2007-08-31 18:41:40
|
Julius Stroffek wrote: > Hi All, > > I would like to have a look at junit 3.8 source code how things are > implemented. Where can I get a source of that ancient version? It is > not available on sourceforge. Thanks in advance. It's in the download section on SourceForge, under "older releases": http://sourceforge.net/project/showfiles.php?group_id=15278&package_id=12472 E.g., look in src.jar in junit3.8.2.zip: http://downloads.sourceforge.net/junit/junit3.8.2.zip?modtime=1141399990&big_mirror=0 Similar code is now under src/junit of the current release, for backwards compatibility. Or you can browse the CVS repository of the original location. (Since it's still on CVS, their history was disconnected when those files were moved.) http://junit.cvs.sourceforge.net/junit/junit/junit/framework/?hideattic=0 Cheers, 11011011 |