How to compile jsoup through Ant?
- by JackWM
I tried to use Ant to compile the jsoup source. I can compile successfully, but cannot pass the test. Here is the process:
jsoup version: 1.6.3 ; Ant version: 1.8.2
the source of jsoup is in the directory
src/
I made a build file
src/build.xml
This file contains
<project name="jsoup">
<target name="compile">
<mkdir…