how do i run command-line ant with stuff in the classpath? -
in eclipse, can tell external ant tool run stuff in classpath.
if want run ant command line, how that?
for argument's sake, classpath want add c:\some\folder\here\hooray.jar
use -lib
argument. ant docs on this page:
additional directories searched may added using -lib option. -lib option specifies search path. jars or classes in directories of path added ant's classloader.
Comments
Post a Comment