Ant fails without message at javac
- by digitala
I've written an Ant build.xml file which obtains a number of source files via WSDL and compiles them. These have been working on an old, now destroyed (and therefore unavailable for comparison), system but the build process isn't completing on this newer, faster system.
The relevant section of the build file looks like this:
<target…