I think I am doing an emergency fix of this class to make it build.
I had to problem : it does not import BuildException, and it invokes a constructor which can throw an exception.
C:\dev\asf\ant\src\main\org\apache\tools\ant\taskdefs\optional\junit\Xalan1Executor.java:43: cannot resolve symbol
symbol : class BuildException
location: class org.apache.tools.ant.taskdefs.optional.junit.Xalan1Executor
throws BuildException {
C:\dev\asf\ant\src\main\org\apache\tools\ant\taskdefs\optional\junit\Xalan1Executor.java:37: unreported exception org.xml.sax.SAXException; must be caught or declared to be thrown
private XSLTProcessor processor = XSLTProcessorFactory.getProcessor();
^
Cheers,
Antoine
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]