----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 12:14 PM
Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable
SymbolTable.java
> + }
> +
> + /**
> + * Option attribute that indicates the name of an XML Schema file
that
> + * should be physically imported into the generated WSDL.
> + * @param parameter
> + */
> + public void setImportSchema(File parameter) throws
java.io.IOException {
> + this.importSchema = parameter.toURL().toString();
> }
>
I think ant works better if the IOE is caught and wrapped into a
BuildException.