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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -