It says XML not well formed when I highlight over the unzip tag. The complete file is at: https://github.com/reload/phing-drupal-template/blob/master/build.xml (line 255)
What am I doing wrong?
<httpget url="${jslint4java.url}"
dir="${jslint4java.dir}"
proxy="${phing.httpget.proxy}/>
<unzip file="${jslint4java.dir}/${jslint4java.zipfile}"
todir="${jslint4java.dir}" />