Re: [NET] ftp entry spans lines

2003-03-03 Thread Jeffrey D. Brekke
I've committed the implementation of readNextEntry() below and updated the test to ensure the parser can handle entries with line breaks ( it always could ). Now we just need to test that the stream reading is working. On Mon, 03 Mar 2003 09:18:20 -0600, [EMAIL PROTECTED] (Jeffrey D. Brekke)

RE: [NET] ftp entry spans lines

2003-03-03 Thread Steve Cohen
:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 9:18 AM To: Jakarta Commons Developers List Subject: Re: [NET] ftp entry spans lines OK, here's a live sample from a production VMS system. We can add these entries to the test case: UCX$REXECD_STARTUP.LOG;1098 4/15

Re: [NET] ftp entry spans lines#part type=SampleVMSDirListingfilename=~/sample.txt disposition=attachment description=Sample VMSDirectory listing.

2003-03-03 Thread jbrekke
#/part From: [EMAIL PROTECTED] (Jeffrey D. Brekke) Date: Mon, 03 Mar 2003 09:55:56 -0600 In-Reply-To: [EMAIL PROTECTED] (Steve Cohen's message of Mon, 3 Mar 2003 09:30:37 -0600) Message-ID: [EMAIL PROTECTED] User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: [EMAIL PROTECTED]

Re: [NET] ftp entry spans lines

2003-03-03 Thread Jeffrey D. Brekke
Lets try this attachment again, I'm learning to use gnus and fumbling abit... On Mon, 3 Mar 2003 [EMAIL PROTECTED] wrote: #/part From: [EMAIL PROTECTED] (Jeffrey D. Brekke) Date: Mon, 03 Mar 2003 09:55:56 -0600 In-Reply-To: [EMAIL PROTECTED] (Steve Cohen's message of Mon, 3 Mar 2003

RE: [NET] ftp entry spans lines

2003-03-03 Thread Steve Cohen
That worked. Previous didn't. -Original Message- From: Jeffrey D. Brekke [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:23 AM To: Jakarta Commons Developers List Subject: Re: [NET] ftp entry spans lines Lets try this attachment again, I'm learning to use gnus and fumbling

RE: [NET] ftp entry spans lines

2003-03-01 Thread Steve Cohen
If you are going to include the entry ending in the same regular expression that you use to break the entries down you either have to 1) parse the whole thing as you are breaking apart the entries, essentially doing away with the idea of not creating the FTPFile entries right away OR 2) parse

Re: [NET] ftp entry spans lines

2003-03-01 Thread Jeffrey D. Brekke
Steve Cohen [EMAIL PROTECTED] writes: If you are going to include the entry ending in the same regular expression that you use to break the entries down you either have to 1) parse the whole thing as you are breaking apart the entries, essentially doing away with the idea of not creating

RE: [NET] ftp entry spans lines

2003-03-01 Thread Steve Cohen
to that. -Original Message- From: Jeffrey D. Brekke [mailto:[EMAIL PROTECTED] Sent: Sat 3/1/2003 7:11 PM To: Jakarta Commons Developers List Cc: Subject:Re: [NET] ftp entry spans lines Steve Cohen [EMAIL PROTECTED] writes: If you are going to include the entry