what is the Junit version shud I use, given that our JDK version is 1.3? or generally does JUnit work with any JDK Version
Greg Ostravich
Ranch Hand
Joined: Jul 11, 2002
Posts: 112
posted
0
I was using Ant version 1.5 with JDK 1.3.1 and it worked fine. Version 1.5 worked better for me because I was trying to use the Report building mechanism via junitreport.
Greg Ostravich - SCPJ2
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
posted
0
I have just started using it with J2SE 1.4 and it seems to be working.