We have a number of jars that we need to have in our ant/lib folder in order for our webtests to run.
Examples include commons-logging, bsf.jar, js-1.6R7.jar. I hate this as anytime a new employee comes up we have to fiddle with remember what jars need to be placed in their ant lib dir in order for it to work. I'm a die hard believer in check out from SCM and just run. Anyone have any tricks for getting these jars included on the classpath dynamically?

