Sounds like a job for Ant-Contrib's . Or assuming you use JDK
1.4.*, a
Nasty regexp, but here's my solution:
At 04:24 PM 9/9/2003, you wrote:
Does anyone have any suggestions for converting the following bash script
to an equivalent set of ANT Targets?
The basic idea is to take a path of the form
./QA/
That approach sounds like the right thing to me.
-Matt
--- Ken Gentle <[EMAIL PROTECTED]> wrote:
> Does anyone have any suggestions for converting the
> following bash script
> to an equivalent set of ANT Targets?
>
> The basic idea is to take a path of the form
>
> ./QA/3.04.10-01/dist/
Does anyone have any suggestions for converting the following bash script
to an equivalent set of ANT Targets?
The basic idea is to take a path of the form
./QA/3.04.10-01/dist/Scripts/zz-Post-Install.sql
and turn it into
./PROD/3.04.10/dist/Scripts/01-zz-Post-Install.sql
I'm heading down t