RE: Convert Bash Script to equivalent Ant tasks?

2003-09-09 Thread Dominique Devienne
Sounds like a job for Ant-Contrib's . Or assuming you use JDK 1.4.*, a

ONE SOLUTION: Convert Bash Script to equivalent Ant tasks?

2003-09-09 Thread Ken Gentle
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/

Re: Convert Bash Script to equivalent Ant tasks?

2003-09-09 Thread Matt Benson
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/

Convert Bash Script to equivalent Ant tasks?

2003-09-09 Thread Ken Gentle
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