Browse Source

Sheesh. In restructuring, I made only one line of code change, and I

managed to screw it up.  ;-)
Submitted by:	Stephane Bailliez <sbailliez@imediation.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270019 13f79535-47bb-0310-9956-ffa450edef68
master
Sam Ruby 23 years ago
parent
commit
ce3ae742be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/XalanExecutor.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/XalanExecutor.java View File

@@ -110,7 +110,7 @@ abstract class XalanExecutor {
try {
procVersion = Class.forName("org.apache.xalan.xslt.XSLProcessorVersion");
executor = (XalanExecutor) Class.forName(
"org.apache.tools.ant.taskdefs.optional.junit.Xalan1Executor()").newInstance();
"org.apache.tools.ant.taskdefs.optional.junit.Xalan1Executor").newInstance();
} catch (Exception xalan1missing){
throw new BuildException("Could not find xalan2 nor xalan1 in the classpath. Check http://xml.apache.org/xalan-j");
}


Loading…
Cancel
Save