I want to use a third party jar file to be used in my ant project. I guess that I should add something in build.xml file. Actually I want to add Jsoup dependency in my build file. I have read somethings after google search but i could not find out. I already have tried
<classloader loader="system">
<classpath>
<fileset dir="${basedir}" includes="jsoup-1.6.2.jar"/>
</classpath>
</classloader>
谁能告诉我 我怎么能做到这一点?