stevel 02/05/21 18:25:25 Modified: . Tag: ANT_15_BRANCH WHATSNEW Log: bug ID 9298; <get> doesnt throw build exception on an auth failure now it does, unless ignoreerrors is true. Revision Changes Path No revision No revision 1.263.2.19 +5 -0 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.263.2.18 retrieving revision 1.263.2.19 diff -u -r1.263.2.18 -r1.263.2.19 --- WHATSNEW 21 May 2002 12:59:06 -0000 1.263.2.18 +++ WHATSNEW 22 May 2002 01:25:24 -0000 1.263.2.19 @@ -12,6 +12,11 @@ Fixed bugs: ----------- +* <get> throws a build exception on an http authorization error, unless you +have set ignoreerrors to true. + +* <wsdltodotnet> was spelt in Wintel case: <WsdlToDotnet>. It is now lower +case, though the old spelling is retained for anyone who used it. * Merging of Manifests in jar now works as documented.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
