Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 3065 invoked from network); 30 Jun 2000 11:35:52 -0000 Received: from oznet15.ozemail.com.au (203.2.192.116) by locus.apache.org with SMTP; 30 Jun 2000 11:35:52 -0000 Received: from cognetnt (1Cust226.tnt3.syd2.da.uu.net [63.12.2.226]) by oznet15.ozemail.com.au (8.9.0/8.6.12) with SMTP id VAA11119 for ; Fri, 30 Jun 2000 21:35:45 +1000 (EST) From: "Conor MacNeill" To: Subject: RE: Javadoc patch Date: Fri, 30 Jun 2000 21:34:32 +1000 Message-ID: <001101bfe287$28d39340$80dc1fcb@cognet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Stefan, > >>>>> "CM" == Conor MacNeill writes: > > CM> I also added support for multiple source paths. To do this I > CM> added my PathTokenizer object which I have previously discussed. > > CM> Let me know if there are any issues. > > Sorry, Connor, must have missed that discussion. Two issues: > Thomas and I discussed it a little in the context of his Path proposal. It can probably go away in the future ... when that stuff is available. > (1) is there any reason to make tokenizer and lookahead package > private instead of private? No - an oversight on my part. > > (2) I feel returning the lookahead String in nextToken instead of > scanning for a DOS path could be wrong in very strange cases (take > c:d:\path for example, this would return c, d, \path). I could be > wrong but maybe make it something like > Yes, you are right and I have made the change. > Stefan >