Passing a command line argument to jstestdriver JAR from ANT?
I'm trying to use jstestdriver to generate some unit tests in my ant build in Windows. I plan to do this by running jstestdriver from an ant target using the <java> ant task. So far for my ant build file I have the following: <target name="jstestdriver" description="Runs the js unit tests"> ... Now inside the <j...