|
|
@@ -111,7 +111,7 @@ abstract class XalanExecutor { |
|
|
executor = (XalanExecutor) Class.forName( |
|
|
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){ |
|
|
} catch (Exception xalan1missing){ |
|
|
throw new BuildException("Could not find xalan2 nor xalan1 in the classpath. Check http://xml.apache.org/xalan-j"); |
|
|
|
|
|
|
|
|
throw new BuildException("Could not find xalan2 nor xalan1 in the classpath. Check http://xml.apache.org/xalan-j/"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
String version = getXalanVersion(procVersion); |
|
|
String version = getXalanVersion(procVersion); |
|
|
|