Ant get task throws "get doesn't support nested resources element" error
- by David Corley
The following ant xml should work according to documentation, but does not.
Can anyone tell me if I'm doing something wrong. The get task should support the nested "resources" element in Ant 1.7.1 which is the version I'm using:
--
<target name="setup">
…