Hi all,

  I am evaluating ant for one of the project. the Ant document says you can
use <CLASSPATH> element tag. Can someone give me one example if there are
dozen jar files needs to be in classpath? Where exactly the <CLASSPATH>
needs to be? Ant 1.3 always complains the tag when I tried it. Also, in
<javac> tag, classpath=dir_name/*.jar doesn't work, neither does
classpath=dir_name/A.jar;dir_name/B.jar.;dir_name/C.jar.
  Thanks.

Reply via email to