From 0d9eb628b77734760a01f7b76e256ed99a6a4836 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 7 Feb 2006 20:01:43 +0000 Subject: [PATCH] PR: MPCHECKSTYLE-53 ClassCastException when moving from 2.5 to 3.0. Make sure xalan is used for ant's style task. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375679 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 3 +++ checkstyle/project.xml | 11 ++++++++++- checkstyle/xdocs/changes.xml | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index d50f255c..d100fb17 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -232,6 +232,9 @@ + + ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')} +