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
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
--- 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
>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
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.
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