Re: Parsing directory names

2006-10-06 Thread Marcus Lindblom
ECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:17 AM To: user@ant.apache.org; [EMAIL PROTECTED] Subject: AW: Parsing directory names I have the following directory structure: 2005_1.0 filea fileb 2005_1.1 filec 2005_1.1.1 filed 2005_2.0 filee My

RE: Parsing directory names

2006-10-05 Thread Suzanne Dorman
sions are higher or lower than the specified version. For this, I need some kind of string manipulation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:17 AM To: user@ant.apache.org; [EMAIL PROTECTED] Subject: AW: Parsing directory

Re: Parsing directory names

2006-10-05 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 10/4/06, Suzanne Dorman > <[EMAIL PROTECTED]> wrote: [SNIP] > > I can get the list of directory names and put them > in a foreach without any > > problem but I don't know how to parse the string I > get. In fact, I can't > > find anything for

AW: Parsing directory names

2006-10-05 Thread Jan.Materne
>I have the following directory structure: > >2005_1.0 > filea > fileb >2005_1.1 > filec >2005_1.1.1 > filed >2005_2.0 > filee > > >My build needs to determine which files to zip based on the >directory name. >If the user specifies 1.1, I need to include all files in

Re: Parsing directory names

2006-10-04 Thread Dominique Devienne
On 10/4/06, Suzanne Dorman <[EMAIL PROTECTED]> wrote: I have the following directory structure: 2005_1.0 filea fileb 2005_1.1 filec 2005_1.1.1 filed 2005_2.0 filee My build needs to determine which files to zip based on the directory name. If the user specifies 1.

Parsing directory names

2006-10-04 Thread Suzanne Dorman
I have the following directory structure: 2005_1.0 filea fileb 2005_1.1 filec 2005_1.1.1 filed 2005_2.0 filee My build needs to determine which files to zip based on the directory name. If the user specifies 1.1, I need to include all files in the 2005_1.0 and