Hi Martin,

What is this script used for? For sure it can't have something to do with
version controlled directories as it doesn't respect svn stuff. Thus, it
seems to be something like, a just for convenience script isn't it? Rhs
committed this saying,
"modified test harness to clean up data dir when broker crashes". Can't we
do the need-full without this script?

Ex:- export DIR_CLEAN_TEMP=xargs; rm -rf $DIR_CLEAN_TEMP; mkdir
$DIR_CLEAN_TEMP; export DIR_CLEAN_TEMP=

Regards,
Senaka

On Mon, May 5, 2008 at 5:45 PM, Martin Ritchie <[EMAIL PROTECTED]> wrote:

> Hi,
>
> Would java user mind if I replaced the clean-dir script with a cross
> platform solution of doing the rm -rf $1 && mkdir $1 in java.
>
> Is there ever going to be any desire to do more than just rm && mkdir?
>
> If we do want to keep the script then I would love to see it stored
> somewhere out of the root directory of the project.
>
> Cheers
>
> Martin
>
> --
> Martin Ritchie
>

Reply via email to