Hi could any one plese tell me how to add classpath in a build.xml
Basically I have a jar file in the lib directory of my project so I want to add the path in the class path
simmilar to "javac -cp project\lib\somejar.jar"..how to accomplish this thing in build.xml file of apache
ant 1.7.1??
