stevel 02/05/22 10:44:12 Modified: . Tag: ANT_15_BRANCH WHATSNEW Log: add added stuff to our friend the WHATSNEW. Yes, I am in a deployment week :) Revision Changes Path No revision No revision 1.263.2.20 +8 -0 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.263.2.19 retrieving revision 1.263.2.20 diff -u -r1.263.2.19 -r1.263.2.20 --- WHATSNEW 22 May 2002 01:25:24 -0000 1.263.2.19 +++ WHATSNEW 22 May 2002 17:44:12 -0000 1.263.2.20 @@ -12,6 +12,14 @@ Fixed bugs: ----------- + +* if you ask for the "classic" compiler on Java1.4, you get upgraded to +"modern" because there is no classic compiler any more. + +* the <http> condition was viewing 404 'not found' exceptions as success. Now +it defaults to viewing any response >=400 as an error, and has an errorsBeginAt +attribute you can use if you want a higher or lower value. + * <get> throws a build exception on an http authorization error, unless you have set ignoreerrors to true.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
