Hi Greg,
to be honest, I hardly see any reason of *not* placing
junit.jar in $ANT_HOME/lib as it saves a lot of fuss.
Anyway, here are some more ways, that prevents from
moving files in and out distribution:
1) You can place junit.jar (and all third party jars
required by ant optional task) in use
TED]
Cc: Cosmo A. DiFazio Jr.
Subject: Ant + JUnit problems
Hi everyone. I can now make Ant + JUnit work on my machine, but only by
adding files to the Ant installation. I do *not* want to tell my students
they have to do this --- my experience is that mucking with third-party
installs leads alm
Hi everyone. I can now make Ant + JUnit work on my machine, but only by
adding files to the Ant installation. I do *not* want to tell my students
they have to do this --- my experience is that mucking with third-party
installs leads almost instantly to maintenance migraines. So, here's what
I've