Re: FTP optional task won't compile

2001-07-27 Thread Larry V. Streepy, Jr.
er instead of a FileScanner. SO, please ignore all the previous emails on this topic. Nico Seessle wrote: > > - Original Message - > From: "Larry V. Streepy, Jr." <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 27, 2001 8:

Re: FTP optional task won't compile

2001-07-27 Thread Nico Seessle
- 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.setupDirec

Re: FTP optional task won't compile

2001-07-27 Thread Larry V. Streepy, Jr.
Here's why I can't see how this ever compiled (in the 1.3 release): In the FTP.java file, you have this: FileScanner ds; if (action == SEND_FILES) { ds = fs.getDirectoryScanner(project); } else { ds = new FTPDirectoryScanner(ftp); fs.s

Re: FTP optional task won't compile

2001-07-27 Thread Larry V. Streepy, Jr.
I compared my version (the 1.3 release version) with the head of the tree (1.6) and the line in question was no different. I'm guessing that some other changes have taken place in the post 1.3 work that make FileScanner and DirectoryScanner compatible? Stefan Bodewig wrote: > > Larry, > > I ha

Re: FTP optional task won't compile

2001-07-27 Thread Stefan Bodewig
Larry, I have no problems compiling the FTP task with a current CVS version of everything - and the error message you give shows that you are using a not up-to-date version of the FTP source (line number and source don't match). I don't think a patch is necessary, you'll need to make sure that y

FTP optional task won't compile

2001-07-25 Thread Larry V. Streepy, Jr.
I'm hitting a strange error trying to get ANT (1.3 with a couple of patches) to compile the FTP optional task. I downloaded the NetComponents.jar and placed it into the lib/optional directory in my ant source tree. I then to a build and I get this: [exec] build: [exec] [javac] Com