In build.xml in ANT, we need to set a value which is a path for jars files.
<property name="ws.jars" value="xxxx">
Where to download those jars files ? In the video, Ashish said he would tell us where to download. But it seems he didn't mention it.
Where to download those jars files ?
download anywhere.
<property name="ws.jars" value="xxxx">
ex.
xxxx= c:/downloads
Thanks for your reply. I understand that those jar files can be saved in any directory in my local computer, and then set a path in build.xml. But my question was where to get those jar files ? e.g, download from some web site ? or copy from C:\Program Files\java directory ? Sorry for any confusion.