######################################################################
#                                                                    #
#   This file is part of  JUnitDoclet, a project to generate basic   #
#   test cases  from source code and  helping to keep them in sync   #
#   during refactoring.                                              #
#                                                                    #
#   Copyright (C) 2002  ObjectFab GmbH  (http://www.objectfab.de/)   #
#                                                                    #
#   This library is  free software; you can redistribute it and/or   #
#   modify  it under the  terms of  the  GNU Lesser General Public   #
#   License as published  by the  Free Software Foundation; either   #
#   version 2.1  of the  License, or  (at your option)  any  later   #
#   version.                                                         #
#                                                                    #
#   This library is distributed in the hope that it will be useful,  #
#   but WITHOUT ANY WARRANTY; without even the implied warranty of   #
#   MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the   #
#   GNU Lesser General Public License for more details.              #
#                                                                    #
#   You  should  have  received a  copy of the  GNU Lesser General   #
#   Public License along with this  library; if not, write  to the   #
#   Free  Software  Foundation, Inc.,  59 Temple Place,  Suite 330,  #
#   Boston, MA  02111-1307  USA                                      #
#                                                                    #
######################################################################

JUnitDoclet does not exist in it's own world. There are interactions
and dependencies in the tool chain. This file contains a few hints
not related to JUnitDoclet directly, but to other suggested tools.
Since we recommend ANT as a build tool and we need a version of JUnit
to be useful at all, we'd like to share some observations we've had.

JUnit 3.8
Don't use this version of JUnit. Do yourself a favor and download
version 3.8.1 from www.junit.org . You will save a lot of time.

JUnit 3.8.1
If you experience trouble using JUnit 3.8.1 (such as problems with
assertEquals(String, String)), please be sure, there is no other
(older) version in the path. Sometimes it is in a extensions-directory
of either ANT or the JDK. (You might use JavaWhich to find out, where
a class is loaded from. JavaWhich is available for free from
www.objectfab.de .)

To use the junit task in ANT together with JUnit 3.8.1, it seems
you need ANT 1.5. This is important for compiling/testing any
source code (for example: JUnitDoclet).
