Hello Peter,

On Tue, Jun 17, 2003 at 10:13:04AM +0100, peter reilly wrote:
> I do not know what is wrong. But I have
> had grief before using executable="x.sh".
> Normally I do
> <exec executable="bash" directory="${basedir}">
>     <param value="script.sh"/>
>     <env key="ENVAR" value="value"/>
>  </exec>
> 
> Peter

Thanks for your reply but that does not help, the effect
is the same. And the correct syntax is

        <exec executable="bash" dir="${basedir}">
                <arg line="script.sh"/>
                <env key="ENVAR" value="value"/>
        </exec>

Best regards,

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to