----- Original Message -----
From: "Larry V. Streepy, Jr." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 8:50 PM
Subject: Re: FTP optional task won't compile
> compiles ok. However, the next line
>
> fs.setupDirectoryScanner(ds, project);
"ds" is a FileSet, and my FileSet.java from jakarta-ant-1.3 reads:
public void setupDirectoryScanner(FileScanner ds, Project p) {
Verified with
http://cvs.apache.org/viewcvs/jakarta-ant/src/main/org/apache/tools/ant/type
s/FileSet.java?only_with_tag=ANT_13 - it's the same there.
Don't know what your problem is... Can you do download or checkout the
revision of FileSet mentioned above and compare it to your version?
Nico