From b0027003f4e1d45a463870aebf41c6b9dc064257 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 18 Oct 2000 08:44:35 +0000 Subject: [PATCH] Don't print stack traces on compilation errors. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268102 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 +++++--- src/main/org/apache/tools/ant/taskdefs/Javac.java | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 1e25ba617..64909d3fa 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -62,14 +62,14 @@ native2ascii, copy, move, mparse. * copydir, copyfile, deltree and rename are now deprecated. They should be replaced with the new copy, delete and move tasks. -* uses ClassLoader of its own in no-fork mode if a classpath is +* uses a ClassLoader of its own in no-fork mode if a classpath is specified. *