> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 

> This results in AbstractFileSet.getDirectoryScanner(Project) [2]:
>    ...
>    if (dir == null) {
>        throw new BuildException("No directory specified for " +
> getDataTypeName() + ".");
>    }
>    if (!dir.exists()) {
>        throw new BuildException(dir.getAbsolutePath() + " not 
> found.");
>    }
>    if (!dir.isDirectory()) {
>        throw new BuildException(dir.getAbsolutePath() + " is 
> not a directory.");
>    }
> 
> What additional exceptions do you want?

None.  Based on the initial message I made the (mistaken) assumption that
the user did not receive an appropriate error message.

Cheers, Steve.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to