tags:

views:

14

answers:

0

We are packaging an EAR file in our ANT script. The target uses xmltask - all of a sudden we are getting this error:

  [xmltask] java.io.IOException: Server returned HTTP response code: 502 for URL: http://java.sun.com/dtd/application_1_3.dtd

Any ideas why? We can wget the mentioned dtd file from the build server so I'm guessing this isn't a networking/fw issue.