From 96a0bcd73487db2327a7be8d75444464ba16515b Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 16 Mar 2006 18:40:33 +0000 Subject: [PATCH] Update changelog. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@386411 13f79535-47bb-0310-9956-ffa450edef68 --- java/xdocs/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/xdocs/changes.xml b/java/xdocs/changes.xml index 1fb19bc9..8b1e3f87 100644 --- a/java/xdocs/changes.xml +++ b/java/xdocs/changes.xml @@ -26,6 +26,7 @@ + Compile fails using forked compiler when directory contains spaces. Also check for ${maven.gen.src} before compiling. New property maven.compile.failonerror. New property maven.compile.debuglevel. @@ -35,6 +36,7 @@ sourceModifications handled incorrectly when more than one clause present. Broken support for maven.compile.extdirs. Make a report with compiler output + Capture Deprecation Warnings. Make it work by default with any version of the JDK